🇬🇧 Statistical Officer / Government Statistical Service (GSS) Assessment · flashcards
Statistical Officer / Government Statistical Service (GSS) Assessment Descriptive Statistics, Data Analysis and Modelling Flashcards
61 question-and-answer cards covering Descriptive Statistics, Data Analysis and Modelling as it is examined in Statistical Officer / Government Statistical Service (GSS) Assessment. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Descriptive Statistics, Data Analysis and Modelling deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
Distinguish a price index (e.g. Laspeyres) from a quantity index.
A price index measures the change in prices of a basket of goods over time (quantities held fixed); a quantity index measures the change in quantities (prices held fixed). Both express the change relative to a base period.
Write the formula for a simple price relative (index) for one item, expressed to base 100.
$$\text{Price index} = \frac{p_t}{p_0} \times 100$$ where $p_t$ is the current price and $p_0$ the base-period price.
Write the formula for the Laspeyres price index and state which weights it uses.
$$L = \frac{\sum p_t q_0}{\sum p_0 q_0} \times 100$$ It uses base-period quantities $q_0$ as weights (a base-weighted index).
Write the formula for the Paasche price index and state which weights it uses.
$$P = \frac{\sum p_t q_t}{\sum p_0 q_t} \times 100$$ It uses current-period quantities $q_t$ as weights (a current-weighted index).
What is the Fisher Ideal price index?
The geometric mean of the Laspeyres and Paasche indices: $$F = \sqrt{L \times P}$$ It is considered "ideal" because it satisfies the time-reversal and factor-reversal tests.
Name the four classical components of a time series.
Trend ($T$), Seasonal ($S$), Cyclical ($C$), and Irregular/random ($I$) components.
Contrast the additive and multiplicative models of a time series.
Additive: $Y_t = T_t + S_t + C_t + I_t$, used when seasonal fluctuations are roughly constant in size. Multiplicative: $Y_t = T_t \times S_t \times C_t \times I_t$, used when seasonal fluctuations grow proportionally with the level of the series.
What is the difference between the seasonal and cyclical components of a time series?
Seasonal variation is a regular, predictable pattern within a fixed period of one year or less (e.g. monthly/quarterly). Cyclical variation is a longer-term, irregular wave-like fluctuation (e.g. business cycles) not of fixed period.
How does a centred moving average help in time series analysis?
It smooths out short-term seasonal and irregular fluctuations to estimate the underlying trend; "centred" alignment (e.g. a 2×4 average for quarterly data) ensures the smoothed value lines up with the correct time point.
What is exponential smoothing, and write its basic updating equation.
A forecasting method that weights recent observations more heavily, decaying exponentially. $$\hat{y}_{t+1} = \alpha y_t + (1-\alpha)\hat{y}_t$$ where $0 < \alpha < 1$ is the smoothing constant.
Define MAE and RMSE as forecast accuracy measures and note a key difference.
$$\text{MAE} = \frac{1}{n}\sum_{i=1}^{n}|y_i - \hat{y}_i|, \quad \text{RMSE} = \sqrt{\frac{1}{n}\sum_{i=1}^{n}(y_i - \hat{y}_i)^{2}}$$ RMSE penalises large errors more heavily than MAE because errors are squared.
What is MAPE and why is it useful for comparing forecasts across series?
$$\text{MAPE} = \frac{100\%}{n}\sum_{i=1}^{n}\left|\frac{y_i - \hat{y}_i}{y_i}\right|$$ It expresses error as a percentage, making it scale-independent so forecasts on series with different units/magnitudes can be compared. (Undefined when $y_i = 0$.)
What is a naïve forecast, and why is it a useful benchmark?
A naïve forecast sets the next value equal to the most recent observed value, $\hat{y}_{t+1} = y_t$. It is a baseline against which more sophisticated models should improve; a model worse than naïve adds no value.
In quality-control terms, how are common-cause and special-cause variation distinguished?
Common-cause variation is the inherent, random, predictable noise of a stable process. Special-cause (assignable) variation is due to specific, identifiable factors producing unexpected anomalies, signalling the process is out of control.
On a control chart, what do points beyond the $\pm 3\sigma$ control limits indicate?
They signal special-cause variation — an anomaly unlikely to arise from random common-cause variation alone — prompting investigation, since under normality only about $0.3\%$ of points should fall outside $\pm 3\sigma$.
Define an outlier and give two common ways to identify one.
An outlier is an observation that lies abnormally far from the rest of the data. It can be flagged by the IQR rule (beyond $Q_1-1.5\times\text{IQR}$ or $Q_3+1.5\times\text{IQR}$) or by z-scores exceeding a threshold such as $|z|>3$.
What is the z-score of an observation and what does it represent?
$$z = \frac{x - \bar{x}}{s}$$ It represents the number of standard deviations an observation lies above or below the mean, allowing standardised comparison and outlier detection.
Why is statistical significance not the same as practical significance?
A result can be statistically significant (unlikely under the null hypothesis) yet have an effect size too small to matter in practice, especially with large samples. Valid conclusions consider both the p-value and the magnitude/importance of the effect.
What is the ecological fallacy when drawing conclusions from data?
It is the error of inferring relationships about individuals from aggregate (group-level) data; associations seen at the group level may not hold for individuals within those groups.
What is Simpson's paradox?
A trend that appears within several groups of data reverses or disappears when the groups are combined (aggregated), usually due to a confounding variable or unequal group sizes; it warns against ignoring subgroup structure.
List three threats to drawing valid conclusions from a statistical analysis.
Selection/sampling bias, confounding variables, small or unrepresentative samples, multiple comparisons inflating false positives, and conflating correlation with causation. (Any three.)
What does reproducibility mean in statistical analysis, and how does it differ from replicability?
Reproducibility means obtaining the same results from the same data and same code/analysis. Replicability means obtaining consistent results from new data collected in a new study. Reproducibility concerns the analysis pipeline; replicability concerns the scientific finding.
Name three practices that support a reproducible analysis workflow.
Use version control (e.g. Git), write scripted/code-based analysis rather than manual steps, document with literate programming (e.g. R Markdown/Jupyter notebooks), record software/package versions, and set random seeds. (Any three.)
Why is setting a random seed important for reproducible analysis?
Setting a seed fixes the starting state of the pseudo-random number generator, so any stochastic procedure (simulation, bootstrapping, train/test splits) produces identical results each time the code is run, enabling exact reproduction.
What this deck covers
The Descriptive Statistics, Data Analysis and Modelling deck follows the Statistical Officer / Government Statistical Service (GSS) Assessment Descriptive Statistics, Data Analysis and Modelling syllabus — 4 chapters and 12 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 15.3 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 203 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Descriptive Statistics, Data Analysis and Modelling flashcards FAQ
How many Descriptive Statistics, Data Analysis and Modelling flashcards are in this Statistical Officer / Government Statistical Service (GSS) Assessment deck?
61 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these Statistical Officer / Government Statistical Service (GSS) Assessment flashcards free?
Yes. The preview here is free to read with no signup, and the full 61-card deck is free inside the Examius app.
What do the Descriptive Statistics, Data Analysis and Modelling cards cover?
They follow the Statistical Officer / Government Statistical Service (GSS) Assessment Descriptive Statistics, Data Analysis and Modelling syllabus — 4 chapters and 12 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.