Documentation

hougen

Hougen-Watson model

Syntax

yhat = hougen(beta,x)

Description

yhat = hougen(beta,x)returns the predicted values of the reaction rate,yhat, as a function of the vector of parameters,beta, and the matrix of data,X.betamust have 5 elements andXmust have three columns.

hougenis a utility function forrsmdemo.

The model form is:

y ^ = β 1 x 2 x 3 / β 5 1 + β 2 x 1 + β 3 x 2 + β 4 x 3

References

[1] Bates, D. M., and D. G. Watts.Nonlinear Regression Analysis and Its Applications. Hoboken, NJ: John Wiley & Sons, Inc., 1988.

See Also

Introduced before R2006a

Was this topic helpful?