Represents an experimental data point that is a function of a single real variable.
Namespace:
Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DataPoint(Double, UncertainValue) |
Initializes a new data point with the given values for the ordinate and uncertain abcissa.
| |
| DataPoint(Double, Double, Double) |
Initializes a new data point with the given values for the ordinate, abcissa, and uncertainty.
| |
| Equals(Object) |
Determines whether the object represents the same data point.
(Inherited from DataPoint<(Of <(T>)>).) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Gets a hash code for the data point.
(Inherited from DataPoint<(Of <(T>)>).) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) | |
| X |
Gets or sets the value of the ordinate (independent variable).
(Inherited from DataPoint<(Of <(T>)>).) | |
| Y |
Gets or sets the uncertain value of the abcissa (the depdent variable).
(Inherited from DataPoint<(Of <(T>)>).) |
Remarks
Inheritance Hierarchy
System..::.Object
Meta.Numerics.Statistics..::.DataPoint<(Of <(Double>)>)
Meta.Numerics.Statistics..::.DataPoint
Meta.Numerics.Statistics..::.DataPoint<(Of <(Double>)>)
Meta.Numerics.Statistics..::.DataPoint