The data example_wp_log_peyton_manning.csv is the data of th…

The data example_wp_log_peyton_manning.csv is the data of the log daily page views for the Wikipedia pagefor Peyton Manning. Explore the data with basic summaries, time series plot and ACF plot and answer the below questions in the text box: (1) What is the sample size of this data? (2) Do you observe a general trend? Briefly describe the trend (positive/negative linear; positive then negative curve; etc.) (3) Do you observe seasonality? Give one seasonal period m you have observed. 

For the given data below, calculate a classical decompositio…

For the given data below, calculate a classical decomposition manually with period=3, center=False, model=multiplicative. Take two decimal places for the calculation of each step.   In the text box, provide the estimated trend, detrend data, seasonality and noises for time t=0,1,2,3,4,5. You can use Python as a simple calculator, but you can not call results from the `seasonal_decompose` function directly.