X Tutup
The Wayback Machine - https://web.archive.org/web/20201224115023/https://github.com/Soumya117/MonteCarloPython
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup