Created by duy on 20/1/15.
LmModelError
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| eval | 1 | Evaluates the error function with input optimization parameter values |
| jacobian | 1 | Computes the Jacobian vector of the error function with input optimization parameter values |
| hessian | 2 | Computes the Hessian matrix of the error function with input optimization parameter values |
03 Members
Double())Evaluates the error function with input optimization parameter values
| Name | Type | Description |
|---|---|---|
optParams | Double() | A vector of real values of parameters used in optimizing the error function |
Double value of the error function
Double())Computes the Jacobian vector of the error function with input optimization parameter values
| Name | Type | Description |
|---|---|---|
optParams | Double() | A vector of real values of parameters used in optimizing the error function |
Jacobian vector of the error function
Double(), Boolean)Computes the Hessian matrix of the error function with input optimization parameter values
| Name | Type | Description |
|---|---|---|
optParams | Double() | A vector of real values of parameters used in optimizing the error function |
approxHessianFlg | Boolean | A boolean flag to indicate whether the Hessian matrix can be approximated instead of having to be computed exactly |
Hessian matrix of the error function
Double())Computes the Hessian matrix of the error function with input optimization parameter values
| Name | Type | Description |
|---|---|---|
optParams | Double() | A vector of real values of parameters used in optimizing the error function |
The exact Hessian matrix of the error function