distribution.h file
Distributions and related functionality. See Analysis.
Classes
-
class dip::
Distribution - Holds probability density functions and other types of distribution
Functions
-
void dip::
swap(Sample& a, Sample& b) - Swaps two samples, copying the data from
other
to*this
, and that from*this
toother
. 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