return double |
The maximum value in the sample data. |
IEnumerable<Nullable<double>> data |
The sample data. |
Type Statistics
Namespace MathNet.Numerics.Statistics
return double |
The maximum value in the sample data. |
IEnumerable<Nullable<double>> data |
The sample data. |
return double |
The mean of the sample. |
IEnumerable<double> data |
The data to calculate the mean of. |
return double |
The median of the sample. |
IEnumerable<double> data |
The data to calculate the median of. |
return double |
The minimum value in the sample data. |
IEnumerable<Nullable<double>> data |
The sample data. |
return double |
The i'th order statistic in the sample data. |
IEnumerable<double> samples |
The sample data. |
int order |
Order of the statistic to evaluate. |
return double |
The standard deviation of the sample. |
IEnumerable<double> data |
The data to calculate the standard deviation of. |
return double |
The biased population variance of the sample. |
IEnumerable<double> data |
The data to calculate the variance of. |
return double |
The standard deviation of the sample. |
IEnumerable<double> data |
The data to calculate the standard deviation of. |
return double |
The unbiased population variance of the sample. |
IEnumerable<double> data |
The data to calculate the variance of. |