Skip to content

Anthony Morast

Software Engineer, Mathematician, Computer Scientist, Parent, and Life-long Amateur

  • Blog Home
  • Resume Home
  • Topic
    • Finance
    • Mathematics
    • Science
    • Industrial/Professional
    • Artificial Intelligence
  • Language
    • C++
    • Python
    • R
    • Java
    • JavaScript

Category: Mathematics

A Primer on Latin Squares With Some Research Objectives

Posted in C++, Mathematics, Science By amorast

Deviating from my usual content, in this post I’m going to provide some necessary knowledge for working with a combinatorial object known as a Latin square. These objects were the centerpiece of my (IMO poorly…

Read more of A Primer on Latin Squares With Some Research Objectives →

Updated on February 24, 2021

Time Series Forecasting: The Most Basic Models

Posted in Finance, Mathematics, R By amorast

What is Time Series Forecasting? A time series is a collection of observations made sequentially through time, e.g. the value of a company’s stock. Time series forecasting is the practice of making predictions based on…

Read more of Time Series Forecasting: The Most Basic Models →

Updated on July 15, 2020July 16, 2020

Simulating Stock Prices: A Naive Approach

Posted in Finance, Industrial/Professional, Mathematics, Python, Science By amorast

Disclaimer: This project/post is for fun/education please don’t use the results of this project to make investment decisions. If you chose to ignore this disclaimer and do just that I am not responsible for the…

Read more of Simulating Stock Prices: A Naive Approach →

Updated on July 1, 2020July 5, 2020

The Navier-Stokes Equations

Posted in Mathematics, Science By amorast

Fluid Dynamics Fluid dynamics is a field in science and engineering that describes the flow of fluids, i.e. liquids and gases, with many subfields such as aerodynamics and hydrodynamics. To solve problems in fluid dynamics,…

Read more of The Navier-Stokes Equations →

Updated on March 20, 2020

Using GPGPU Computing to Generate Normalized Latin Squares

Posted in C++, Mathematics, Science By amorast

Navigation Algorithm Implementation Details Full Code Introduction Many problems in combinatorics pertaining to mutually orthogonal Latin squares (MOLS) require the efficient generation of (at least) a subset of all normalized Latin squares (NLS). This is…

Read more of Using GPGPU Computing to Generate Normalized Latin Squares →

Updated on January 13, 2020

A C++ Latin Square Class

Posted in C++, Mathematics, Science By amorast

Navigation Overview Implementation Full Source Code LatinSquare.h LatinSquare.cpp Header-only File In this post, I will avoid much of the preliminary information needed to understand and work with Latin squares. The focus of the post is…

Read more of A C++ Latin Square Class →

Updated on November 25, 2019December 4, 2019
  • Industrial/Professional
  • Science
  • Mathematics
  • Artificial Intelligence
© Copyright Anthony Morast. All rights reserved.