tune the text
This commit is contained in:
parent
99080be564
commit
5f02dacde7
|
|
@ -21,21 +21,21 @@ p
|
|||
|
||||
h2 Settings
|
||||
p
|
||||
| The test conducted in this comparison is the #{compare.meta.testOptions.testType} test. The alternative hypothesis used for this test is "#{compare.meta.testOptions.alternative}".
|
||||
| The test conducted in this comparison is the #{compare.meta.testOptions.testType} test. The alternative hypothesis used for this test is "#{compare.meta.testOptions.alternative}".
|
||||
if compare.meta.testOptions.alternative === 'less'
|
||||
| This means that we test if the current test is significant less that the baseline tests.
|
||||
| This means that we test if the current test is significant less that the baseline tests.
|
||||
else if compare.meta.testOptions.alternative === 'greater'
|
||||
| This means that we test if the current test is siginficant higher than the baseline tests.
|
||||
| This means that we test if the current test is siginficant higher than the baseline tests.
|
||||
else if compare.meta.testOptions.alternative === 'two-sided'
|
||||
| This means that we test the baseline vs the current tests both ways, if there are any change in both directions.
|
||||
| This means that we test the baseline vs the current tests both ways, if there are any change in both directions.
|
||||
if compare.meta.testOptions.testType === 'mannwhitneyu'
|
||||
| For more information on the settings of the Mann-Whitney U test, please refer to the
|
||||
a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mannwhitneyu.html') official documentation.
|
||||
| The test was configured to use continuity (set to #{compare.meta.testOptions.mannwhitneyu.useContinuity}) and the method chosen was "#{compare.meta.testOptions.mannwhitneyu.method}".
|
||||
a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mannwhitneyu.html') official documentation.
|
||||
| The test was configured to use continuity (set to #{compare.meta.testOptions.mannwhitneyu.useContinuity}) and the method chosen was "#{compare.meta.testOptions.mannwhitneyu.method}".
|
||||
else if compare.meta.testOptions.testType === 'wilcoxon'
|
||||
| For more information on the settings of the Wilcoxon test, please refer to the
|
||||
a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.wilcoxon.html') official documentation.
|
||||
| For this test, a correction parameter (#{compare.meta.testOptions.wilcoxon.correction ? 'enabled' : 'disabled'}) was applied to adjust for small sample sizes.
|
||||
a(href='https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.wilcoxon.html') official documentation
|
||||
| . For this test, a correction parameter (#{compare.meta.testOptions.wilcoxon.correction ? 'enabled' : 'disabled'}) was applied to adjust for small sample sizes.
|
||||
|
||||
|
||||
p
|
||||
|
|
|
|||
Loading…
Reference in New Issue