Sunteți pe pagina 1din 2

For Mac

* NonLinear Regression.
MODEL PROGRAM m=500 p=0.001 q=0.004.
COMPUTE PRED_=m*(1-exp((-p+q)*t))/(1+(q/p)*exp((-p+q)*t)).
CNLR Nt
/OUTFILE='C:\Users\User\AppData\Local\Temp\spss688\SPSSFNLR.TMP'
/PRED PRED_
/BOUNDS p >= 0.001; q >= 0.001; q <= 0.999; p <= 0.999; m >= 100000
/SAVE PRED

/CRITERIA STEPLIMIT 2 ISTEP 1E+20.

Parameter Estimates

95% Confidence Interval


Parame
ter Estimate Std. Error Lower Bound Upper Bound

m 6.302E5 3.260E6 -5.954E6 7214342.926

p .217 14.910 -29.894 30.327

q .204 14.828 -29.742 30.151

ANOVAa

Source Sum of Squares df Mean Squares

Regression 4.323E11 3 1.441E11

Residual 3.425E9 41 8.355E7

Uncorrected Total 4.357E11 44

Corrected Total 1.327E11 43

Dependent variable: Nt

a. R squared = 1 - (Residual Sum of Squares) / (Corrected Sum of


Squares) = .974.

For Iphone

* NonLinear Regression.
MODEL PROGRAM m=100 p=0.001 q=0.009.
COMPUTE PRED_=m*(1-exp((-p+q)*t))/(1+(q/p)*exp((-p+q)*t)).
CNLR Nt
/OUTFILE='C:\Users\User\AppData\Local\Temp\spss688\SPSSFNLR.TMP'
/PRED PRED_
/BOUNDS p >= 0.001; q >= 0.001; q <= 0.999; p <= 0.999
/SAVE PRED

/CRITERIA STEPLIMIT 2 ISTEP 1E+20.

Parameter Estimates

95% Confidence Interval


Parame
ter Estimate Std. Error Lower Bound Upper Bound

m 4.029E6 6.196E7 -1.211E8 1.292E8

p .218 45.466 -91.603 92.039

q .206 45.209 -91.096 91.507

ANOVAa

Source Sum of Squares df Mean Squares

Regression 1.965E13 3 6.549E12

Residual 1.711E12 41 4.173E10

Uncorrected Total 2.136E13 44

Corrected Total 9.876E12 43

Dependent variable: Nt
ANOVAa

Source Sum of Squares df Mean Squares

Regression 1.965E13 3 6.549E12

Residual 1.711E12 41 4.173E10

Uncorrected Total 2.136E13 44

Corrected Total 9.876E12 43

a. R squared = 1 - (Residual Sum of Squares) / (Corrected Sum of


Squares) = .827.

Ipod

NonLinear Regression.
MODEL PROGRAM m=35000 p=0.019 q=0.006.
COMPUTE PRED_=m*(1-exp((-p+q)*t))/(1+(q/p)*exp((-p+q)*t)).
CNLR Nt
/OUTFILE='C:\Users\User\AppData\Local\Temp\spss3872\SPSSFNLR.TMP'
/PRED PRED_
/BOUNDS m >= 100000; p >= 0.001; q >= 0.001; p <= .999; q <= .999
/CRITERIA STEPLIMIT 2 ISTEP 1E+20.

Parameter Estimates

95% Confidence Interval


Parame
ter Estimate Std. Error Lower Bound Upper Bound

m 3.364E5 5.675E4 219565.203 453328.574

p .140 .371 -.623 .904

q .040 .284 -.545 .624

ANOVAa

Source Sum of Squares df Mean Squares

Regression 1.654E12 3 5.514E11

Residual 2.776E10 25 1.110E9

Uncorrected Total 1.682E12 28

Corrected Total 3.442E11 27

Dependent variable: Nt

a. R squared = 1 - (Residual Sum of Squares) / (Corrected Sum of


Squares) = .919.

S-ar putea să vă placă și