NonlinearModelOfFitEnsembleGetWeights Method |
Stores the weights for the fit differences in an array. The data
are stored from FitElement_0 to FitElement_n. For FitElements with more than one dependent
variable in use, the data are stored interleaved.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void GetWeights(
double[] values
)
Parameters
- values Double
- The array used to store the values.
See Also