University of Sydney · S1 2026 · FACULTY OF BUSINESS & ECONOMICS

ECMT1010 · Introduction To Economic Statistics

- one subject, every graph, every model, every mark
50% final exam · hurdle11 Chapters82-page Bible
Our own words - no uploaded lecturer files
Built to mirror S1 2026 · updated this semester
The Complete Exam Bible · S2 2026

Introduction to Economic Statistics

— one gateway stats unit, every test, every mark — pick the right method, set it up, conclude in context

ECMT1010 Introduction to Economic Statistics is the University of Sydney School of Economics' first-year gateway to statistics for economists — a MEGA-enrolment unit the course itself calls "one of the harder undergraduate units at the University of Sydney," recommending 6–8 hours of private study a week. It runs a modern simulation track (the bootstrap and randomization in StatKey) alongside the classical formula/CLT track, then turns to probability theory and random variables, all built on the free Lock5 text (Statistics: Unlocking the Power of Data) and worked in StatKey and Excel.

It is assessed by a closed-book in-semester test in Week 7 (35 MCQ covering Weeks 1–6), an individual data-analysis assignment, and a final exam whose short-answer Section B is worth 50 marks. Both the test and the exam supply the formula sheet and the N(0,1) and t distribution tables in the paper — so marks are not lost on recall but on choosing the wrong test, fumbling the H₀/Hₐ setup, misreading the table for the right df and tail, or skipping the one-sentence conclusion in context. (Exact component weights and the official exam date are subject to confirmation — the LMS pull did not capture the assessment-information page or a published timetable; confirm in your unit outline.)

ECMT1010 · University of Sydney
Contents · the whole subject, one map

What ECMT1010 covers

The whole unit → one exam-ready map. Each topic links to its free chapter guide.

01Sampling, Bias & Study DesignWeek 1 · Lock5 Ch 1.1–1.3. Population vs sample, sampling bias, random sampling, association vs causation, confounders, observational vs experimental studies, randomization, blinding and the two-question decision tree.02Describing Data: Centre, Spread & ShapeWeek 2 · Lock5 Ch 2.1–2.5. Categorical vs quantitative, histograms and skew, mean/median, SD/IQR, the five-number summary, boxplots, the 1.5×IQR outlier rule, z-scores, the 95% rule and correlation r.03Confidence Intervals & the BootstrapWeeks 3–4 · Lock5 Ch 3.1–3.4. Sampling distribution, standard error, the confidence interval (statistic ± 2·SE), interpreting a CI, the bootstrap (resample with replacement), the percentile method and when the bootstrap fails.04Hypothesis Testing & RandomizationWeeks 5–6 · Lock5 Ch 4.1–4.5, 5.1. Null vs alternative hypotheses, the randomization distribution, the p-value, significance level α, one- vs two-sided tests, the CI↔HT link and Type I / Type II errors and power.05The Normal Distribution & the CLTWeeks 6 & 8 · Lock5 Ch 4.3–4.5, 5.2, 6.1. The normal density, the standard normal N(0,1), z = (x−μ)/σ, reading areas and percentiles, the Central Limit Theorem, CLT conditions and the z* critical values 1.645/1.960/2.576.06Inference for ProportionsWeeks 8–9 · Lock5 Ch 6.1, 6.5. The SE for a proportion √(p(1−p)/n), the CI and HT for one proportion, the difference in two proportions, the pooled p̂ for the two-proportion test and the CLT conditions.07Inference for Means: One-, Two-Sample & PairedWeek 9 · Lock5 Ch 6.2–6.4. The t-distribution and df, the CI and HT for one mean, the difference in two means, paired vs independent data and why pairing raises power.08Simple Linear RegressionWeek 10 · Lock5 Ch 2.6, 9.1–9.2. The least-squares line ŷ = b₀ + b₁x, the slope b₁ = r·(sy/sx), residuals, interpreting slope/intercept, inference for the slope (t, df = n−2), R² = r² and the ANOVA decomposition.09ProbabilityWeek 11 · Lock5 Ch P.1–P.2. Sample space and events, the Kolmogorov axioms, complement, addition, conditional probability, the multiplication rule, independence, total probability and Bayes' rule.10Random Variables & DistributionsWeek 12 · Lock5 Ch P.3–P.5. The discrete pmf, expected value E[X] and EV rules, variance and SD of a random variable, the binomial distribution, continuous RVs, the pdf and area-as-probability.11Covariance & the Theory of EstimatorsWeek 13 · lecture-only capstone. Covariance cov(X,Y) and correlation ρ, the covariance and variance rules, the estimator X̄ vs the estimate x̄, E(X̄)=μ and Var(X̄)=σ²/n, and the bridge to ECMT1020.
Assessment

How ECMT1010 is assessed

ComponentWeightFormat
In-semester test (Week 7)subject to confirmationClosed-book, in-person, 1 hour writing + 5 min reading; 35 MCQ on a generalised answer sheet; non-programmable calculator; formula sheet + distribution tables supplied in the paper; covers Weeks 1–6
Individual assignmentsubject to confirmationIndividual data-analysis assignment using StatKey/Excel; due ~Week 11 (the captured run: 11.59pm Sydney time, Sun 24 May)
Final examsubject to confirmationIn-person; short-answer Section B = 50 marks (~100 min suggested) plus an implied MCQ Section A; formula sheet + N(0,1)/t tables supplied in the paper; non-programmable calculator; covers the whole unit
Workshops / Muddy cards / participationsubject to confirmationWeekly workshops (1–12) and the muddy-card feedback loop
Worked example · free

One-mean t-test with the provided formula sheet (final exam, Section B style)

Q [8 marks]. A coffee roaster's bags are labelled 250 g. A consumer group suspects under-filling and weighs a random sample of 25 bags, finding a mean of x̄ = 247.4 g with sample standard deviation s = 6 g. Test at α = 0.05 whether the mean fill is below 250 g, and state your conclusion in context.
  • 2 marksDefine the parameter and state the hypotheses in population terms. Let μ = the true mean fill weight (g). Because the concern is under-filling, run a one-sided (left) test: H₀: μ = 250 versus Hₐ: μ < 250.
  • 1 markChoose the right method. The population SD σ is unknown and we have one quantitative sample, so use the one-sample t-statistic with df = n − 1 = 24 (the exam supplies the t table).
  • 1 markCompute the standard error: SE = s/√n = 6/√25 = 6/5 = 1.2 g.
  • 2 marksCompute the test statistic: t = (x̄ − μ₀)/(s/√n) = (247.4 − 250)/1.2 = −2.6/1.2 ≈ −2.17.
  • 1 markApply the decision rule. The one-sided 5% critical value from the t table is t(24) ≈ −1.711. Since −2.17 < −1.711, the statistic falls in the rejection region (equivalently the p-value < 0.05).
  • 1 markConclude in context: reject H₀. There is significant evidence at the 5% level that the mean bag weight is below 250 g, so the bags appear to be under-filled.
t ≈ −2.17 on 24 degrees of freedom falls below the critical value −1.711, so we reject H₀ and conclude there is significant evidence of under-filling at α = 0.05.
Sia tip — In Section B every line earns marks before the final number. Always write the parameter definition, H₀/Hₐ in population terms, the formula in symbols, the substituted numbers, the table value with its df and tail, the reject/not-reject decision, and a one-sentence conclusion in context — examiners reward the chain, not just the answer.
Glossary

Key terms

Parameter vs statistic
A parameter is a numerical summary of a whole population, written in Greek (μ, σ, p, ρ); a statistic is the matching summary computed from a sample, written in Latin (x̄, s, p̂, r). Inference uses the statistic to estimate the unknown parameter.
Standard error (SE)
The standard deviation of a sample statistic across all possible samples. For a sample mean it is σ/√n (estimated by s/√n); it shrinks as n grows, which is why larger samples estimate more precisely. The bootstrap estimates the SE from a single sample.
Confidence interval
An interval of the form statistic ± z*·SE (or statistic ± 2·SE for 95%) that, over repeated sampling, captures the true parameter a stated percentage of the time. '95% confident' refers to the long-run procedure (19 of 20 samples), not a probability about one fixed interval.
p-value
The probability of getting a statistic as extreme as — or more extreme than — the one observed, assuming H₀ is true. If the p-value < α you reject H₀ ('statistically significant'); if it exceeds α the result is inconclusive.
Central Limit Theorem (CLT)
For a large enough sample (rule of thumb n ≥ 30 for a mean; np ≥ 10 and n(1−p) ≥ 10 for a proportion) the sampling distribution of the statistic is approximately normal regardless of the population's shape, which justifies the normal- and t-based formula procedures.
FAQ

ECMT1010 FAQ

Is ECMT1010 hard?

The unit itself flags it as 'one of the harder undergraduate units at the University of Sydney' and recommends 6–8 hours of private study a week on top of the lecture and workshop. The difficulty is structural, not arithmetic: it runs a modern simulation track (the bootstrap and randomization in StatKey) alongside the classical formula/CLT track and then takes a hard probability-theory turn in Weeks 11–13. Keeping up weekly and drilling the 'choose-the-right-test → set it up → conclude in context' ritual is what gets students through.

Do I need to memorise the formulas?

No. Both the Week-7 in-semester test and the final exam supply the formula sheet and the N(0,1) and t distribution tables bound into the paper. The marks come from choosing the right method, defining notation and H₀/Hₐ in population parameters, substituting correctly, reading the table for the right df and tail, and writing the one-sentence conclusion in context — so practise application, not rote recall.

What does the Week-7 in-semester test cover and what is its format?

The in-semester test is closed-book, in-person, 1 hour of writing plus 5 minutes reading time, and consists of 35 multiple-choice questions on a generalised answer sheet. It covers Weeks 1–6 (sampling and study design, descriptive statistics, confidence intervals and the bootstrap, and hypothesis testing and randomization). A non-programmable calculator is permitted and the formula sheet and distribution tables are printed in the paper.

Can I use StatKey, Excel and a calculator in the exam?

StatKey and Excel are your everyday learning, homework and assignment tools — StatKey for the bootstrap, randomization and distribution areas, Excel (with the Data Analysis ToolPak) for EDA and regression — but there is no computer in the exam room. In the closed-book test and final you bring an approved non-programmable calculator and work by hand using the provided formula sheet and N(0,1)/t tables.

How is ECMT1010 assessed overall and are the weights confirmed?

The grounded components are a closed-book Week-7 in-semester test (35 MCQ on Weeks 1–6), an individual data-analysis assignment due around Week 11, a final exam with a 50-mark short-answer Section B (and an implied MCQ Section A), plus weekly workshops and muddy cards. The exact percentage weights and the official exam date were not in the LMS pull, so they are subject to confirmation — check your current unit outline for the authoritative numbers.

Study strategy

How to study for the exam

Treat ECMT1010 as a skills unit, not a memorisation unit: the formula sheet and tables are given, so your edge is fast, correct application. (1) Keep up weekly — at 6–8 hours of private study the content compounds, and the two tracks (simulation via StatKey and the classical formula/CLT method) must both be fluent because the exam mixes them. (2) Build a 'name-the-right-test' decision habit: for every question first classify the data and the goal — describe it, estimate it with a CI, test a hypothesis, or model it with regression — then ask one mean, two means, paired, one proportion, two proportions, or a regression slope before you pick a formula. (3) Map the provided formula sheet and the N(0,1)/t tables so exam time goes to setup and reading the right df and tail, not searching. (4) Rehearse the Section-B ritual: parameter definition → H₀/Hₐ in population parameters → formula in symbols → substitution → table value with df and tail → decision rule → one-sentence conclusion in context; partial marks reward every step. (5) Use StatKey to build intuition for sampling distributions, bootstraps and randomization, and Excel for EDA and regression, but rehearse the by-hand table method the closed-book exam actually uses. (6) The Week-7 test is your dress rehearsal for Weeks 1–6 — review it carefully because those foundations resurface in the final.

A+Everything unlocked
Unlocks this Bible + all 191 of your University of Sydney subjects - and 1,000+ Bibles across every Australian university.
Sia - your ECMT1010 tutor, unlimited, worked the way the exam marks it
The full 82-page Bible + practice bank with worked solutions
Chrome extension - sync your LMS so Sia knows your deadlines
Bilingual EN / Chinese on every Bible and every Sia answer
$25/ month
30-day money-back · cancel in one tap · how it works
Unlock the full ECMT1010 Bible + 191 University of Sydney subjects解锁完整 ECMT1010 Bible + University of Sydney 191 门科目
$25/mo