Enters data from a
Double array into a histogram.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public void Tabulate(
double[] data
)
Public Sub Tabulate (
data As Double()
)
public:
void Tabulate(
array<double>^ data
)
member Tabulate :
data : float[] -> unit
Parameters
- data
- Type: SystemDouble
A Double array that contains the values to be tabulated.
Use this method to enter the data from an array into the histogram.
All observations are considered to have weight equal to 1.
Numerical Libraries
Supported in: 5.x, 4.x
Reference