A Complete Guide to Time Series Analysis & Forecasting in R
A Complete Guide to Time Series Analysis & Forecasting in R, available at $59.99, has an average rating of 3.55, with 142 lectures, based on 60 reviews, and has 320 subscribers.
You will learn about Explore and visualize time series data. Apply and interpret time series regression results. Understand various methods to forecast time series data. Use general forecasting tools and models for different forecasting situations. Utilize statistical program to compute, visualize, and analyze time series data in economics, business, and the social sciences. Use benchmark methods of time series forecasting. Use methods for checking whether a forecasting method has adequately utilized the available information. Forecast using exponential smoothing methods. Stationarity, ADF, KPSS, differencing, etc. Forecast using ARIMA, SARIMA, and ARIMAX. Learn through plenty of rigorous examples and quizzes. This course is ideal for individuals who are This course is for you if you are interested in solving economics, business, and the social sciences problems using data. or This course is for you if you are interested in learning problem solving using a statistical program. or This course is for you if you have basic knowledge of R language or are willing to learn the basic of R. It is particularly useful for This course is for you if you are interested in solving economics, business, and the social sciences problems using data. or This course is for you if you are interested in learning problem solving using a statistical program. or This course is for you if you have basic knowledge of R language or are willing to learn the basic of R.
Enroll now: A Complete Guide to Time Series Analysis & Forecasting in R
Summary
Title: A Complete Guide to Time Series Analysis & Forecasting in R
Price: $59.99
Average Rating: 3.55
Number of Lectures: 142
Number of Published Lectures: 142
Number of Curriculum Items: 142
Number of Published Curriculum Objects: 142
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Explore and visualize time series data.
- Apply and interpret time series regression results.
- Understand various methods to forecast time series data.
- Use general forecasting tools and models for different forecasting situations.
- Utilize statistical program to compute, visualize, and analyze time series data in economics, business, and the social sciences.
- Use benchmark methods of time series forecasting.
- Use methods for checking whether a forecasting method has adequately utilized the available information.
- Forecast using exponential smoothing methods.
- Stationarity, ADF, KPSS, differencing, etc.
- Forecast using ARIMA, SARIMA, and ARIMAX.
- Learn through plenty of rigorous examples and quizzes.
Who Should Attend
- This course is for you if you are interested in solving economics, business, and the social sciences problems using data.
- This course is for you if you are interested in learning problem solving using a statistical program.
- This course is for you if you have basic knowledge of R language or are willing to learn the basic of R.
Target Audiences
- This course is for you if you are interested in solving economics, business, and the social sciences problems using data.
- This course is for you if you are interested in learning problem solving using a statistical program.
- This course is for you if you have basic knowledge of R language or are willing to learn the basic of R.
Forecasting involves making predictions. It is required in many situations: deciding whether to build another power generation plant in the next ten years requires forecasts of future demand; scheduling staff in a call center next week requires forecasts of call volumes; stocking an inventory requires forecasts of stock requirements. Forecasts can be required several years in advance (for the case of capital investments) or only a few minutes beforehand (for telecommunication routing). Whatever the circumstances or time horizons involved, forecasting is an essential aid to effective and efficient planning. This course provides an introduction to time series forecasting using R.
-
No prior knowledge of R or data science is required.
-
Emphasis on applications of time-series analysis and forecasting rather than theory and mathematical derivations.
-
Plenty of rigorous examples and quizzes for an extensive learning experience.
-
All course contents are self-explanatory.
-
All R codes and data sets and provided for replication and practice.
At the completion of this course, you will be able to
-
Explore and visualize time series data.
-
Apply and interpret time series regression results.
-
Understand various methods to forecast time series data.
-
Use general forecasting tools and models for different forecasting situations.
-
Utilize statistical programs to compute, visualize, and analyze time-series data in economics, business, and the social sciences.
You will learn
-
Exploring and visualizing time series in R.
-
Benchmark methods of time series forecasting.
-
Time series forecasting forecast accuracy.
-
Linear regression models.
-
Exponential smoothing.
-
Stationarity, ADF, KPSS, differencing, etc.
-
ARIMA, SARIMA, and ARIMAX (dynamic regression) models.
-
Other forecasting models.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Getting started with R
Lecture 2: How to Install packages and import data in Rstudio?
Lecture 3: Getting started with time series forecasting
Lecture 4: What can be forecast?
Lecture 5: Forecasting data and methods
Lecture 6: Types of data
Lecture 7: Time series data examples
Lecture 8: Forecasting patterns (A graphic example)
Lecture 9: Time series forecasting models (Generic forms)
Lecture 10: The basic steps in a forecasting task
Lecture 11: The statistical forecasting perspective
Lecture 12: Some important notations
Chapter 2: Visualizing Time Series (Part 1)
Lecture 1: Introduction to time series plots and ts object in R
Lecture 2: Time plots
Lecture 3: Time series patterns
Lecture 4: Time series patterns examples
Lecture 5: Seasonal and seasonal subseries plots
Lecture 6: Scatterplots to explore the relationship between two variables
Chapter 3: Visualizing Time Series (Part 2)
Lecture 1: Correlation
Lecture 2: Autocorrelation in time series
Lecture 3: Autocorrelation function (ACF) or correlogram
Lecture 4: Time series pattern in ACF plots
Lecture 5: Time series pattern in ACF plots (Examples in R)
Lecture 6: White noise series
Lecture 7: The Ljung-Box test
Lecture 8: Time series graphics summary
Chapter 4: Benchmark Methods (Part 1)
Lecture 1: The forecaster’s toolbox introduction
Lecture 2: Average method of time series forecasting
Lecture 3: Naive method of time series forecasting
Lecture 4: Seasonal naive method of time series forecasting
Lecture 5: Drift method of time series forecasting
Lecture 6: Simple forecasting methods in R (Example 1)
Lecture 7: Simple forecasting methods in R (Example 2)
Lecture 8: Residual diagnostics for time series
Lecture 9: Steps of residual diagnostics (Example in R)
Chapter 5: Benchmark Methods (Part 2)
Lecture 1: Forecast errors
Lecture 2: Splitting time series data into training and test data
Lecture 3: Cross-validation (CV)
Lecture 4: K-fold cross-validation (CV)
Lecture 5: Time series cross-validation
Lecture 6: Testing time series forecast accuracy in R
Lecture 7: Testing time series forecast accuracy using cross-validation (Example in R
Lecture 8: Transformations and adjustments in time series data
Lecture 9: Mathematical adjustments in time series data (Box-Cox transformation)
Lecture 10: Prediction intervals in time series data in R
Lecture 11: The forecaster’s toolbox summary
Chapter 6: Linear Regression (Part 1)
Lecture 1: Time series regression models introduction
Lecture 2: A simple linear regression model
Lecture 3: A graphical representation of a simple linear regression model
Lecture 4: Fitted values and residuals residuals of a simple linear regression model
Lecture 5: OLS to estimate parameter values of a simple linear regression model
Lecture 6: A simple linear regression model in R
Lecture 7: Multiple regression models introduction
Lecture 8: Multiple linear regression model interpretation of coefficient values
Lecture 9: Goodness-of-fit
Lecture 10: Multiple linear regression in R
Lecture 11: Fitted and actual values in the regression model
Lecture 12: Evaluating the regression model
Lecture 13: Evaluating the regression model in R
Chapter 7: Linear Regression (Part 2)
Lecture 1: What to read in a regression output (Example in R)
Lecture 2: Including a trend in time series data
Lecture 3: Dummy variables for time series analysis
Lecture 4: Seasonal dummy variables in time series
Lecture 5: Seasonal dummy variables in time series in R
Lecture 6: Intervention variables using dummy variables
Lecture 7: Intervention variables cases
Lecture 8: Selecting time series regression predictors
Lecture 9: Selecting predictors by adjusted R-squared
Lecture 10: Selecting predictors by Akaike's Information Criterion (AIC)
Lecture 11: Selecting predictors by Corrected Akaike's Information Criterion (AICc)
Lecture 12: Selecting predictors by Schwarz’s Bayesian Information Criterion (BIC) and CV
Lecture 13: Selecting predictors in R
Chapter 8: Linear Regression (Part 3)
Lecture 1: Introduction to sub-set regression for model selection
Lecture 2: Variable selection by forward and backward step-wise regression
Lecture 3: Variable selection by step-wise regression in R
Lecture 4: Forecasting with regression models
Lecture 5: Scenario based forecast in R
Lecture 6: Non-linear regression introduction
Lecture 7: Non-linear regression using log transformations
Lecture 8: Non-linear regressions with linear, exponential, piece-wise, & cubic spline
Lecture 9: Non-linear regressions with linear, exponential, piece-wise, & cubic spline in R
Lecture 10: Homoscedasticity vs. Heteroscedasticity in OLS
Lecture 11: Multicollinearity and variance inflation factor (VIF)
Chapter 9: Time Series Decomposition
Lecture 1: Time series decomposition introduction
Lecture 2: Time series pattern revisited
Lecture 3: Time series components
Lecture 4: Additive model of time series decomposition
Lecture 5: Multiplicative model of time series decomposition
Lecture 6: Seasonal adjustments in time series data
Lecture 7: Moving averages to extract trend-cycle component of a time series
Lecture 8: Moving averages of moving averages
Instructors
-
Dr. Imran Arif
Assistant Professor of Economics
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 0 votes
- 3 stars: 5 votes
- 4 stars: 23 votes
- 5 stars: 29 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple