damonhook / warcry-statshammer

A tool for calculating and comparing damage outputs for Warhammer Warcry fighters.
https://warcry-statshammer.herokuapp.com/
MIT License
7 stars 5 forks source link

Add Inverse Cumulative Probability as an option #22

Closed damonhook closed 10 months ago

damonhook commented 4 years ago

Often, it can be more relevant to know to probability of causing at least W wounds, rather than knowing the probability of causing no more than W wounds. I'd prefer to have P(X>=W) shown rather than P(X<=W).

Spoofardio commented 10 months ago

I added a PR for this: https://github.com/damonhook/warcry-statshammer/pull/42 (I think this is what you wanted)

damonhook commented 10 months ago

This has been released with version v0.5.0 Thanks @Spoofardio