This shows you the differences between two versions of the page.
|
wiki:calculation methods [2019/02/09 02:39] caleymccready |
wiki:calculation methods [2021/03/07 01:58] (current) caleymccready |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Calculation methods ====== | ====== Calculation methods ====== | ||
| ===[meta analysis]=== | ===[meta analysis]=== | ||
| - | |||
| - | The [[dice_probabilities|probability data]] posted on this site has two sources. The first is the [[https://anydice.com/|anydice website]], where formulas can be created to calculate odds. The second is a c# program I wrote in order to run simulations on the more difficult probabilities found on this site. I tested the c# random function by simulating a d6 and rolling it 1 billion times: | ||
| \\ | \\ | ||
| - | ^Dice Result^Frequency^ | + | The [[dice_probabilities|probability data]] posted on this site has two sources. The first is the [[https://anydice.com/|anydice website]], where formulas can be created to calculate odds. The second is a c# program I wrote in order to run simulations on the more difficult probabilities found on this site |
| - | |1|| | + | |
| - | |2|| | + | I tested the c# random function by simulating a d6 and rolling it 1 billion times: |
| - | |3|| | + | |
| - | |4|| | + | ^ Dice Result ^Result Count^Frequency^ |
| - | |5|| | + | | 1 |166,665,894|16.6665894%| |
| - | |6|| | + | | 2 |166,653,084|16.6653084%| |
| + | | 3 |166,659,559|16.6659559%| | ||
| + | | 4 |166,663,262|16.6663262%| | ||
| + | | 5 |166,693,578|16.6693578%| | ||
| + | | 6 |166,664,623|16.6664623%| | ||
| For each entry in a table simulated with a c# program, I ran 100 million simulated rolls. | For each entry in a table simulated with a c# program, I ran 100 million simulated rolls. | ||
| \\ | \\ | ||
| - | **Calculated with anydice.com** | + | **Calculated using anydice.com** |
| * Ability check against a difficulty | * Ability check against a difficulty | ||
| * Advantage on skill checks | * Advantage on skill checks | ||
| Line 26: | Line 28: | ||
| * Rolling ability scores | * Rolling ability scores | ||
| - | **Calculated with c#** | + | **Calculated using c#** |
| * Ability check against an opponent | * Ability check against an opponent | ||
| * Rolling Aiki | * Rolling Aiki | ||
| Line 32: | Line 34: | ||
| * Rolling Retrocognition | * Rolling Retrocognition | ||
| * Rolling Clairvoyance | * Rolling Clairvoyance | ||
| + | * Revenant chakra burn progression | ||