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

Method ztest

rp/random_process.go:134–148  ·  view source on GitHub ↗

ztest implements a one-tailed (right) z test (assumption: Guassian). H0: w.events[len(w.events)/2:] <= w.events[0:len(w.events)/2] H1: w.events[len(w.events)/2:] > w.events[0:len(w.events)/2] we should have w.confidence to reject H0

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

SignificantMethod · 0.95

Calls 2

meanFunction · 0.85
stddivFunction · 0.85

Tested by

no test coverage detected