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.