Contains a set of standard weight functions that can be used in linear and nonlinear curve fitting.
SystemObject Extreme.Mathematics.CurvesWeightFunctions
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract class WeightFunctions
Public MustInherit Class WeightFunctions
public ref class WeightFunctions abstract
[<AbstractClassAttribute>]
type WeightFunctions = class end
The WeightFunctions type exposes the following members.
| Name | Description |
---|
 | WeightFunctions | Initializes a new instance of the WeightFunctions class |
Top
Top
Top
A weight function is a function that takes two parameters: the X and Y values of
an observation, and returns the weight associated with that observation.
The function is encapsulated in a function of two variables delegate.
The WeightFunctions class defines a set of commonly used
weight functions for use in linear and nonlinear least squares fitting.
Reference