Time Series Analysis
Time Series Analysis
No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Question
Perform a monthly resample/downsample of the time series. What is the maximum value for February?
Perform a daily resample/upsample of the data. Do interpolation to fill the data. What is the value for Jan 12, 2011
Perform a daily resample/upsample of the data. Do a forward filling of the missing values with limit of 2. What is t
How many observations have you seen from Jan 1, 2011 to March 31, 2011?
Perform a monthly resample/downsample of the time series. What is the minimum value for May?
For the XOM stock close prices time series perform a stationarity test using ADF. What is the value of the ADF stat
For the WMT stock open prices time series perform a stationarity test using ADF. What is the p-value?
For the WMT stock open prices time series perform a stationarity test using ADF. What is the value of ADF statisti
For the XOM stock close prices time series perform a stationarity test using ADF. What is the p-value?
For the WMT stock open prices time series perform a stationarity test using ADF. How is the time series behaving
Auto Correlation Function Plot can be used for determining if a Time Series is stationary or not.
Time Series data is indexed by _______________?
If the p value is > 0.05 during the ADF test of the time series then the series is said to be ___________________
I can write my custom aggregation function while resampling my time series in Pandas.
What package in Python provides features to work with Time Zones?
Augmented Dickey-Fuller test cannot be used for identifying if a Time Series is Stationary.
What does freq='T' signify while passing this parameter to the date_range() function ?
If the mean and variance of a Time Series is constant over time , it is called a _____________ Time Series.
What is the function to offset the date for daylight saving?
What is the function to plot a lag plot for a time series using python?
values captured?
When I upsample my time series and I find many missing values , how do I fill the missing values?
Down sampling is the process of converting a ______________ to __________________ frequency.
What is the function used for plotting the values of a time series using Python?
I cannot plot resampled Time Series data in Python
In pandas I can combine two time series with different frequencies into a single time serie
In Time Series data , the observations are captured over varying time intervals.
AIC Stabds for
What is the default aggregation function while resampling a time series in pandas
It is a good practice to apply Forecasting models for non-stationary time series
Correct
17.37
16.09
15.97
12
16.26
0.91
0.0028
-3.89
0.99
It is stationary
TRUE
DateTime Index
Non-Stationary
TRUE
pytz
FALSE
Create Date Time every minute
Stationary
DateOffset()
lag_plot()
date_range()
All the Options
Low , High
plot()
FALSE
TRUE
FALSE
Akaike information criterion
mean()
FALSE