MirUlr / dsa_calculator

Some classes for handling the 3d20 test of the the german pen and paper system in a streamlined way.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Analyzing Success Probabilities #19

Closed MirUlr closed 3 years ago

MirUlr commented 3 years ago

Visualization of probabilities would allow the user to assess the chances for success when attempting a talent check. Very few people are able to evaluate a three dimensional probability space. This task grow even more difficult for estimating the probability of certain quality level. Therefore we provie a scatter plot which display the probability space with all results. We should consider the option to display a detailed version and a more generalized view. The above mentioned example generate the scatter plot from a pandas dataframe. This allow the detailed version intuitively and the generalized view is accessible via proper aggregation.