Skip to content
View tessella's full-sized avatar

Block or report tessella

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tessella/README.md
  • Hello! I'm a mathematics graduate from The University of Aberdeen interested in learning programming through the application of numerical methods and data analysis. Currently employed at LexisNexis working as a Solutions Analyst.

  • Currently I'm eading Armstrong's C++ for Financial Mathematics. You can look through this folder to find all my solutions to the exercises I've solved so far. Since Armstrong has a page containing full code to all solutions in the book, I feel the need to clarify that the code presented in my repository is all my own work, and no consultations have been made throughout my learning process.

  • To take a break from C++, I've done some basic forecasting price and risk forecasting in python. The jupyter notebook containing long term price predictions, as well as comparisons between different models can be found here. For volatility forecasting of DOG, look here.

  • Beyond C++ and python, I've also dabbled in R. The bulk of my work in this language was confined to a university project which consisted of predicting the effects of climate change on the River Tweed. My colleagues focused on predicting the change in the river Tweed's flow taking into account climate change. I used the predicted flow data to analyse how the surrounding area in a specific section of the river would be affected. For this I used the libraries OCNet and rivnet together with Taudem to extract a model of the river tweed from elevation data in Scotland. All my code for this project can be found in this repo.

Pinned Loading

  1. collision_sim_slow collision_sim_slow Public

    A slow collision simulation of spheres in a box.

    C++

  2. CPP-Financial-Maths-Exercises CPP-Financial-Maths-Exercises Public

    My solutions to the exercises in Armstrong's C++ for Financial Mathematics. Will be continuously updated as I solve the later chapters.

    C++

  3. GARCH-modeling GARCH-modeling Public

    Jupyter Notebook

  4. River-Tweed-Analysis-in-R River-Tweed-Analysis-in-R Public

    Basin extraction and analysis of the River Tweed using OCNet and rivnet among other libraries as part of a university project. Awarded an A.

    R

  5. Stocks-Predictions Stocks-Predictions Public

    Comparison of forecasting methods.

    Jupyter Notebook

  6. Stocks-Time-Series-Classifier Stocks-Time-Series-Classifier Public

    A messy time series classifier in Python

    Python