TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
probability Directory Reference

Files

 
addition_rule.cpp
 Addition rule of probabilities.
 
bayes_theorem.cpp
 Bayes' theorem
 
binomial_dist.cpp
 Binomial distribution example
 
exponential_dist.cpp
 Exponential Distribution
 
geometric_dist.cpp
 Geometric Distribution
 
poisson_dist.cpp
 Poisson statistics
 
windowed_median.cpp
 An implementation of a median calculation of a sliding window along a data stream.