Template:ConfidenceInterval: Revision history

From Horizon Wiki Mirror

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 January 2024

  • curprev 20:4620:46, 12 January 2024 imported>Aramachus m 2,668 bytes +190 added trivial case of zero sample to return nothing at all

22 August 2023

  • curprev 20:5820:58, 22 August 2023 imported>Aramachus m 2,478 bytes +434 a few more examples to show the flooring at 3 successes
  • curprev 20:5620:56, 22 August 2023 imported>Aramachus 2,044 bytes +4 +/- even for extreme cases to increase readability
  • curprev 13:3013:30, 22 August 2023 imported>Aramachus m 2,040 bytes −14 removed whitespaces in output
  • curprev 13:2713:27, 22 August 2023 imported>Aramachus m 2,054 bytes +1 default output from two to one decimal
  • curprev 13:2113:21, 22 August 2023 imported>Aramachus 2,053 bytes +2,053 Created page with "<includeonly><onlyinclude><!-- standard case: return an estimation of the 95% confidence interval -->{{#ifexpr: {{{1}}} > 3 and {{{1}}} < ({{{2}}} - 3) | +/- {{#expr: 100*(1.96 * (sqrt (({{{1}}} / {{{2}}}) * (1-({{{1}}} / {{{2}}})) / {{{2}}} ))) round {{{digits|2}}}}}<!-- -->|<!-- if less than three success registered, use "rule of 3" for the upper bound -->{{#ifexpr: {{{1}}} <= 3 and {{{1}}} >= 0 | + {{#expr: 100* 3/{{{2}}} round {{{digits|2}}}}}<!-- -->|<!-- if nearly..."