Click or drag to resize

UncertainMeasurementSampleTAdd Method (T, Double, Double)

Adds a new data point to the set.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Add(
	T x,
	double y,
	double dy
)

Parameters

x
Type: T
The value of the ordinate (independent variable).
y
Type: SystemDouble
The value of the abscissa (dependent variable).
dy
Type: SystemDouble
The uncertainty of the abscissa (dependent variable).
See Also