Class: NonLinearModel
Confidence intervals of coefficient estimates of nonlinear regression model
ci = coefCI(mdl)
ci = coefCI(mdl,alpha)
returns
confidence intervals for the coefficients in ci
= coefCI(mdl
)mdl
.
returns
confidence intervals with confidence level ci
= coefCI(mdl
,alpha
)1 - alpha
.
|
Nonlinear regression model, constructed by |
|
Scalar from 0 to 1, the probability that the confidence interval does not contain the true value. Default: 0.05 |
|
|