Module statest::ttest[][src]

T test.

Structs

TTest

Enums

Side

One or Two sided test.

UPLO

Test side of Side::One.

Traits

TTestVec

Trait for T test.

Functions

ttest1

T test which returns true if p-value is less than p (Side::One(_)) or p/2 (Side::Two).