Click or drag to resize

WeightedRegression Class

Provides weighted and locally weighted linear regression helpers.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.LinearRegressionWeightedRegression

Namespace: Altaxo.Calc.LinearRegression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class WeightedRegression

The WeightedRegression type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGaussianKernel Evaluates a Gaussian kernel at the specified normalized distance.
Obsolete
Public methodStatic memberLocalT(MatrixT, MatrixT, VectorT, Double, FuncDouble, T) Locally-Weighted Linear Regression using normal equations.
Obsolete
Public methodStatic memberLocalT(MatrixT, VectorT, VectorT, Double, FuncDouble, T) Locally-Weighted Linear Regression using normal equations.
Obsolete
Public methodStatic memberWeightedT(IEnumerableTupleT, T, T, Boolean) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(IEnumerableValueTupleT, T, T, Boolean) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(MatrixT, MatrixT, MatrixT) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(MatrixT, VectorT, MatrixT) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(T, T, T, Boolean) Weighted Linear Regression using normal equations.
Top
See Also