Contains types that store and analyze statistical data.
Types
| All Types | Classes | Structures | Interfaces |
| Name | Description | |
|---|---|---|
| BetaDistribution |
Represents a β distribution.
| |
| BinaryContingencyTable |
Represents a 2 X 2 contingency table.
| |
| ChiSquaredDistribution |
Represents a χ2 distribution.
| |
| ContingencyTable |
Represents a contingency table.
| |
| DataPoint<(Of <(T>)>) |
Represents an experimental data point that is a function of an arbitrary variable.
| |
| DataPoint |
Represents an experimental data point that is a function of a single real variable.
| |
| DataSet<(Of <(T>)>) |
Represents a set of measurements.
| |
| DataSet |
Represents a set of DataPoint measurements.
| |
| Distribution |
Represents a probability distribution.
| |
| ExponentialDistribution |
Represents an exponential distribution.
| |
| FisherDistribution |
Represents a Fischer distribution.
| |
| FitResult |
Represents the result of a fit procedure.
| |
| IParameterizedDistribution |
Represents an parameterized likelihood distribution.
| |
| KolmogorovDistribution |
Represents the distribution of the Kolmogorov-Smirnov D statistic.
| |
| KuiperDistribution |
Represents the asymptotic distribution of Kuiper's V statistic.
| |
| LogisticDistribution |
Represents a logistic distribution.
| |
| LognormalDistribution |
Represents a log-normal distribution.
| |
| MannWhitneyDistribution |
Represents the distribution of the Mann-Whitney statistic.
| |
| MultivariateSample |
Represents a multivariate sample.
| |
| NormalDistribution |
Represents a normal (Gaussian) distribution.
| |
| Sample |
Represents a set of independent draws of real numbers.
| |
| StudentDistribution |
Represents the distribution of Student't t statistic.
| |
| TestResult |
Represents the result of a statistical test.
| |
| TriangularDistribution |
Represents a triangular distribution.
| |
| UncertainMath |
Contains methods for computing basic mathematical functions of uncertain values.
| |
| UncertainValue |
Represents a value with an associated uncertainty.
| |
| UniformDistribution |
Represents a uniform distribution over an interval.
| |
| WeibullDistribution |
Represents a Weibull distribution.
|