Go to the source code of this file.
Classes | |
| class | ambhas.stats.SpatOutlier |
Namespaces | |
| namespace | ambhas::stats |
Functions | |
| def | ambhas::stats.bias_correction |
| def | ambhas::stats.mk_test |
| def | ambhas::stats.independant |
Variables | |
| tuple | ambhas::stats.oc = np.random.randn(100) |
| int | ambhas::stats.mc = 2 |
| int | ambhas::stats.mp = 2 |
| tuple | ambhas::stats.mp_adjusted = bias_correction(oc, mc, mp) |
| tuple | ambhas::stats.x = np.random.randn(5,20) |
| tuple | ambhas::stats.foo = SpatOutlier(x) |
| tuple | ambhas::stats.x1 = foo.fill_with_nan() |