Click or drag to resize

UncertainMeasurementSample Class

Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsUncertainMeasurementSampleDouble
    Meta.Numerics.StatisticsUncertainMeasurementSample

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class UncertainMeasurementSample : UncertainMeasurementSample<double>

The UncertainMeasurementSample type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd(UncertainMeasurementT)
Adds a new data point to the set.
(Inherited from UncertainMeasurementSampleT.)
Public methodAdd(IEnumerableUncertainMeasurementT)
Adds a series of data points to the set.
(Inherited from UncertainMeasurementSampleT.)
Public methodAdd(T, Double, Double)
Adds a new data point to the set.
(Inherited from UncertainMeasurementSampleT.)
Public methodClear
Removes all data points from the set.
(Inherited from UncertainMeasurementSampleT.)
Public methodContains
Determines whether the set contains the given data point.
(Inherited from UncertainMeasurementSampleT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFitToConstant
Fits the data to a constant value.
Public methodFitToFunction
Fits the data to an arbitrary parameterized function.
(Inherited from UncertainMeasurementSampleT.)
Public methodFitToLine
Fits the data to a line.
Public methodFitToLinearFunction
Fits the data to a linear combination of fit functions.
(Inherited from UncertainMeasurementSampleT.)
Public methodFitToPolynomial
Fits the data to a polynomial.
Public methodFitToProportionality
Fit the data to a proportionality relationship.
Public methodGetEnumerator
Gets an enumerator over the measurements.
(Inherited from UncertainMeasurementSampleT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes a data point from the set.
(Inherited from UncertainMeasurementSampleT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class adds functionality to the UncertainMeasurementSample class which applies when the independent variable (X variable) is a single real number. This includes fitting to a constant, line, or polynomial.

See Also