|
HistogramCompute Method (Double, Double)
|
Computes (populates) an Histogram mapping with values from a sample.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public void Compute(
double[] values,
double binWidth
)
Public Sub Compute (
values As Double(),
binWidth As Double
)
Request Example
View SourceParameters
- values
- Type: SystemDouble
The values to be binned in the histogram. - binWidth
- Type: SystemDouble
The desired width for the histogram's bins.
See Also