* Cantinho Satkeys

Refresh History
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31

Autor Tópico: Time Series Forecasting in R: A Down-to-Earth Approach  (Lida 66 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115810
  • Karma: +0/-0
Time Series Forecasting in R: A Down-to-Earth Approach
« em: 10 de Outubro de 2022, 16:16 »

Time Series Forecasting in R: A Down-to-Earth Approach
Published 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 81 lectures (8h 3m) | Size: 3.41 GB
High-performance forecasting tools made easy to understand and apply

What you'll learn
Know the time series forecasting steps
Know the essential time series components
Know the most important forecasting accuracy metrics
Use the moving averages and the simple exponential smoothing techniques
Use the advanced exponential smoothing techniques: Holt and Holt-Winters
Use extended exponential smoothing models: TBATS and STLM
Build regression models with trend only
Build regression models with trend and seasonality
Understand important concepts like autocorrelation, stationarity and integration
Use the augmented Dickey-Fuller test for stationarity
Build autoregressive integrated moving average models (ARIMA)
Build neural networks for time series forecasting
Requirements
Basic R programming notions
Basic statistics notions
Description
Become the Best Time Series Expert in Your Organisation!
The goal of this course is to convert you into a highly-skilled time series forecaster. You will learn the most effective forecasting techniques that analysts use every day to make accurate predictions about the future. This will make you invaluable for your organisation and help you speed up your career like a flash. A time series analyst makes about $70,000 a year on average, but the top performers can make as much as $130,000 (according to SimplyHired).
This course will be a revolution for you, even if you don't know anything about time series forecasting at this point. After completing it you will know how to...
investigate historical data,
detect trends and patterns
choose the most appropriate forecasting methods
assess forecasting accuracy
reduce forecasting error
In a word, time series forecasting is a critical data science skill. If you want to be a full-blown data analyst you have to master time series.
Without further delay, let's see what you are going to learn in this course.
In the first two sections (not counting the introduction) we build the foundations. The second section presents all the steps we must take to perform time series forecasting in practice, while in the third section you will become familiar with the essential time series notions. You will learn about trend and seasonality, time series decomposition, visualising trends, spotting seasonal patterns etc.
The fourth section is about evaluating forecasting performance. We will review the most used accuracy metrics for time series forecasting and explain them in detail. (We are going to use them extensively throughout the course.)
In the fifth section you will find a brief overview of the forecasting techniques approached in the course. The following sections examine these techniques in great detail and offer practical applications for each, using the R program.
The forecasting methods studied in this course are
1. Moving averages (section 6). We don't have to discard the simple forecasting methods, because sometimes they are more effective than the complex ones. This is why we start by looking into the moving averages, both simple and weighted.
2. Simple exponential smoothing (section 7), an extension of the moving averages method. In this section we introduce a very important R function for time series forecasting: ets. More details in the course.
3. Advanced exponential smoothing (section 8). Here we delve into really good stuff: we learn to forecast complicated series that present both trend and seasonal patterns. You will become familiar with two powerful models, Holt and Holt-Winters.
4. Extended exponential smoothing methods (section 9). In this chapter we will implement state-of-the-art models for series with double seasonality: TBATS and STLM.
5. Regression models (section 10). These models can be used for series with both trend and seasonality. They are easy to understand and apply.
6. Autoregressive - or ARIMA - models (sections 11 and 12). These models represent a must have tool for any time series forecaster. They can be extremely effective in many situations, since they can make predictions with a remarkable level of accuracy. In these section you'll learn all-important concepts like autocorrelation, stationarity, integration, autoregressive processes and moving average processes. Afterwards you'll learn how to identify an ARIMA model using the autocorrelation charts, how to build these models in R and how to use them for forecasting purposes.
7. Neural networks (section 13). Here we will deal with a special function that creates neural network models for time series forecasting.
Every technique is presented in video, both the syntax and the output being thoroughly explained. At the end of the course, a good number of practical exercises are proposed. This exercises will help you practice and improve your time series forecasting skills.
Join this course today and get hold of a mission critical ability - time series forecasting!
Who this course is for
Students in any field that requires quantitative forecasts
Data analysts
Wanna be data analysts
Doctoral students
Any person who wants to develop their skills in time series analysis and forecasting

Download link

rapidgator.net:
Citar
https://rapidgator.net/file/f49fdc827d8d3d145d9cbebfab237063/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part1.rar.html
https://rapidgator.net/file/781cd75be5effc745dc003d97fce2e6d/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part2.rar.html
https://rapidgator.net/file/16303ea9cf9eda8783ec1ee9fa75e26a/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part3.rar.html
https://rapidgator.net/file/ec7bb0af8044dee013c928f53741a525/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part4.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/7425e8235bc3b0b5/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part1.rar
https://uploadgig.com/file/download/151b2B8e1839e858/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part2.rar
https://uploadgig.com/file/download/c3517eD850b4Ba57/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part3.rar
https://uploadgig.com/file/download/34a67B8e240b0306/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part4.rar

nitroflare.com:
Citar
https://nitroflare.com/view/3429F215B17850E/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part1.rar
https://nitroflare.com/view/E32299A97FAFE09/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part2.rar
https://nitroflare.com/view/BBA89012566398F/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part3.rar
https://nitroflare.com/view/908108FC254568D/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part4.rar

1dl.net:
Citar
https://1dl.net/05yem7v3gn78/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part1.rar.html
https://1dl.net/i9xszo8k5dmk/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part2.rar.html
https://1dl.net/krwcmk4xx48b/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part3.rar.html
https://1dl.net/2s0hxa96lwg1/lilqa.Time.Series.Forecasting.in.R.A.DowntoEarth.Approach.part4.rar.html