
Last edited 06/02/09 11:11:32 -0700
y = C(0) + C(1)*log(x) + C(2)*(log(x))**2 +...
(log() = common logarithm)
Coefficients
C(00) = 11.086265681
C(01) = 8.76548556608
or
y = D(0) + D(1)*ln(x) + D(2)*(ln(x))**2 +...
(ln() = natural logarithm)
Coefficients
D(00) = 11.086265681
D(01) = 3.80680201255
Correlation coefficient is 0.986823571029
y = C(0) + C(1)*log(x) + C(2)*(log(x))**2 +...
(log() = common logarithm)
Coefficients
C(00) = 11.4756765114
C(01) = 7.29331713398
C(02) = 1.28887354487
or
y = D(0) + D(1)*ln(x) + D(2)*(ln(x))**2 +...
(ln() = natural logarithm)
Coefficients
D(00) = 11.4756765114
D(01) = 3.16744738606
D(02) = 0.243096626531
Correlation coefficient is 0.987114990732