petregr_f

Finds parameter values for a pet that minimizes the lossfunction using Nelder Mead's simplex method using a filter

Contents

Syntax

[q, info, itercount] = petregr_f (func, par, data, auxData, weights, filternm)

Description

Finds parameter values for a pet that minimizes the lossfunction using Nelder Mead's simplex method using a filter. The filter gives always a pass in the case that no filter has been selected in estim_options.

Input

Output

Remarks

Set options with nmregr_options. Similar to nrregr_st, but slower and a larger bassin of attraction and uses a filter. The number of fields in data is variable. See groupregr_f for the multi-species situation.