Time Series and Linear Trend Analysis

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Vocabulary and key formulas from the lecture on Time-Series Analysis, Linear Trend Analysis, and Least Squares Regression for cost estimation.

Last updated 6:58 AM on 5/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Time-series analysis

Involves looking at what has happened in the recent past to help predict what will happen in the near future.

2
New cards

Time-series

A sequence of results over a period of time.

3
New cards

Seasonal Variation (SV)

A regularly repeating pattern over a fixed number of months.

4
New cards

Trend (T)

A long-term movement in a consistent direction.

5
New cards

Three-period moving averages

A calculation involving averaging the sales for three months at a time and then moving down to the next three months to identify the trend.

6
New cards

Extrapolating Trend

Expecting the trend (T) to continue to move in a consistent direction into future periods.

7
New cards

Linear Trend Analysis Equation

y=a+bxy = a + bx, where yy is the dependent variable, xx is the independent variable, and aa and bb are two parameters.

8
New cards

Regression coefficients

The parameters aa and bb in the linear regression equation.

9
New cards

Intercept (a)

The parameter in the regression equation representing the value where the line crosses the y-axis; in cost estimation, it equals the approximate fixed cost.

10
New cards

Slope intercept (b)

The parameter in the regression equation representing the slope of the line; in cost estimation, it equals the average variable cost per unit of activity.

11
New cards

Least Squares Regression

A statistical technique that minimizes the squared deviations between the regression line (the expected relation) and actual data points.

12
New cards

Formula for Intercept (aa)

a=(Y)(X2)(X)(XY)n(X2)(X)2a = \frac{(\sum Y)(\sum X^2) - (\sum X)(\sum XY)}{n(\sum X^2) - (\sum X)^2}

13
New cards

Formula for Slope (bb)

b=n(XY)(X)(Y)n(X2)(X)2b = \frac{n(\sum XY) - (\sum X)(\sum Y)}{n(\sum X^2) - (\sum X)^2}

14
New cards

Cost Estimation

A statistical technique used to estimate a linear total cost function for a mixed cost based on past cost data.

15
New cards

Total Fixed Cost Formula (aa)

a=YbXna = \frac{\sum Y - b\sum X}{n}