Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregoritsch3/markov_weather_model

A 5-State Markov Chain Weather Model whose transition probabilites are inferred from pre-existing daily weather data (https://www.kaggle.com/datasets/ananthr1/weather-prediction).
https://github.com/gregoritsch3/markov_weather_model

ergodic-stationary-processes jupyter-notebook markov-chain pandas prediction python

Last synced: 13 days ago
JSON representation

A 5-State Markov Chain Weather Model whose transition probabilites are inferred from pre-existing daily weather data (https://www.kaggle.com/datasets/ananthr1/weather-prediction).

Awesome Lists containing this project

README

        

A 5-State Markov Chain Weather Model whose transition probabilites are inferred from pre-existing daily weather data (https://www.kaggle.com/datasets/ananthr1/weather-prediction) pertaining to Seattle, USA. Examples of state vectors at later steps are calculated, and the conditions for the Ergodic Theorem are examined. By numerical examination we conclude that the Ergodic Theorem does not apply, and there exist no stationary transition probabilites.