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
)
Public Sub Add (
x As T,
y As Double,
dy As Double
)
public:
void Add(
T x,
double y,
double dy
)
member Add :
x : 'T *
y : float *
dy : float -> unit
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