Template:Hxi Drop Rate: Difference between revisions

From HorizonXI Wiki
m (fixed error for zero sample size)
(included option to hard code a percentage value as first unnamed parameter)
Line 1: Line 1:
<onlyinclude><includeonly>{{#ifeq:{{{asb}}}|false
<onlyinclude><includeonly>{{#if:{{#pos:{{{1|}}}|%}}|([[HorizonXI:Drop Rate Policy|{{ht|{{{1}}} Drop Rate|{{{1}}}}}]])|<!--
-->{{#ifeq:{{{asb}}}|false
| {{Drop Rate|{{{1|}}}|{{{2|}}}}}
| {{Drop Rate|{{{1|}}}|{{{2|}}}}}
| {{#ifexpr:{{{2|0}}} < 25<!--
| {{#ifexpr:{{{2|0}}} < 25<!--
sample size smaller than 25: display horizon
sample size smaller than 25: display horizon
-->| <span style="color: gray">([[HorizonXI:Drop Rate Policy|{{ht|Air Sky Boat Drop Rate. No indication that HorizonXI sample data deviates from that: {{{1|0}}}/{{{2|0}}} ({{#expr:{{{1|0}}} / {{#ifeq:{{{2|1}}}|0|1|{{{2|1}}}}} * 100 round 0.1}}{{ConfidenceInterval|{{{1|0}}}|{{{2}}}}} %).|{{#expr:{{{asb}}}*100 round 0.1}}%|gray}}]])</span>
-->| <span style="color: gray">([[HorizonXI:Drop Rate Policy|{{ht|Air Sky Boat Drop Rate. No indication that HorizonXI sample data deviates from that: {{{1|0}}}/{{{2|0}}} ({{#expr:{{{1|0}}} / {{#ifeq:{{{2|1}}}|0|1|{{{2|1}}}}} * 100 round 0.1}}{{ConfidenceInterval|{{{1|0}}}|{{{2|0}}}}} %).|{{#expr:{{{asb}}}*100 round 0.1}}%|gray}}]])</span>
| {{#ifexpr:{{{2|0}}} < 100<!--
| {{#ifexpr:{{{2|0}}} < 100<!--
sample size smaller than 100: indications, display horizon
sample size smaller than 100: indications, display horizon
Line 20: Line 21:
-->|<span style="color: gray">([[HorizonXI:Drop Rate Policy|{{ht|Air Sky Boat Drop Rate. HorizonXI sample data agrees that: {{{1|0}}}/{{{2|0}}} ({{#expr:{{{1|0}}} / {{#ifeq:{{{2|1}}}|0|1|{{{2|1}}}}} * 100 round 0.1}}{{ConfidenceInterval|{{{1|0}}}|{{{2}}}}} %).|{{#expr:{{{asb}}}*100 round 0.1}}%|gray}}]])</span>}}<!--
-->|<span style="color: gray">([[HorizonXI:Drop Rate Policy|{{ht|Air Sky Boat Drop Rate. HorizonXI sample data agrees that: {{{1|0}}}/{{{2|0}}} ({{#expr:{{{1|0}}} / {{#ifeq:{{{2|1}}}|0|1|{{{2|1}}}}} * 100 round 0.1}}{{ConfidenceInterval|{{{1|0}}}|{{{2}}}}} %).|{{#expr:{{{asb}}}*100 round 0.1}}%|gray}}]])</span>}}<!--
sample size larger than 500: just display horizon, dont care about ASB
sample size larger than 500: just display horizon, dont care about ASB
-->| ([[HorizonXI:Drop Rate Policy|{{ht|{{{1}}}/{{{2}}}. High data; Drop Rate should be accurate.|{{#expr:{{{1}}} / {{{2}}} * 100 round 0.1}}%}}]])}}}}}}}}</includeonly></onlyinclude>
-->| ([[HorizonXI:Drop Rate Policy|{{ht|{{{1}}}/{{{2}}}. High data; Drop Rate should be accurate.|{{#expr:{{{1}}} / {{{2}}} * 100 round 0.1}}%}}]])}}}}}}}}}}</includeonly></onlyinclude>


[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]
Line 26: Line 27:
Parameters
Parameters
<pre>
<pre>
{{Drop Rate|asb=|total drops|total kills}}
{{Hxi Drop Rate|asb=|total drops|total kills}}
</pre>
</pre>
* asb is the drop rate, written as a ratio a/b, from the [https://github.com/AirSkyBoat/AirSkyBoat/blob/staging/sql/mob_droplist.sql Air Sky Boat Github Repository for drop rates].  
* asb is the drop rate, written as a ratio a/b, from the [https://github.com/AirSkyBoat/AirSkyBoat/blob/staging/sql/mob_droplist.sql Air Sky Boat Github Repository for drop rates].  
* Setting asb to ''false'' will invoke the old [[Template:Drop Rate]].  
* Setting asb to ''false'' will invoke the old [[Template:Drop Rate]].  
*if specifying a percentage value for the first unnamed parameter, then that percentage value will be displayed. Example:
<pre>{{Hxi Drop Rate|22%}}</pre>
{{Hxi Drop Rate|22%}}


Logic:
Logic:

Revision as of 21:15, 12 January 2024

Usage

Parameters

{{Hxi Drop Rate|asb=|total drops|total kills}}
{{Hxi Drop Rate|22%}}

(22%)


Logic:

  • if sample size < 25: show asb
  • if 25 < sample size < 100: show asb but hint with red brackets IF difference between horizon droprate and asb is larger than the confidence interval of the sample.
  • if 100 < sample size < 500: show horizon but hint with purple brackets IF difference between horizon droprate and asb is larger than the confidence interval of the sample.
  • if 500 < sample size: show horizon

Examples

  • no sample returns:
{{Hxi Drop Rate|asb=100/1000|0|0}}

(10%)

  • sample size < 25:
{{Hxi Drop Rate|asb=100/1000|1|10}}

(10%)

  • 25 < sample size < 100, hxi agrees with asb:
{{Hxi Drop Rate|asb=100/1000|5|60}}

(10%)

  • 25 < sample size < 100, hxi deviates from asb:
{{Hxi Drop Rate|asb=100/1000|30|60}}

(10%)

  • 100 < sample size < 500, hxi agrees with asb:
{{Hxi Drop Rate|asb=100/1000|10|120}}

(10%)

  • 100 < sample size < 500, hxi deviates from asb:
{{Hxi Drop Rate|asb=100/1000|90|120}}

(75%)

  • 500 < sample size:
{{Hxi Drop Rate|asb=100/1000|300|1500}}

(20%)

Drop Rate Guidelines

From Template:Drop Rate

This section describes how the Drop Rate template works. If you are looking for rules and guidelines on use, see HorizonXI:Drop Rate Policy.

  • This template is used to collect and present drop rate data. It is intended to collect data from multiple users and keep a running total (new results are added to the existing totals rather than replacing them), thus becoming more accurate over time.
  • The drop rate is rounded to the nearest tenth, with a hovertext that displays the exact number of drops and kills and a message describing the data's current reliablity.
  • If the data is too low to be considered reliable (less than 25 kills), the drop rate will be colored gray and question marks (???) will be displayed instead of the drop rate. However, the drop rate can still be seen in the hovertext next to the number of drops and kills.
  • If the data is low, but not completely unreliable (less than 500 kills), the drop rate will simply be colored gray.
  • "100%" can be used as the "total drops" value to automatically display the drop rate as 100%.