
<!--
Parameters:

title, target, bestMethod, worstMethod, objetive, statistic, pvalue, alpha, outcome

-->

    <section id="{{id}}_hook">
    <div class="text-center">
    <h2>{{title}}</h2>
    From experiment: <a href="#{{context}}">{{context}}</a>
    </div>

    </br>
    Wilcoxon Signed Rank test for output {{target}} </br>
    <ul>
        <li>H<sub>0</sub>: {{bestMethod}} method is equivalent to {{worstMethod}}.</li>
        <li>H<sub>1</sub>: {{bestMethod}} method is better than {{worstMethod}}.</li>
    </ul>

    <ul>
        <li>Strategy for ranks: {{objetive}}</li>
        <li>Computed Wilcoxon Signed Rank Statistic: {{statistic}}</li>
        <li>Computed p-value: {{pvalue}}</li>
        <li>Outcome for &alpha; = {{alpha}}: H<sub>0</sub> <span class="label label-info">{{outcome}}</span> </li>
    </ul>

    </br>
    </br>
    </section>
    <hr>
