MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / binomial_standard_deviation

Function binomial_standard_deviation

probability/binomial_dist.cpp:36–38  ·  view source on GitHub ↗

finds the standard deviation of the binomial distribution * \param [in] n * \param [in] p * \returns \f$\sigma = \sqrt{\sigma^2} = \sqrt{n\cdot p\cdot (1-p)}\f$ */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

binomial_varianceFunction · 0.85

Tested by

no test coverage detected