Created by duy on 27/1/15.
LmSumSquaresError
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 | 1 | Computes the Hessian matrix of the error function with input optimization parameter values |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Model | 1 |
04 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. If {@code true}, the Hessian matrix will be approximated based on the Jacobian matrix |
Hessian matrix of the error function