Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Statistics Class
Statistics Methods
Covariance Method
EmpiricalCDF Method
EmpiricalCDFFunc Method
EmpiricalInvCDF Method
EmpiricalInvCDFFunc Method
Entropy Method
FiveNumberSummary Method
InterquartileRange Method
Kurtosis Method
LowerQuartile Method
Maximum Method
Mean Method
MeanStandardDeviation Method
MeanVariance Method
Median Method
Minimum Method
MovingAverage Method
OrderStatistic Method
OrderStatisticFunc Method
Percentile Method
PercentileFunc Method
PopulationCovariance Method
PopulationKurtosis Method
PopulationSkewness Method
PopulationSkewnessKurtosis Method
PopulationStandardDeviation Method
PopulationVariance Method
Quantile Method
QuantileCustom Method
QuantileCustomFunc Method
QuantileFunc Method
QuantileRank Method
QuantileRankFunc Method
Ranks Method
RootMeanSquare Method
Skewness Method
SkewnessKurtosis Method
StandardDeviation Method
UpperQuartile Method
Variance Method
Statistics
OrderStatistic Method
Returns the order statistic (order 1..N) from the provided samples.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
double
OrderStatistic
(
IEnumerable
<
double
>
data
,
int
order
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Double
The data sample sequence.
order
Type:
System
Int32
One-based order of the statistic, must be between 1 and N (inclusive).
Return Value
Type:
Double
See Also
Reference
Statistics Class
MathNet.Numerics.Statistics Namespace