UncertainMeasurementT Class

Represents an experimental data point that is a function of an arbitrary variable.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public class UncertainMeasurement<T>
Inheritance
Object    UncertainMeasurementT

Type Parameters

T
The type of the ordinate (independent variable) characterizing the data point.

Constructors

UncertainMeasurementT(T, UncertainValue) Initializes a new data point with the given values for the ordinate and uncertain abcissa.
UncertainMeasurementT(T, Double, Double) Initializes a new data point with the given values for the ordinate, abcissa, and uncertainty.

Properties

X Gets or sets the value of the ordinate (independent variable).
Y Gets or sets the uncertain value of the abcissa (the depdent variable).

Methods

Equals Determines whether the object represents the same data point.
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Gets a hash code for the data point.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Operators

Equality(UncertainMeasurementT, UncertainMeasurementT) Determines whether two data points are equal.
Inequality(UncertainMeasurementT, UncertainMeasurementT) Determines whether two data points are not equal.

See Also