UncertainMeasurementSampleT Class

Represents a set of measurements.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public class UncertainMeasurementSample<T> : ICollection<UncertainMeasurement<T>>, 
	IEnumerable<UncertainMeasurement<T>>, IEnumerable
Inheritance
Object    UncertainMeasurementSampleT
Derived
Implements
ICollectionUncertainMeasurementT, IEnumerableUncertainMeasurementT, IEnumerable

Type Parameters

T
The type of independent variable associated with each measurement.

Constructors

UncertainMeasurementSampleT Initializes a new, empty data set.

Properties

Count Gets the size of the data set.

Methods

Add(IEnumerableUncertainMeasurementT) Adds a series of data points to the set.
Add(UncertainMeasurementT) Adds a new data point to the set.
Add(T, Double, Double) Adds a new data point to the set.
Clear Removes all data points from the set.
Contains Determines whether the set contains the given data point.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FitToFunction Fits the data to an arbitrary parameterized function.
FitToLinearFunction Fits the data to a linear combination of fit functions.
GetEnumerator Gets an enumerator over the measurements.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Remove Removes a data point from the set.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also