Returns a histogram of a vector using the specified bin arrangement.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Histogram<T> CreateEmpty<T>(
Index<T> bins
)
where T : Object, IComparable<T>
Public Shared Function CreateEmpty(Of T As {Object, IComparable(Of T)}) (
bins As Index(Of T)
) As Histogram(Of T)
public:
generic<typename T>
where T : Object, IComparable<T>
static Histogram<T>^ CreateEmpty(
Index<T>^ bins
)
static member CreateEmpty :
bins : Index<'T> -> Histogram<'T> when 'T : Object and IComparable<'T>
Parameters
- bins
- Type: Extreme.DataAnalysisIndexT
An interval index that specifies the bin boundaries.
Type Parameters
- T
- The type of the values.
Return Value
Type:
HistogramTAn empty histogram with bins defined by
bins.
Numerical Libraries
Supported in: 6.0
Reference