Click or drag to resize

DoubleLeastSqWeightingFunction Constructor

Overload List
 NameDescription
Public methodDoubleLeastSqWeightingFunction Constructs an empty DoubleLeastSqWeighting instance. Behavior is undefined unitil the Initialize method is called.
Public methodDoubleLeastSqWeightingFunction(Double) Constructs DoubleLeastSqWeightingFunction instance with the specified tuning constant.
Protected methodDoubleLeastSqWeightingFunction(DoubleLeastSqWeightingFunction) Copy constructor. Creates an instance of DoubleLeastSqWeightingFunction that is a deep copy of other.
Public methodDoubleLeastSqWeightingFunction(DoubleMatrix) Constructs a DoubleLeastSqWeighting instance for the given least square matrix and intercept option.
Top
See Also