MCPcopy Create free account
hub / github.com/PDAL/PDAL / populationVariance

Function populationVariance

filters/StatsFilter.hpp:73–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 double average() const
72 { return M1; }
73 double populationVariance() const
74 { return M2 / m_cnt; }
75 double sampleVariance() const
76 { return M2 / (m_cnt - 1.0); }
77 double variance() const

Callers 1

populationStddevFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected