Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseWeights Property

Gets or sets the values of the weights for the observations.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Matrix<double>? Weights { get; protected set; }

Property Value

MatrixDouble

Implements

IObjectiveModelEvaluationWeights
See Also