Math Problem Statement

part_res_777.csv

4.81 KB

I have uploaded a file with rows. Each row contains 17 values between 1 to 70. the top row is the most recent values, let's call it row1. Please estimate the next future 17 values which should appear as the new most top row (lets call it row0) based on the previous values. suggest differecnt apraoches for this task and implement one of them

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Time Series Analysis
Statistical Averages
Regression

Formulas

Rolling Average: (Sum of previous values) / (Number of rows)
ARIMA (p,d,q) model
Linear Regression: y = mx + b

Theorems

Central Limit Theorem
Law of Large Numbers

Suitable Grade Level

College level, Intermediate