|
HistogramFromData Method
|
Creates a histogram of values from a sample.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Histogram FromData(
double[] values
)
Public Function FromData (
values As Double()
) As Histogram
Request Example
View SourceParameters
- values
- Type: SystemDouble
The values to be binned in the histogram.
Return Value
Type:
HistogramA histogram reflecting the distribution of values in the sample.
See Also