Search results

  1. V

    Monte Carlo Simulation of net worth in Python..

    In terms of code, code is a tool so if it gets you where you want, then you can ignore the following thoughts: Its possible to initiate the entire 500k random samples at once with an extension to the numpy code. Following this i think you could do vector/matrix multiplication to get where you...
  2. V

    Monte Carlo Simulation of net worth in Python..

    @prodigalson8523 Cool project. My concern would be using the std and average as you have lost much of the data. Especially on the extremes. You can check how close to normal the data actually is by generating the distribution and computing the difference. An alternative approach to what you've...
Back
Top