Definition of Probability
Definition of Probability
Basic Concepts:
Counting Rules:
• Multi-step experiments
Types of Probability:
Probability Rules:
• Special Rule of Addition (for mutually exclusive events): P(A or B) = P(A) + P(B)
• Special Rule of Multiplication (for independent events): P(A and B) = P(A) × P(B)
Conditional Probability:
Bayes' Theorem:
• Used to update probabilities based on new information
Probability Matrices:
1. Introduction to Sampling
Sampling is a statistical method used to gather information about a population by examining only a
part of it (the sample). This is often more practical and cost-effective than examining every item in
the population (a census).
2. Types of Sampling
In random sampling, every item in the population has a chance of being selected. This method
reduces bias and allows for statistical inference.
• Each element has an equal chance of selection, but not each sample.
• Useful when the population is already divided into groups of different sizes.
• Differs from stratified sampling in that there's variation within clusters but similarity between
clusters.
Non-random sampling doesn't provide known chances of selection and involves some subjectivity.
• Quotas are set based on certain parameters to make the sample representative.
• Initial respondents are selected randomly, then additional respondents are referred by them.
3. Design of Experiment
1. Defining objectives
4. Sampling Distributions
A sampling distribution is the probability distribution of all possible values of a sample statistic.
• For normal populations: Follows normal distribution with mean μ and standard error σ/√n.
• For non-normal populations: Central Limit Theorem applies as sample size increases.
Describes the relationship between the shape of the population distribution and the sampling
distribution of the sample statistic. It allows for inferences about population parameters without
knowing the population's distribution shape.
For large samples, follows normal distribution with mean p and standard error √(pq/n).
• Finite Population Multiplier: Used when sampling without replacement from a finite
population.
7.2 Variance
8. Binomial Distribution
8.1 Assumptions
3. Independent trials
8.2 Formula
P(X = k) = C(n,k) * p^k * (1-p)^(n-k)
Where:
• n = number of trials
• k = number of successes
• Mean: μ = np
• Variance: σ² = np(1-p)
9. Poisson Distribution
9.1 Properties
1. Independent occurrences
9.2 Formula
Where:
• k = number of occurrences
Related to binomial distribution but with non-independent trials and changing probability of success.
10.1 Characteristics
2. Discrete distribution
10.2 Formula
Where:
• N = population size
• n = sample size
This comprehensive overview covers the main topics from both documents, providing a detailed
explanation of sampling methods and probability distributions.