IObjective |
[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.IObjectiveModelEvaluation"]
public interface IObjectiveModelEvaluation
The IObjectiveModelEvaluation type exposes the following members.
Name | Description | |
---|---|---|
DegreeOfFreedom | Get the degree of freedom. | |
FunctionEvaluations | Get the number of calls to function. | |
Gradient | Get the Gradient vector. G = J'(y - f(x; p)) | |
Hessian | Get the approximated Hessian matrix. H = J'J | |
IsGradientSupported | ||
IsHessianSupported | ||
JacobianEvaluations | Get the number of calls to jacobian. | |
ModelValues | Get the y-values of the fitted model that correspond to the independent values. | |
ObservedY | Get the y-values of the observations. | |
Point | Get the values of the parameters. | |
Value | Get the residual sum of squares. | |
Weights | Get the values of the weights for the observations. |