Nonlinear |
[Missing <summary> documentation for "T:Altaxo.Calc.Optimization.ObjectiveFunctions.NonlinearObjectiveFunctionNonAllocating"]
public class NonlinearObjectiveFunctionNonAllocating : NonlinearObjectiveFunctionNonAllocatingBase
The NonlinearObjectiveFunctionNonAllocating type exposes the following members.
Name | Description | |
---|---|---|
NonlinearObjectiveFunctionNonAllocating | Initializes a new instance of the NonlinearObjectiveFunctionNonAllocating class |
Name | Description | |
---|---|---|
DegreeOfFreedom |
Get the degree of freedom
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
FunctionEvaluations |
Get the number of calls to function.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
Gradient |
Get the Gradient vector of x and p.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
Hessian |
Get the Hessian matrix of x and p, J'WJ
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
IsFixedByUser |
Get whether parameters are fixed or free (by the user).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
IsFixedByUserOrBoundary |
Array of the length NumberOfParameters. If an element is true, that parameter is either fixed by the user (see IsFixedByUser), or
is fixed because it has reached a boundary.
This array will be updated only at the end of the minimization process.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
IsGradientSupported | (Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
IsHessianSupported | (Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
JacobianEvaluations |
Get the number of calls to jacobian.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
ModelValues |
Get the y-values of the fitted model that correspond to the independent values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
NegativeGradient |
Get the negative gradient vector of x and p.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
NumberOfObservations |
Get the number of observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
NumberOfParameters |
Get the number of unknown parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
ObservedX | Set or get the values of the independent variable. | |
ObservedY |
Set or get the values of the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
Point |
Set or get the values of the parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
SigmaSquare |
Gets Chi²/(N-F+1)
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
Value |
Get the residual sum of squares.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
Weights |
Set or get the values of the weights for the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) |