pyesg
pyesg copied to clipboard
Built-in plotting
Hey,
do you mean by 'built-in plotting' to simply call a method that can plot results obtained from a stochastic process (such as Geometric Brownian Motion)?
I have conducted extensive outlier analysis of stochastic simulations in life insurance and could imagine that for instance an automatic plotting of the mean, quantiles and some other key information (or moments) could indeed make using the library more useful.
What do you think? I am new to contributing and I would love to be able to add something useful to this package.
Kind regards, Andreas
You're describing exactly what I had in mind when I said "built-in plotting" coming soonTM! I had thought about plotting histograms of things like growth rates, etc. Because we're working in numpy arrays, it would be really easy to throw those into matplotlib for something basic to start.
Absolutely open to your initial ideas here, and happy to help you with your first contribution (it's less daunting than it might seem!) Just let me know!