Coder Social home page Coder Social logo

esm_time_series's Introduction

Ozone Air Quality: Project Overview

We want to explore the average monthly concentration of ozone (ppm) in a local area.

Part 1: Exploring the Data

  • The data recorded daily max 8-hour ozone concentration per observation.
  • Looked for missing values and noted which year had the most missing values
  • Rolled up data to the monthly level by using the average of the observations present
  • Created a time plot of the mean monthly max 8 hour ozone concentration
  • Evaluated time plot for potential trends or seasonality captured

Part 2: ESM Model Building

  • Split the data into training (withholding last 17 months), validation (next 12 months), test (last 5 months) data sets
  • Created a monthly ESM forecast with the training data set
  • Made data visualizations of the following:
    • Actual Ozone values overlaid with the trend/cycle component for the training set
    • Actual Ozone values overlaid with the seasonally adjusted Ozone values for the training set
    • Time Plot of the predicted versus actual for the validation and test data
  • Decomposed time series into respective componenets (raw data, trend, seasonality, noise) using STL
  • Explored additive ESM vs. multiplicative ESM
  • Calculated MAPE and MAE values for evaluating accuracy of forecasts with test data

Part 3: Testing Stationarity and White Noise

  • Checked for stationarity of the average monthly ozone levels including any potential trend and/or random walks
    • used the Augmented Dickey-Fuller tests up to lag 2 tests for the results
  • Implemented techniques for getting stationary data such as taking the first difference
  • Tested whether the stationary series exhibited white noise using the Ljung-Box test
  • Explained implications for futher ARIMA modeling

Data Visualizations:

esm_time_series's People

Contributors

chelynl avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.