Click or drag to resize

IVarianceScaling Interface

Interface to how to scale the differences between real quantities (dependent variables) and fitted values.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IVarianceScaling : ICloneable

The IVarianceScaling type exposes the following members.

Properties
 NameDescription
Public propertyShortName Returns a short name for the scaling method. Used to display this short name in the fit function dialog box.
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Public methodGetWeight Gets the weight in dependence of the real data (roughly spoken: inverse of variance).
Top
See Also