Click or drag to resize

UncertainMeasurementT Constructor (T, UncertainValue)

Initializes a new data point with the given values for the ordinate and uncertain abcissa.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public UncertainMeasurement(
	T x,
	UncertainValue y
)

Parameters

x
Type: T
The ordinate.
y
Type: Meta.NumericsUncertainValue
The abcissa.
See Also