SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Variables

Variables

int64 ALTERNATIVE_LESS = 0
 
int64 ALTERNATIVE_GREATER = 1
 
int64 ALTERNATIVE_TWO_SIDED = 2
 

Detailed Description

Constants used for specifying the alternative hypothesis.

Variable Documentation

◆ ALTERNATIVE_GREATER

int64 ALTERNATIVE_GREATER = 1

◆ ALTERNATIVE_LESS

int64 ALTERNATIVE_LESS = 0

◆ ALTERNATIVE_TWO_SIDED

int64 ALTERNATIVE_TWO_SIDED = 2