UncertainMeasurementT(T, Double, Double) Constructor
Initializes a new data point with the given values for the ordinate, abcissa, and uncertainty.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public UncertainMeasurement(
T x,
double y,
double dy
)
Public Sub New (
x As T,
y As Double,
dy As Double
)
public:
UncertainMeasurement(
T x,
double y,
double dy
)
new :
x : 'T *
y : float *
dy : float -> UncertainMeasurement
Parameters
- x T
- The ordinate.
- y Double
- The best estimate of the abcissa.
- dy Double
- The uncertainty in the abcissa.