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

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class UncertainMeasurement<T>
Public Class UncertainMeasurement(Of T)
generic<typename T>
public ref class UncertainMeasurement
type UncertainMeasurement<'T> =  class end

Type Parameters

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UncertainMeasurement<(Of <(<'T>)>)>(T, UncertainValue)
Initializes a new data point with the given values for the ordinate and uncertain abcissa.
UncertainMeasurement<(Of <(<'T>)>)>(T, Double, Double)
Initializes a new data point with the given values for the ordinate, abcissa, and uncertainty.
Equality(UncertainMeasurement<(Of <<'(T>)>>), UncertainMeasurement<(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(UncertainMeasurement<(Of <<'(T>)>>), UncertainMeasurement<(Of <<'(T>)>>))
Determines whether two data points are not equal.
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).
Y
Gets or sets the uncertain value of the abcissa (the depdent variable).

Inheritance Hierarchy

System..::..Object
  Meta.Numerics.Statistics..::..UncertainMeasurement<(Of <(<'T>)>)>

See Also