Click or drag to resize

CurveFitDataSet(DoubleVector, DoubleVector, DoubleVector) Constructor

Constructs a CurveFitDataSet from the given values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public CurveFitDataSet(
	DoubleVector x_values,
	DoubleVector y_values,
	DoubleVector weights
)

Parameters

x_values  DoubleVector
Independent x-values.
y_values  DoubleVector
Dependent y-values.
weights  DoubleVector
Weights for the y-values.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if NOT all input vectors have the same length.
See Also