##Files: -SenneBakker_13918079_WiebeTimmers_11298294_Assignment1.py contains the monte carlo methods and operation functions to generate plotting and statistical experimenting. -parameters.py contains all fixed parameters used in stoch_stim_ass1.py
## Code dependencies - Make sure the following packages are installed:
- random
- pandas
- numpy
- math
- pickle``
- seaborn
- statistics
- matplotlib
- multiprocessing
- scipy
- tqdm
# in line 430 - 433 the script can be controlled in terms of what to run:
- run_ajs_convergence = True
- run_stats_max_iter = True
- run_ajs_conv_plotting = True
- run_statistical_analysis = True
# Code inspiration sources