Parameters
IEnumerable<Nullable<double>> data
The sample data.
Return
double
The maximum value in the sample data.
Type Statistics
Namespace MathNet.Numerics.Statistics
IEnumerable<Nullable<double>> dataThe sample data.
doubleThe maximum value in the sample data.
IEnumerable<double> dataThe data to calculate the mean of.
doubleThe mean of the sample.
IEnumerable<double> dataThe data to calculate the median of.
doubleThe median of the sample.
IEnumerable<Nullable<double>> dataThe sample data.
doubleThe minimum value in the sample data.
IEnumerable<double> samplesThe sample data.
int orderOrder of the statistic to evaluate.
doubleThe i'th order statistic in the sample data.
IEnumerable<double> dataThe data to calculate the standard deviation of.
doubleThe standard deviation of the sample.
IEnumerable<double> dataThe data to calculate the variance of.
doubleThe biased population variance of the sample.
IEnumerable<double> dataThe data to calculate the standard deviation of.
doubleThe standard deviation of the sample.
IEnumerable<double> dataThe data to calculate the variance of.
doubleThe unbiased population variance of the sample.