Pad Ibm Assignment 1
Pad Ibm Assignment 1
Describe and elucidate the practical application of temporal data using time series. Explain
the different components of the time series.
Submit a python program for a use case of your choice using the Python speech and audio
analysis tools such as Speech Recognition or PyAudio.
Stationarity
This is a very important concept in time series analysis.
To apply time series model, it is important for the time series to be stationary
The variance and mean of the data should be constant and covariance is not a function of
time.
How to check the stationarity of data.
In time series forecast time is the important factor y =f(t)
Variable of t is affected by time.
TIME SERIES DATA COLLECTION
You need to collect ts data in the least available aggregation of data is possible.
Time series components has two classifications
Systematic and non-systematic parts.
The systematic parts contain level(average), trend (Upward or downward) and seasonal
patterns (Cycles)
Non systematic part has no patterns and has noise.