Statistics Toolbox
  Go to function:
    Search    Help Desk 
nlparci    Examples   See Also

Confidence intervals on estimates of parameters in nonlinear models.

Syntax

Description

nlparci(beta,r,J) returns the 95% confidence interval ci on the nonlinear least squares parameter estimates beta, given the residuals, r, and the Jacobian matrix ,J, at the solution. The confidence interval calculation is valid for systems where the number of rows of J exceeds the length of beta.

nlparci uses the outputs of nlinfit for its inputs.

Example

Continuing the example from nlinfit:

See Also



[ Previous | Help Desk | Next ]