Namespaces

Types in MathNet.Numerics.Optimization

Type NonlinearMinimizationResult

Namespace MathNet.Numerics.Optimization

Constructors

Methods

Properties

Public Constructors

NonlinearMinimizationResult(IObjectiveModel modelInfo, int iterations, ExitCondition reasonForExit)

Public Methods

bool Equals(object obj)

int GetHashCode()

Type GetType()

string ToString()

Public Properties

Matrix<T> Correlation get; set;

Returns the correlation matrix at minimizing point.

Matrix<T> Covariance get; set;

Returns the covariance matrix at minimizing point.

int Iterations get;

Vector<T> MinimizedValues get;

Returns the y-values of the fitted model that correspond to the independent values.

Vector<T> MinimizingPoint get;

Returns the best fit parameters.

IObjectiveModel ModelInfoAtMinimum get;

ExitCondition ReasonForExit get;

Vector<T> StandardErrors get; set;

Returns the standard errors of the corresponding parameters