Stats Module
This module contains functions for statistical analysis.
|
|
|
|
This function performs the Friedman test and the Shaffer post hoc test using the scmamp package. |
|
|
|
|
|
|
|
|
- stats.friedman_shaffer_scmamp(df)[source]
This function performs the Friedman test and the Shaffer post hoc test using the scmamp package.
- Parameters:
df (pandas.DataFrame) – a pandas DataFrame with the results of the experiments
- Returns:
a dictionary with the results of the Friedman test and the Shaffer post hoc test
- Return type:
dict