Contains types that store and analyze statistical data.
| C# | Visual Basic | Visual C++ | F# |
namespace Meta.Numerics.Statistics
Namespace Meta.Numerics.Statistics
namespace Meta.Numerics.Statistics
namespace Meta.Numerics.Statistics
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| AnovaRow |
A row in an ANOVA table.
| |
| AnovaTestRow |
A row in an ANOVA table for which an F-test is available.
| |
| BinaryContingencyTable |
Represents a 2 X 2 contingency table.
| |
| BivariateSample |
Represents a set of data points, where each data point is described by a pair of real numbers.
| |
| ContingencyTable |
Represents a contingency table.
| |
| FitResult |
Represents the result of a fit procedure.
| |
| InsufficientDataException |
The exception that is thrown when an operation is attempted with less than the minimum required data.
| |
| MultivariateSample |
Represents a multivariate sample.
| |
| OneWayAnovaResult |
The result of a one-way ANOVA test.
| |
| PrincipalComponent |
Represents a component of a principal component analysis.
| |
| PrincipalComponentAnalysis |
Represents a principal component analysis.
| |
| Sample |
Represents a set of data points, where each data point consists of a single real number.
| |
| TestResult |
Represents the result of a statistical test.
| |
| UncertainMeasurement<(Of <(<'T>)>)> |
Represents an experimental data point that is a function of an arbitrary variable.
| |
| UncertainMeasurementSample<(Of <(<'T>)>)> |
Represents a set of measurements.
| |
| UncertainMeasurementSample |
Represents a set of UncertainMeasurement<(Of <(<'T>)>)> measurements.
|