ProjectorMatricesD Property |
Gets the vector of coefficients D for the model or operation.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic Vector<double>? D { get; init; }Property Value
VectorDouble
RemarksThe value may be null if the coefficients have not been set or are not applicable for the
current context.
See Also