Documentation ¶
Overview ¶
Package ttesttype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Paired = TTestType{"paired"} Homoscedastic = TTestType{"homoscedastic"} Heteroscedastic = TTestType{"heteroscedastic"} )
Functions ¶
This section is empty.
Types ¶
type TTestType ¶
type TTestType struct {
Name string
}
func (TTestType) MarshalText ¶
func (*TTestType) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.