Click or drag to resize

ProjectorMatricesD Property

Gets the vector of coefficients D for the model or operation.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public Vector<double>? D { get; init; }

Property Value

VectorDouble
Remarks
The value may be null if the coefficients have not been set or are not applicable for the current context.
See Also