Create a Histogram instance with the specified bin boundaries.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public Histogram( DoubleVector binBoundaries ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ binBoundaries As DoubleVector _ ) |
| Visual C++ |
|---|
public: Histogram( DoubleVector^ binBoundaries ) |
Parameters
- binBoundaries
- Type: CenterSpace.NMath.Core..::.DoubleVector
The bin boundaries.
Remarks
Bin boundaries must be strictly monotonically increasing; that
is, binBoundares[i] must be strictly less than
binBoundaries[i+1] for each i.