Click or drag to resize

UncertainMeasurementSample Methods

The UncertainMeasurementSample type exposes the following members.

Methods
  NameDescription
Public methodAdd(UncertainMeasurement<T>)
Adds a new data point to the set.
(Inherited from UncertainMeasurementSample<T>.)
Public methodAdd(IEnumerable<UncertainMeasurement<T>>)
Adds a series of data points to the set.
(Inherited from UncertainMeasurementSample<T>.)
Public methodAdd(T, Double, Double)
Adds a new data point to the set.
(Inherited from UncertainMeasurementSample<T>.)
Public methodClear
Removes all data points from the set.
(Inherited from UncertainMeasurementSample<T>.)
Public methodContains
Determines whether the set contains the given data point.
(Inherited from UncertainMeasurementSample<T>.)
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 UncertainMeasurementSample<T>.)
Public methodFitToLine
Fits the data to a line.
Public methodFitToLinearFunction
Fits the data to a linear combination of fit functions.
(Inherited from UncertainMeasurementSample<T>.)
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 UncertainMeasurementSample<T>.)
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 UncertainMeasurementSample<T>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also