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

Confidence intervals on predictions of nonlinear models.

Syntax

Description

ypred = nlpredci('model',inputs,beta,r,J) returns the predicted responses,ypred, given the fitted parameters, beta, residuals, r, and the Jacobian matrix, J. inputs is a matrix of values of the independent variables in the nonlinear function.

[ypred,delta] = nlpredci('model',inputs,beta,r,J) also returns 95% confidence intervals, delta, on the nonlinear least squares predictions, pred. The confidence interval calculation is valid for systems where the length of r exceeds the length of beta and J is of full column rank.

nlpredci uses the outputs of nlinfit for its inputs.

Example

Continuing the example from nlinfit:

See Also



[ Previous | Help Desk | Next ]