Stochastic Modelling of Snow Depth in Mountains, by Alexandre Faroux
This research paper was written with the goal of applying stochastics (Wiener process) to model snow depth in mountains. Throughout the paper, I explore possible applications, try to find an accurate model and build a Python propgram capable of running simmulations, to prove its accuracy and make predictions.
The following Panda libraries must be installed:
- Pandas (https://pandas.pydata.org/)
- Numpy.Stats (https://numpy.org/doc/stable/index.html)
- Matplotlib.pyplot (https://matplotlib.org/)
Research paper written in 2021-22, as part of the matura certificate.