Skip to content

Latest commit

 

History

History

11-TimeSeries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Time Series

Any data recorded at fixed interval of time over a certain period of time, is called time series. It is a stochastic process, i.e. the values are dependent on, and change with time. There are special techniques that are used for tackling such models.

This chapter contains the following topics:

  1. Introduction

    a. Key Terms b. Types of Time Series c. Features d. Autocorrelation

  2. Implementation in R

  3. Implementation in Python