Skip to content

Python executable to perform monte carlo simulation.

Notifications You must be signed in to change notification settings

Soumya117/MonteCarloPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MonteCarloPython

Python executable to perform monte carlo simulation.

The executable is located inside dist folder along with the input.xls. This input file contains the min-max array and the percentage value required to calculate the random array. Input can be located anywhere since executable will ask to import it. The output files will be created where the executable is located and will also contain the input data along with new values.

The python application calculates following data: Input:

  1. Two dimensional array with minimum and maximum range.
  2. Percentage.

Output:

  1. Standard Deviation.
  2. Error.
  3. Number of random arrays.
  4. Average of random arrays.

This executable is available to run on Linux. Might require some libraries installation.

About

Python executable to perform monte carlo simulation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages