eelbrain.pipeline.TTestOneSample

class eelbrain.pipeline.TTestOneSample(tail=0)

One-sample t-test

Parameters

tail (int) – Tailedness of the test. 0 for two-tailed (default), 1 for upper tail and -1 for lower tail.

Methods

make(y, ds, force_permutation, kwargs)

make_uv(y, ds)

make_vec(y, ds, force_permutation, kwargs)