Click or drag to resize

UncertainMeasurementSample Methods

The UncertainMeasurementSample type exposes the following members.

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
See Also