python.packages._linReg Namespace Reference

Script for computing and plotting linear regressions. More...

Classes

class  biomassPlot
 
class  linearRegression
 

Functions

def main (b, forcezero, *a)
 

Variables

 b
 
 a1
 
 a2
 
 a3
 
 a4
 
bool forcezero = True
 

Detailed Description

Script for computing and plotting linear regressions.

See also
Python script _linReg

Variable Documentation

◆ a1

a1
Initial value:
1 = np.array([
2  33.9852597125,
3  12.6768900871,
4  48.9714299486,
5  94.4210810821,
6  7.0802089703,
7  50.5995948798,
8  239.004924478,
9  9.19608072677,
10  182.822591547,
11  177.307158459,
12  500.737789016,
13  1210.86185367,
14  657.905132314,
15  1011.80502227,
16  237.277515801
17  ])

◆ a2

a2
Initial value:
1 = np.array([
2  265.952524396,
3  272.672478715,
4  20.2346754675,
5  37.6388870506,
6  82.815263199,
7  4.3771723595,
8  495.312805361,
9  1.85764508452,
10  23.2555117612,
11  92.4958431765,
12  638.634921389,
13  41.9119593508,
14  816.328050994,
15  479.296872273,
16  88.9742277261
17  ])

◆ a3

a3
Initial value:
1 = np.array([
2  348.94070629,
3  290.434434553,
4  840.084835795,
5  200.649459402,
6  827.441640848,
7  208.046894404,
8  218.175095975,
9  452.510967194,
10  285.306985889,
11  840.592284886,
12  278.188880645,
13  0.0,
14  50.0640387695,
15  6.76864164487,
16  524.953965557
17  ])

◆ a4

a4
Initial value:
1 = np.array([
2  0.0,
3  0.0,
4  295.751401885,
5  713.651303726,
6  119.422507744,
7  246.078165213,
8  0.0,
9  655.807661822,
10  548.002338263,
11  12.402032032,
12  0.0,
13  0.0,
14  0.0,
15  0.0,
16  178.79020764
17  ])

◆ b

b
Initial value:
1 = np.array([
2  0.033,
3  0.025,
4  0.0746,
5  0.1073,
6  0.0658,
7  0.0542,
8  0.035,
9  0.0508,
10  0.0845,
11  0.0591,
12  0.0281,
13  0.0027,
14  0.0293,
15  0.0158,
16  0.0472])