Functions
-
template<class T, int N> MArray< int, 1 > histogram (const MArray< T, N > &a, const int bins, const T min, const T max, double *const step=NULL, int *const sum=NULL)
-
template<class Expr, int N> MArray< int, 1 > histogram (const TExpr< Expr, N > &e, const int bins, const typename TExpr< Expr, N >::value_type min, const typename TExpr< Expr, N >::value_type max, double *const step=NULL, int *const sum=NULL)
-
template<class T, int N> MArray< int, 1 > histogram (const MArray< T, N > &a, const int bins, const T min, const T max, const T nan, double *const step=NULL, int *const sum=NULL)
-
template<class Expr, int N> MArray< int, 1 > histogram (const TExpr< Expr, N > &e, const int &bins, const typename TExpr< Expr, N >::value_type min, const typename TExpr< Expr, N >::value_type max, const typename TExpr< Expr, N >::value_type nan, double *const step=NULL, int *const sum=NULL)
Detailed Description
Return the histogram of Expr
as an ltl::MArray<T, 1>, build bins
bins in the range [min, max)
, in every bin include left boundary, exclude right, optionally neglect values == nan
.
Generated on Fri Dec 24 13:32:03 2004 for LTL by
1.3.4