Statistics Class 12 PDF Download – ICS 2nd Year Punjab Board (PCTB)

ICS Part 2 students can download the official Statistics textbook for Class 12 here for free. This book is published by Punjab Curriculum and Textbook Board (PCTB) Lahore and is approved by the Federal Ministry of Education, Curriculum Wing, Islamabad.

Statistics Class 12 continues from the Class 11 course and covers advanced topics including normal distribution, sampling, estimation, hypothesis testing, regression, association, time series, and an introduction to computers. It is a core subject for ICS students and is essential for board exam preparation.

Book Overview

Class12th Class / 2nd Year
SubjectStatistics
CategoryICS (Intermediate in Computer Science)
BoardPunjab Board (PCTB, Lahore)
AuthorProf. Muhammad Rauf Chaudhary
PublisherNazriya-e-Pakistan Trust, Lahore
EditionJune 2016
Total Chapters8 (Chapter 10–17)
FormatPDF (Free Download)

Chapter List

Chapter 10: Normal Distribution

This chapter defines the normal probability density function and lists its properties: symmetric, bell-shaped, with mean, median, and mode all equal, and 68.27%, 95.45%, and 99.73% of the area falling within one, two, and three standard deviations of the mean. It introduces the standardising transformation Z=(X–μ)/σ that converts any normal variable to the standard normal distribution, along with the standard normal table for computing probabilities and quantiles. It also covers “de-standardising” to solve for an unknown mean, standard deviation, or percentile of a normal distribution.

Important Questions:

  • Give the equation of the normal curve with mean μ and standard deviation σ. f(x) = (1/σ√(2π))·e-½((x-μ)/σ)² for -∞<x<∞.
  • State the theorem relating a normal variable X to the standard normal variable Z. If X~N(μ,σ²) and Z=(X-μ)/σ, then Z~N(0,1).
  • What percentage of the area under the normal curve lies within μ±σ, μ±2σ, and μ±3σ? 68.27%, 95.45%, and 99.73% respectively.
  • If X~N(100,64), find a such that P(X<a)=0.95. a = 113.16.

Chapter 11: Sampling Techniques and Sampling Distributions

This chapter defines population, sample, and sampling frame, and contrasts probability with non-probability sampling. It develops the sampling distribution of the sample mean, showing its mean equals the population mean and its variance equals σ²/n (with a finite population correction when sampling without replacement), and states the Central Limit Theorem: for a large sample size, the sample mean is approximately normally distributed regardless of the population’s shape. It extends this to sampling distributions of the difference of two means, sample proportions, and sample variance.

Important Questions:

  • Differentiate between a parameter and a statistic. A parameter (like μ or σ) is a fixed value describing the population; a statistic (like the sample mean) is a random variable computed from sample data that varies from sample to sample.
  • State the Central Limit Theorem. For a large sample size, the sample mean has a sampling distribution that is approximately normal with mean μ and variance σ²/n, regardless of the population’s shape.
  • Give the formula for the standard error of the sample mean when sampling without replacement from a finite population. σ = (σ/√n)·√[(N-n)/(N-1)], where the second factor is the finite population correction.
  • Define sampling error and bias. Sampling error is the difference between a sample statistic and the true population parameter; bias is the difference between the statistic’s expected value and the true parameter.

Chapter 12: Estimation

This chapter distinguishes point estimation, giving a single value from the sample, from interval estimation, which gives a range likely to contain the true parameter. It defines an unbiased estimator as one whose expected value equals the true parameter, and shows through a worked example that dividing by n gives a biased estimator of the population variance while dividing by n–1 gives an unbiased one. It develops confidence intervals for a population mean, a proportion, and the differences between two means or two proportions.

Important Questions:

  • Differentiate between an estimator and an estimate. An estimator is the sample statistic used to estimate a parameter before data is observed; an estimate is the specific numerical value obtained once the sample has actually been collected.
  • Define an unbiased estimator. An estimator T is unbiased for parameter θ if the mean of its sampling distribution equals θ, i.e. E(T)=θ.
  • Why does dividing by n–1 rather than n give a better estimator of the population variance? Dividing the sum of squared deviations by n produces a biased estimator that on average underestimates σ², while dividing by n–1 gives an unbiased estimator whose expected value equals σ² exactly.
  • What is a confidence interval, and what is the confidence coefficient? A confidence interval (L,U) computed from the sample satisfies P(L<θ<U)=1-α before sampling; (1-α), commonly 90%, 95%, or 99%, is called the confidence coefficient.

Chapter 13: Hypothesis Testing

This chapter introduces the null hypothesis and alternative hypothesis, one-tailed and two-tailed tests, and the two types of error: rejecting a true null hypothesis (Type I) or accepting a false one (Type II). It develops test statistics for a population mean using the Z-test when the population standard deviation is known or the sample is large, and the t-test when it is unknown and the sample is small, along with tests for a population proportion and for comparing two means or two proportions. It also covers paired-sample tests for comparing related observations.

Important Questions:

  • Define null hypothesis and alternative hypothesis. The null hypothesis is the hypothesis tested for possible rejection, assumed true unless evidence says otherwise; the alternative hypothesis is accepted when the null hypothesis is rejected.
  • Differentiate between Type I and Type II errors. A Type I error is rejecting a null hypothesis that is actually true; a Type II error is accepting a null hypothesis that is actually false.
  • Give the test statistic for a population mean when the population is normal and the standard deviation is unknown. T = (X̄-μ₀)/(Ŝ/√n), following a t-distribution with n-1 degrees of freedom.
  • Give the test statistic used for testing a population proportion with a large sample. Z = (P-π₀)/√[π₀(1-π₀)/n], approximately standard normal for large n.

Chapter 14: Simple Linear Regression and Correlation

This chapter explains the relationship between two variables using a fitted regression line and derives its slope and intercept by the method of least squares, noting that the estimated line always passes through the mean point of the data. It defines Karl Pearson’s coefficient of correlation, bounded between -1 and 1, as a measure of the strength and direction of the linear relationship between two variables. It closes by explaining that a high correlation does not necessarily mean one variable causes changes in the other.

Important Questions:

  • Define regressor and regressand. The regressor is the independent variable used to make predictions; the regressand is the dependent variable whose value is predicted from the regressor.
  • Give the least-squares formulas for the slope b and intercept a of the regression line. b = Σ(x-x̄)(y-ŷ)/Σ(x-x̄)²; a = ŷ-bx̄.
  • Define the coefficient of correlation and state its range. r = Σ(x-x̄)(y-ŷ)/√[Σ(x-x̄)²Σ(y-ŷ)²]; it ranges from -1 to +1.
  • Does a high correlation always mean causation? Explain. No — a high correlation can arise because one variable causes the other, both are affected by a third factor, or purely by chance; correlation and regression analysis make no claim about causality.

Chapter 15: Association

This chapter covers the measurement of association between qualitative attributes rather than measured variables, using 2×2 tables to define independence, positive association, and negative association (disassociation) between two attributes. It introduces Yule’s coefficient of association, ranging from -1 to 1, and extends the idea to larger contingency tables using the chi-square test of independence. It ends with Spearman’s rank correlation coefficient for measuring agreement between two rankings.

Important Questions:

  • When are two attributes independent, positively associated, or negatively associated? Independent if the joint frequency equals the product of the individual frequencies divided by the total; positively associated if the joint frequency is greater than this; negatively associated if it is less.
  • Give Yule’s coefficient of association and its range. Q = [(AB)(αβ)-(Aβ)(αB)]/[(AB)(αβ)+(Aβ)(αB)]; it ranges from -1 to +1, with 0 meaning independence.
  • State the chi-square test statistic for independence in a contingency table, with its degrees of freedom. χ² = ΣΣ(o-e)²/e, where e is the expected frequency, with degrees of freedom (r-1)(c-1).
  • Define Spearman’s coefficient of rank correlation. rs = 1 – 6Σd²/[n(n²-1)], where d is the difference between the ranks assigned by two criteria; it lies between -1 and +1.

Chapter 16: Analysis of Time Series

This chapter defines a time series as a set of observations recorded over regular time intervals and breaks it into four components: secular trend, seasonal variation, cyclical fluctuation, and irregular movement. It presents both the multiplicative model and the additive model for combining these components, and covers methods for estimating trend, including free-hand curves, semi-averages, moving averages, and the method of least squares.

Important Questions:

  • Define time series and name its four components. A time series is a sequence of observations recorded in chronological order; its components are secular trend, seasonal variation, cyclical fluctuation, and irregular movement.
  • Distinguish between seasonal variation and cyclical fluctuation. Seasonal variations are short-term changes with fixed periodicity within a year; cyclical fluctuations are longer-term oscillations following the business cycle with no fixed periodicity.
  • Give the multiplicative model of a time series. Y = T × S × C × I, combining trend, seasonal, cyclical, and irregular components.
  • Give the normal equations used to fit a linear trend line by least squares. Σy = na + bΣx and Σxy = aΣx + bΣx²; when time is coded so Σx=0, these simplify to a=ŷ and b=Σxy/Σx².

Chapter 17: Orientation of Computers

This chapter introduces the computer as an electronic device for storing and processing data, along with its history from early mechanical calculators to modern electronic machines. It classifies computers by working principle (digital, analog, hybrid) and by size (micro, mini, mainframe, super), distinguishes hardware from software, and covers programming languages and translators. It closes with number systems used in computing, including decimal, binary, octal, and hexadecimal.

Important Questions:

  • Define a computer and name two of its capabilities. A computer is an electronic device used to store and process data to solve problems according to a set of instructions; two capabilities are speed and accuracy.
  • Name the three types of computers by working principle. Digital computers, analog computers, and hybrid computers, which combine both.
  • Differentiate between low-level and high-level programming languages. Low-level languages such as machine and assembly language are close to machine code; high-level languages such as BASIC, COBOL, and C resemble English and need a translator to convert them to machine code.
  • What is the binary number system, and why is it used in computers? It is a base-2 number system using only the digits 0 and 1; it is used because electronic circuits naturally operate in two states, on and off, which map directly to these digits.

Appendix A: Sampling Distributions from Normal Populations

Reference tables for sampling distributions derived from normal populations, useful for solving problems in the estimation and hypothesis testing chapters.

Appendix B: Statistical Tables

Standard statistical tables including the z-table, t-table, chi-square table, and F-table for use in solving exam problems.


Download Statistics Class 12 PDF

Click the button below to download the official PCTB Statistics textbook for ICS 2nd Year for free.

⬇ Download PDF

Who Should Read This

This book is for ICS Part 2 students studying Statistics under Punjab Board. It is the second part of the two-year Statistics course that began in Class 11. Students who need to understand advanced statistical concepts for board exams or future studies in data science, economics, or research will find this textbook essential.


Applicable Boards

This PCTB textbook is used across all Punjab Board affiliated colleges — Lahore Board, Faisalabad Board, Gujranwala Board, Multan Board, Rawalpindi Board, Sargodha Board, DG Khan Board, and Sahiwal Board.

FAQs

Is this the Statistics book for ICS Class 12?

Yes. This is the official PCTB Statistics textbook for ICS Part 2 (Class 12 / 2nd Year), approved by the Federal Ministry of Education and published by Nazriya-e-Pakistan Trust, Lahore.

How many chapters are in Statistics Class 12?

The book has 8 chapters (Chapter 10 to 17), continuing from the Class 11 Statistics book which covers Chapters 1 to 9. There are also two appendices with statistical tables.

What topics are covered in Statistics Class 12?

Topics include Normal Distribution, Sampling Techniques, Estimation, Hypothesis Testing, Regression and Correlation, Association, Time Series Analysis, and an introduction to Computers.

Is Statistics only for ICS students?

Statistics is a core subject for ICS students. However, students from other backgrounds who want to study statistics, data analysis, or research methods can also use this book.

Is this the latest PCTB edition?

This is the 2016 PCTB edition (11th impression), which is the standard Punjab Board edition currently in use for ICS 2nd year students.

Related Books

🎓

Study Resources for Statistics 2nd Year

Free exam-preparation resources for Statistics 2nd Year from the Freebooks.pk Editorial Team — chapter-wise notes (definitions, short & long questions and MCQs), the latest paper pairing scheme. Study online or download.

Leave a Comment