Click or drag to resize

DoubleLeastSqWeightingFunction(Double) Constructor

Constructs DoubleLeastSqWeightingFunction instance with the specified tuning constant.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleLeastSqWeightingFunction(
	double tuningConstant
)

Parameters

tuningConstant  Double
Tuning constant.
See Also