Type Histogram
Namespace MathNet.Numerics.Statistics
IEnumerable<double>
dataThe data sequence to build a histogram on.
int
nbucketsThe number of buckets to use.
IEnumerable<double>
dataThe data sequence to build a histogram on.
int
nbucketsThe number of buckets to use.
double
lowerThe histogram lower bound.
double
upperThe histogram upper bound.
Bucket
to the Histogram
.
double
dThe datapoint which we want to add.
IEnumerable<double>
dataThe sequence of datapoints which we want to add.
Histogram
of the Bucket
that contains the value v
.
double
vThe point to search the bucket index for.
int
The index of the bucket containing the point.
Bucket
that contains the value v
.
double
vThe point to search the bucket for.
n
'th bucket.