[updated] | Seasonal Index

After dividing actual by the seasonal index, you get , which reveals the true trend and cycle.

[ \textSeasonal Ratio = \frac\textActual Value\textCentered Moving Average ]

(We’ll skip full arithmetic for brevity – but you’d smooth the data.) seasonal index

This ratio represents the combined effect of seasonality and random noise. Group all ratios by month (or quarter, etc.) and calculate the median or mean (median is less sensitive to outliers). Step 4: Adjust So That Average = 1 If the average of your raw seasonal indices is not exactly 1, adjust them:

[ \textAdjusted Index_i = \frac\textRaw Index_i\textMean of Raw Indices ] After dividing actual by the seasonal index, you

| Year | Q1 | Q2 | Q3 | Q4 | |------|----|----|----|----| | 2022 | 80 | 120 | 100 | 140 | | 2023 | 90 | 130 | 110 | 150 |

Now each index shows the seasonal effect relative to the overall average. Suppose quarterly sales (in $1,000) for two years: Step 4: Adjust So That Average = 1

[ \textActual = \textTrend \times \textSeasonal \times \textIrregular ]

/* *** Print tooltip */ #printfriendly .underline.web-tooltip.web-tooltip-top:after { content: ' (' attr(data-tooltip)')'; font-size: 70%; font-style: italic; color: #777; } /* *** Font body of document */ #printfriendly #pf-body, ol, ul, dl, li { font-family: Georgia, Arial, Tahoma; font-size: 14pt; } #printfriendly #pf-title { font-size: 18pt; font-family: Georgia, Arial, Tahoma; text-align: center; } /*dev*/ #printfriendly #pf-author { font-size: 9pt; font-family: Georgia, Arial, Tahoma; font-weight: bold; color: #888; text-align: center; } /* *** Style Table of Contents */ #printfriendly .elementor-toc__header, .elementor-toc__body { background-color:#f1f1f1; border-radius: 5px; padding: 15px; width: 75%; margin:auto; margin-bottom: 10px; display:none; } #printfriendly .elementor-toc__header-title { font-weight: bold; text-align: center; } #printfriendly h2 { font-size: 16pt; font-family: Georgia, Arial, Tahoma; text-align: center; } #printfriendly h3, h4, h5, h6 { font-size: 14pt; font-family: Georgia, Arial, Tahoma; text-align: center; } /*print link color, does not affect pdf*/ #printfriendly a, #printfriendly a:visited { color: blue; } /*remove reftagger link attributes, does not affect pdf*/ #printfriendly a.rtBibleRef, #printfriendly a.rtBibleRef a:visited { font-family: Georgia, Arial, Tahoma; color:#333; text-decoration: underline; text-decoration-color: transparent; } #printfriendly p, ul { font-size: 14pt; font-family: Georgia, Arial, Tahoma; } /*style blockquote font size*/ #printfriendly blockquote { font-size: 14pt; } #printfriendly img { border-radius: 3px; } /*favicon*/ #printfriendly #pf-src-url img { border-radius: 0px; } /*print in footer*/ #printfriendly #pf-print-area:after { content: 'Visit: worldeventsandthebible.com, © World Events and the Bible'; font-size: 10pt; color: #777; display: block; text-align: center; }