Description Usage Arguments Value
View source: R/FunctionalModel.R
Instantiate the class FunctionalModel.
Negative infinite lower limits will be aliased to NA. If all lower
limits are NA, the lower limits vector will be set to NULL.
Alias all positive infinite upper limits to NA. If all upper limits
are NA, the vector of upper limits will be set to NULL.
| 1 2 | 
| f | the model function, taking as parameters a value  | 
| paramCount | the number of model parameters | 
| gradient | a function which takes in a value  | 
| estimator | is a function which takes in a vector of  | 
| paramLower | the lower bounds for the parameters, or  | 
| paramUpper | the upper bounds for the parameters, or  | 
| name | the name of the model | 
the new functional functional model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.