A histogram.
More...
Meta.Numerics.Statistics.Histogram.Histogram |
( |
int |
bins | ) |
|
|
inline |
Creates a histogram with the given number of bins.
- Parameters
-
Meta.Numerics.Statistics.Histogram.Histogram |
( |
IList< double > |
borders | ) |
|
|
inline |
Create a histogram with the given bin borders.
- Parameters
-
borders | A list of bin borders. |
bool Meta.Numerics.Statistics.Histogram.CheckBorders |
( |
| ) |
|
|
inlineprivate |
int Meta.Numerics.Statistics.Histogram.FindIndex |
( |
double |
value | ) |
|
|
inlineprivate |
void Meta.Numerics.Statistics.Histogram.Add |
( |
double |
value | ) |
|
|
inline |
void Meta.Numerics.Statistics.Histogram.Add |
( |
int |
k | ) |
|
|
inline |
void Meta.Numerics.Statistics.Histogram.Clear |
( |
| ) |
|
|
inline |
int Meta.Numerics.Statistics.Histogram.extraCounts |
|
private |
Gets the specified bin.
- Parameters
-
- Returns
- The specified bin.
int Meta.Numerics.Statistics.Histogram.TotalCounts |
|
get |
Gets the total number of counts in the histogram.
int Meta.Numerics.Statistics.Histogram.OutOfRangeCounts |
|
get |
Gets the number of counts out of the range of the histogram.
int Meta.Numerics.Statistics.Histogram.Count |
|
get |
Interval Meta.Numerics.Statistics.Histogram.Range |
|
get |
The range of values in the histogram.
The documentation for this class was generated from the following file:
- igtest/numerics/MetaNumerics/Numerics/Numerics/Statistics/Histogram.cs