Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.Curves Namespace


Extreme Optimization Mathematics Library for .NET

WeightFunctions Class

Contains a set of standard weight functions that can be used in linear and nonlinear curve fitting.

For a list of all members of this type, see WeightFunctions Members.

System.Object
   WeightFunctions

[Visual Basic]
NotInheritable Public Class WeightFunctions
[C#]
public sealed class WeightFunctions

Remarks

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 BivariateRealFunction delegate.

The WeightFunctions class defines a set of commonly used weight functions for use in linear and nonlinear least squares fitting.

Requirements

Namespace: Extreme.Mathematics.Curves

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

WeightFunctions Members | Extreme.Mathematics.Curves Namespace