Click or drag to resize

IDoubleLeastSqWeightingFunction Interface

Interface for least squares weighting functions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IDoubleLeastSqWeightingFunction : ICloneable

The IDoubleLeastSqWeightingFunction type exposes the following members.

Methods
 NameDescription
Public methodGetWeights Compute the weights from the given residuals.
Public methodInitialize Performs any needed initialization given the matrix A from the the least squares problem Ax = b.
Top
See Also