Vespucci  1.0.0
histogram.h File Reference
#include "Global/libvespucci.h"
#include <mlpack/core.hpp>

Go to the source code of this file.

Namespaces

 Vespucci
 A namespace for "global" functions, including math functions.
 
 Vespucci::Math
 A namespace for math functions relating to linear least squares regression.
 
 Vespucci::Math::Stats
 

Functions

VESPUCCI_EXPORT arma::uvec Vespucci::Math::Stats::GenerateHistogram (const arma::mat &data, arma::vec &edges, uint bins=0)
 
VESPUCCI_EXPORT uint Vespucci::Math::Stats::EstimateBinCount (const arma::mat &data)