distribution.h file
Distributions and related functionality. See Analysis.
Classes
-
class dip::
Distribution - Holds probability density functions and other types of distribution more...
Functions
-
void dip::
swap(Sample& a, Sample& b) - Swaps two samples, copying the data from
otherto*this, and that from*thistoother. Both must have the same number of values.
Operators
-
auto dip::
operator<<(std::ostream& os, dip::Distribution const& distribution) -> std::ostream& - Writes the distribution to a stream