Represents an experimental data point that is a function of an arbitrary variable.
Namespace:
Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DataPoint<T>
Public Class DataPoint(Of T)
generic<typename T> public ref class DataPoint
Type Parameters
- T
- The type of the ordinate (independent variable) characterizing the data point.
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DataPoint<(Of <(T>)>)(T, UncertainValue) |
Initializes a new data point with the given values for the ordinate and uncertain abcissa.
| |
| DataPoint<(Of <(T>)>)(T, Double, Double) |
Initializes a new data point with the given values for the ordinate, abcissa, and uncertainty.
| |
| Equality(DataPoint<(Of <(T>)>), DataPoint<(Of <(T>)>)) |
Determines whether two data points are equal.
| |
| Equals(Object) |
Determines whether the object represents the same data point.
(Overrides Object..::.Equals(Object).) | |
| 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.
(Overrides Object..::.GetHashCode()()().) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Inequality(DataPoint<(Of <(T>)>), DataPoint<(Of <(T>)>)) |
Determines whether two data points are not equal.
| |
| 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).
| |
| Y |
Gets or sets the uncertain value of the abcissa (the depdent variable).
|
Inheritance Hierarchy
System..::.Object
Meta.Numerics.Statistics..::.DataPoint<(Of <(T>)>)
Meta.Numerics.Statistics..::.DataPoint
Meta.Numerics.Statistics..::.DataPoint<(Of <(T>)>)
Meta.Numerics.Statistics..::.DataPoint