Enters data from a numerical vector into a histogram.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Tabulate ( _ vector As Vector _ ) |
| C# |
|---|
public void Tabulate ( Vector vector ) |
| C++ |
|---|
public: void Tabulate ( Vector^ vector ) |
Parameters
- vector (Extreme.Mathematics.LinearAlgebra.Vector)
- A Vector.
Remarks
Use this method to enter the data from a vector into the histogram.
All observations are considered to have weight equal to 1.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | vector is nullNothingnullptr. |