nmvcregr2
Calculates ml estimates using Nelder Mead's simplex method for bivariate data and constant variation coefficient
Contents
Syntax
[q, info] = nmvcregr2(func, p, x, y, Z, W)
Description
Calculates ml estimates using Nelder Mead's simplex method for bivariate data and constant variation coefficient
Input
- func: string with name of user-defined function
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: (np,2) matrix with
p(:,1) initial guesses for parameter values p(:,2) binaries with yes or no iteration (optional)
- x: (nx,1)-vector with first independent variable
- y: (ny,1)-vector with second independent variable
- Z: (nx,ny)-matrix with dependent variable
- W: (nx,ny)-matrix with weight coefficients (optional)
Output
- q: matrix like p, but with least squares estimates
- info: 1 if convergence has been successful; 0 otherwise
Remarks
Salls nrdregr2, and user-defined function 'func'. Set options with nrregr_options. Similar to nmregr2, but standard deviation proportional to mean