MCPcopy Create free account
hub / github.com/changkun/pkg / Significant

Method Significant

rp/random_process.go:93–95  ·  view source on GitHub ↗

Significant performs a significant greater test, here we implement by z-test. a historical window of #events [n_1, n_2, ..., n_p], we compare: [n_1, ..., n_{p/2}] and [n_{p/2}, ..., n_{p}] through ztest. confidence coefficient is configurable

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ztestMethod · 0.95

Tested by

no test coverage detected