Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

this is c programing but run program in Linux environment. please must use skelnton code and intsruction in file hw 7 and also read question file too

1 answer below »
Dear Participants,
Please find below the Time Series Forecasting Project instructions:
· You have to submit 2 files : 
1. Answer Report: In this, you need to submit all the answers to all the questions in a sequential manner. It should include the detailed explanation of the approach used, insights, inferences, all outputs of codes like graphs, tables etc. Your report should not be filled with codes. You will be evaluated based on the business report.
Note: In the business report, there should be a proper interpretation of all the tasks performed along with actionable insights. Only the presence of interpretation of the models is not sufficient to be eligible for full marks in each of the criteria mentioned in the ru
ic. Marks will be deducted wherever inferences are not clearly mentioned.
2. Jupyter Notebook file: This is a must and will be used for reference while evaluating.
Any assignment found copied/ plagiarized with another person will not be graded and marked as zero. Please ensure timely submission as a post-deadline assignment will not be accepted.
Problem 1 for the Data Set : Shoesales.csv
You are an analyst in the IJK shoe company and you are expected to forecast the sales of the pairs of shoes for the upcoming 12 months from where the data ends. The data for the pair of shoe sales have been given to you from January 1980 to July 1995.
Problem 2 for the Data Set SoftDrink.csv:
You are an analyst in the RST soft drink company and you are expected to forecast the sales of the production of the soft drink for the upcoming 12 months from where the data ends. The data for the production of soft drink has been given to you from January 1980 to July 1995.
Please do perform the following questions on each of these two data sets separately.
1. Read the data as an appropriate Time Series data and plot the data.
2. Perform appropriate Exploratory Data Analysis to understand the data and also perform decomposition.
3. Split the data into training and test. The test data should start in 1991.
4. Build various exponential smoothing models on the training data and evaluate the model using RMSE on the test data.
Other models such as regression,naïve forecast models, simple average models etc. should also be built on the training data and check the performance on the test data using RMSE.
5. Check for the stationarity of the data on which the model is being built on using appropriate statistical tests and also mention the hypothesis for the statistical test. If the data is found to be non-stationary, take appropriate steps to make it stationary. Check the new data for stationarity and comment.
Note: Stationarity should be checked at alpha = 0.05.
6. Build an automated version of the ARIMA/SARIMA model in which the parameters are selected using the lowest Akaike Information Criteria (AIC) on the training data and evaluate this model on the test data using RMSE.
7. Build ARIMA/SARIMA models based on the cut-off points of ACF and PACF on the training data and evaluate this model on the test data using RMSE.
8. Build a table with all the models built along with their co
esponding parameters and the respective RMSE values on the test data.
9. Based on the model-building exercise, build the most optimum model(s) on the complete data and predict 12 months into the future with appropriate confidence intervals
ands.
10. Comment on the model thus built and report your findings and suggest the measures that the company should be taking for future sales.
    Extended Project - Time Series Forecasting Project
    Criteria
    Ratings
    Pts
    This criterion is linked to a Learning Outcome1. Read the data as an appropriate Time Series data and plot the data.
    This area will be used by the assessor to leave comments related to this criterion.
    2.0 pts
    This criterion is linked to a Learning Outcome2. Perform appropriate Exploratory Data Analysis to understand the data and also perform decomposition.
    This area will be used by the assessor to leave comments related to this criterion.
    5.0 pts
    This criterion is linked to a Learning Outcome3. Split the data into training and test. The test data should start in 1991.
    This area will be used by the assessor to leave comments related to this criterion.
    2.0 pts
    This criterion is linked to a Learning Outcome4. Build various exponential smoothing models on the training data and evaluate the model using RMSE on the test data. Other models such as regression,naïve forecast models, simple average models etc. should also be built on the training data and check the performance on the test data using RMSE. (Please do try to build as many models as possible and as many iterations of models as possible with different parameters.)
    This area will be used by the assessor to leave comments related to this criterion.
    16.0 pts
    This criterion is linked to a Learning Outcome5. Check for the stationarity of the data on which the model is being built on using appropriate statistical tests and also mention the hypothesis for the statistical test. If the data is found to be non-stationary, take appropriate steps to make it stationary. Check the new data for stationarity and comment. Note: Stationarity should be checked at alpha = 0.05.
    This area will be used by the assessor to leave comments related to this criterion.
    3.0 pts
    This criterion is linked to a Learning Outcome6. Build an automated version of the ARIMA/SARIMA model in which the parameters are selected using the lowest Akaike Information Criteria (AIC) on the training data and evaluate this model on the test data using RMSE.
    This area will be used by the assessor to leave comments related to this criterion.
    8.0 pts
    This criterion is linked to a Learning Outcome7. Build ARIMA/SARIMA models based on the cut-off points of ACF and PACF on the training data and evaluate this model on the test data using RMSE.
    This area will be used by the assessor to leave comments related to this criterion.
    8.0 pts
    This criterion is linked to a Learning Outcome8. Build a table (create a data frame) with all the models built along with their co
esponding parameters and the respective RMSE values on the test data.
    This area will be used by the assessor to leave comments related to this criterion.
    2.0 pts
    This criterion is linked to a Learning Outcome9. Based on the model-building exercise, build the most optimum model(s) on the complete data and predict 12 months into the future with appropriate confidence intervals
ands.
    This area will be used by the assessor to leave comments related to this criterion.
    3.0 pts
    This criterion is linked to a Learning Outcome10. Comment on the model thus built and report your findings and suggest the measures that the company should be taking for future sales.(Please explain and summarise the various steps performed in this project. There should be proper business interpretation and actionable insights present.)
    This area will be used by the assessor to leave comments related to this criterion.
    5.0 pts
    This criterion is linked to a Learning OutcomePlease reflect on all that you learnt and fill this reflection report. You have to copy the link and paste it on the URL bar of your respective
owser. https:
docs.google.com/forms/d/e/1FAIpQLSeBxE1cfP7ugyx8sa1JFGg_Nkv-jlEztsszbc9US911oWo2KQ/viewform
    This area will be used by the assessor to leave comments related to this criterion.
    0.0 pts
    This criterion is linked to a Learning OutcomeQuality of Business Report (Please refer to the Evaluation Guidelines for Business report checklist. Marks in this criteria are at the moderator's discretion)
    This area will be used by the assessor to leave comments related to this criterion.
    6.0 pts
    Total Points: 60.0
All the very best!
Regards,
Program Office
Top of Form
Bottom of Form
Answered 1 days After Jun 30, 2023

Solution

Bhaumik answered on Jul 02 2023
32 Votes
Homework 7
To run the program, please follow these steps:
1. Create a new file on your Linux system and copy the provided skeleton code into it. Save the file with a ".c" extension, such as "homework7.c".
2. Open a terminal on your Linux system.
3. Navigate to the directory where you saved the C file using the cd command. For example, if you saved the file in the "Documents" directory, you can use the following command:
4. Compile the C program using the following...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Looking For Homework Help? Get Help From Best Experts!

Copy and Paste Your Assignment Here