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

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DataPoint : DataPoint<double>
Public Class DataPoint _
	Inherits DataPoint(Of Double)
public ref class DataPoint : public DataPoint<double>

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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()()()
Returns a String that represents the current Object.
(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

See Also