/TriangularDistribution

Python code for ENCE 662 HW2 Triangular Distribution for SFI Case Study #2

Primary LanguagePythonMIT LicenseMIT

TriangularDistribution

Python code for ENCE 662 HW2 Triangular Distribution for SFI Case Study #2

Usage

Install Required Packages

  • On Windows OS, open command prompt as an administrator and run the following:

pip install -r requirements.txt

  • On * nix OS, open a terminal and run the following:

sudo pip install -r requirements.txt

Run the script

python3 "Triangular Distribution.py"

Sample Output

Windows Project Sample Output

Unix Project Sample Output