Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Histogram Class
Histogram Constructor
Histogram Constructor
Histogram Constructor (IEnumerable(Double), Int32)
Histogram Constructor (IEnumerable(Double), Int32, Double, Double)
Histogram Constructor (IEnumerable
Double
, Int32, Double, Double)
Constructs a Histogram with a specific number of equally sized buckets.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
Histogram
(
IEnumerable
<
double
>
data
,
int
nbuckets
,
double
lower
,
double
upper
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Double
The datasequence to build a histogram on.
nbuckets
Type:
System
Int32
The number of buckets to use.
lower
Type:
System
Double
The histogram lower bound.
upper
Type:
System
Double
The histogram upper bound.
See Also
Reference
Histogram Class
Histogram Overload
MathNet.Numerics.Statistics Namespace