Closed damonhook closed 10 months 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).
W
P(X>=W)
P(X<=W)
I added a PR for this: https://github.com/damonhook/warcry-statshammer/pull/42 (I think this is what you wanted)
This has been released with version v0.5.0 Thanks @Spoofardio
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 thanW
wounds. I'd prefer to haveP(X>=W)
shown rather thanP(X<=W)
.