MCPcopy Create free account
hub / github.com/BirolLab/abyss / getSampleStdDev

Method getSampleStdDev

Common/PMF.h:56–59  ·  view source on GitHub ↗

Return the standard deviation of the sampled mean * of n observations. */

Source from the content-addressed store, hash-verified

54 * of n observations.
55 */
56 double getSampleStdDev(unsigned n) const
57 {
58 return m_stdDev / sqrt(n);
59 }
60
61 private:
62 std::vector<double> m_dist;

Callers 1

writeEstimateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected