nmregr2

Calculates least squares estimates using Nelder Mead's simplex method for bivariate data

Contents

Syntax

[q, info] = nmregr2(func, p, x, y, Z, W)

Description

Calculates least squares estimates using Nelder Mead's simplex method for bivariate data

Input

   f = func (p, x, y) with p: np-vector; x: nx-vector; y: ny-vector
   f: (nx,ny)-matrix with model-predictions for dependent variable
   p(:,1) initial guesses for parameter values
   p(:,2) binaries with yes or no iteration (optional)

Output

Remarks

Calls user-defined function 'func'. Set options with nmregr_options Similar to nrregr2, but slower and a larger bassin of attraction

Example of use

See mydata_regr2