Class Population
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
- Inheritance
-
Population
- Inherited Members
-
- Extension Methods
-
Constructors
Population(double[])
public Population(double[] values)
Parameters
values
double[]
Properties
Count
public int Count { get; }
Property Value
- int
Max
public double Max { get; }
Property Value
- double
Mean
public double Mean { get; }
Property Value
- double
public double Median { get; }
Property Value
- double
Min
public double Min { get; }
Property Value
- double
SortedValues
public IReadOnlyList<double> SortedValues { get; }
Property Value
- IReadOnlyList<double>
StandardDeviation
public double StandardDeviation { get; }
Property Value
- double
StandardError
public double StandardError { get; }
Property Value
- double
Values
public IReadOnlyList<double> Values { get; }
Property Value
- IReadOnlyList<double>
Variance
public double Variance { get; }
Property Value
- double
Methods
GetPercentile(double)
public double GetPercentile(double percentile)
Parameters
percentile
double
Returns
- double