Friedman Test¤
stamox.hypothesis.friedman_test(*samples: Sequence[ArrayLike], *, axis = 0) -> FriedmanTest
¤
    Computes the Friedman statistic for a set of samples.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
| *samples | Sequence[ArrayLike] | A sequence of samples, each sample being a sequence of observations. | () | 
Returns:
| Type | Description | 
|---|---|
| FriedmanTest | The Friedman Test object. | 
        
stamox.hypothesis.FriedmanTest        
¤
    Class for performing Friedman Rank Sum Test.
This class is a subclass of HypoTest and provides methods to perform the Friedman Rank Sum Test.
Attributes:
| Name | Type | Description | 
|---|---|---|
| statistic | float | The test statistic. | 
| parameters | tuple | Parameters of the distribution. | 
| p_value | float | The p-value of the test. |