pandas-montecarlo
pandas-montecarlo copied to clipboard
what are all the parameters in montecarlo
mc = df['return'].montecarlo(sims=100, bust=0.1, goal=1) here, sims, bust and goal are all the parameters ?