Represents a set of measurements.
Namespace:
Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DataSet<T>
Public Class DataSet(Of T)
generic<typename T> public ref class DataSet
Type Parameters
- T
- The type of independent variable associated with each measurement.
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DataSet<(Of <(T>)>)()()() |
Initializes a new, empty data set.
| |
| Add(DataPoint<(Of <(T>)>)) |
Adds a new data point to the set.
| |
| Add(IEnumerable<(Of <(DataPoint<(Of <(T>)>)>)>)) |
Adds a series of data points to the set.
| |
| Add(T, Double, Double) |
Adds a new data point to the set.
| |
| Clear()()() |
Removes all data points from the set.
| |
| Contains(DataPoint<(Of <(T>)>)) |
Determines whether the set contains the given data point.
| |
| Count |
Gets the size of the data set.
| |
| Equals(Object) | (Inherited from 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.) | |
| FitToFunction(Function<(Of <(array<Double>[]()[], T, Double>)>), array<Double>[]()[]) |
Fits the data to an arbitrary parameterized function.
| |
| FitToLinearFunction(array<Function<(Of <(T, Double>)>)>[]()[]) |
Fits the data to a linear combination of fit functions.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(DataPoint<(Of <(T>)>)) |
Removes a data point from the set.
| |
| ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::.Object
Meta.Numerics.Statistics..::.DataSet<(Of <(T>)>)
Meta.Numerics.Statistics..::.DataSet
Meta.Numerics.Statistics..::.DataSet<(Of <(T>)>)
Meta.Numerics.Statistics..::.DataSet