|
|
|
|
|
by vortico
431 days ago
|
|
Cool! Some random requests to consider: Could the range x~y be uniform instead of 2 std dev normal (95.4%ile)? Sometimes the range of quantities is known. 95%ile is probably fine as a default though.
Also, could a symbolic JS package be used instead of Monte-Carlo? This would improve speed and precision, especially for many variables (high dimensions).
Could the result be shown in a line plot instead of ASCII bar chart? |
|