Click or drag to resize

ConstantVarianceScalingShortName Property

Gets a short name for the scaling method.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public string ShortName { get; }

Property Value

String

Implements

IVarianceScalingShortName
Remarks
Used to display this short name in the fit function dialog box.
See Also