This document defines key concepts related to random variables including:
- A random variable is a numerical measure of outcomes from a random phenomenon.
- Probability distributions describe the probabilities associated with random variables.
- Expected value refers to the mean or weighted average of a probability distribution.
- As the number of trials increases, the actual mean approaches the true mean due to the Law of Large Numbers.
- Binomial and geometric distributions model situations with success/failure outcomes and independence between trials.
Hypergeometric probability distributionNadeem Uddin
The document discusses hypergeometric probability distribution. It provides examples of hypergeometric experiments involving selecting items from a population without replacement, where the probability of success changes with each trial. The key points are:
- A hypergeometric experiment has a fixed population with a specified number of successes, samples items without replacement, and the probability of success changes on each trial.
- The hypergeometric distribution gives the probability of getting x successes in n draws from a population of N items with K successes.
- Examples demonstrate calculating hypergeometric probabilities and approximating it as a binomial when the population is large compared to the sample size.
The document discusses discrete and continuous random variables. It defines discrete random variables as variables that can take on countable values, like the number of heads from coin flips. Continuous random variables can take any value within a range, like height. The document explains how to calculate and interpret the mean, standard deviation, and probabilities of events for both types of random variables using examples like Apgar scores for babies and heights of young women.
Discrete probability distribution (complete)ISYousafzai
This document discusses discrete random variables. It begins by defining a random variable as a function that assigns a numerical value to each outcome of an experiment. There are two types of random variables: discrete and continuous. Discrete random variables have a countable set of possible values, while continuous variables can take any value within a range. Examples of discrete variables include the number of heads in a coin flip and the total value of dice. The document then discusses how to describe the probabilities associated with discrete random variables using lists, histograms, and probability mass functions.
Probability Distributions for Discrete Variablesgetyourcheaton
This document discusses probability distributions for discrete variables. It begins by defining a probability distribution as a relative frequency distribution of all possible outcomes of an experiment. It provides examples of probability distributions for discrete variables like the binomial distribution. It discusses key aspects of probability distributions like the mean, standard deviation, and different types of distributions like binomial. It provides examples of calculating probabilities, means, and standard deviations for binomial distributions. It discusses the basic characteristics of the binomial distribution and provides an example of constructing a binomial distribution and calculating related probabilities.
: Random Variable, Discrete Random variable, Continuous random variable, Probability Distribution of Discrete Random variable, Mathematical Expectations and variance of a discrete random variable.
This chapter summary covers simple linear regression models. Key topics include determining the simple linear regression equation, measures of variation such as total, explained, and unexplained sums of squares, assumptions of the regression model including normality, homoscedasticity and independence of errors. Residual analysis is discussed to examine linearity and assumptions. The coefficient of determination, standard error of estimate, and Durbin-Watson statistic are also introduced.
Different kind of distance and Statistical DistanceKhulna University
A short brief of distance and statistical distance which is core of multivariate analysis.................you will get here some more simple conception about distances and statistical distance.
This document discusses several discrete probability distributions:
1. Binomial distribution - For experiments with a fixed number of trials, two possible outcomes, and constant probability of success. The probability of x successes is given by the binomial formula.
2. Geometric distribution - For experiments repeated until the first success. The probability of the first success on the xth trial is p(1-p)^(x-1).
3. Poisson distribution - For counting the number of rare, independent events occurring in an interval. The probability of x events is (e^-μ μ^x)/x!, where μ is the mean number of events.
Probability Distribution (Discrete Random Variable)Cess011697
Learning Competencies:
- to find the possible values of a random variable.
illustrates a probability distribution for a discrete random variable and its properties.
- to compute probabilities corresponding to a given random variable.
There are some exercises for you to answer.
The central limit theorem states that the sampling distribution of the sample mean approaches a normal distribution as the sample size increases, even if the population is not normally distributed. It provides the mean and standard deviation of the sampling distribution of the sample mean. The document gives the definition of the central limit theorem and provides an example of how to use it to calculate probabilities related to the sample mean of a large normally distributed population.
A random variable X has a continuous uniform distribution if its probability density function f(x) is constant over the interval (α, β). The uniform distribution has a probability density function f(x) = k for α < x < β, where k is a constant, and is equal to 0 otherwise. All values from α to β are equally likely to occur, meaning the probability of X falling in any sub-interval of (α, β) is equal regardless of the interval's position within the range.
This document defines and provides examples of discrete and continuous random variables. It also introduces key concepts such as:
- Probability mass functions and probability density functions which describe the probabilities associated with different values of discrete and continuous random variables.
- Expected value, which is the average value of a random variable calculated as the sum of each possible value multiplied by its probability.
- Variance, which measures the dispersion of a random variable from its expected value and is calculated using the probability distribution.
- The binomial distribution, which models experiments with a fixed number of trials, two possible outcomes per trial, and fixed probability of success on each trial.
This document provides an overview of key concepts related to random variables and probability distributions. It discusses:
- Two types of random variables - discrete and continuous. Discrete variables can take countable values, continuous can be any value in an interval.
- Probability distributions for discrete random variables, which specify the probability of each possible outcome. Examples of common discrete distributions like binomial and Poisson are provided.
- Key properties and calculations for discrete distributions like expected value, variance, and the formulas for binomial and Poisson probabilities.
- Other discrete distributions like hypergeometric are introduced for situations where outcomes are not independent. Examples are provided to demonstrate calculating probabilities for each type of distribution.
Chapter 4 part3- Means and Variances of Random Variablesnszakir
Statistics, study of probability, The Mean of a Random Variable, The Variance of a Random Variable, Rules for Means and Variances, The Law of Large Numbers,
A Probability Distribution is a way to shape the sample data to make predictions and draw conclusions about an entire population. It refers to the frequency at which some events or experiments occur. It helps finding all the possible values a random variable can take between the minimum and maximum statistically possible values.
1. Continuous random variables are defined over intervals rather than discrete points. The probability that a continuous random variable takes on a value in an interval from a to b is given by an integral of the probability density function f(x) over that interval.
2. The probability density function f(x) defines the probabilities of intervals of the continuous random variable rather than individual points. It has the properties that it is always nonnegative and its integral over all values is 1.
3. The cumulative distribution function F(x) gives the probability that the random variable takes on a value less than or equal to x. It is defined as the integral of the probability density function from negative infinity to x.
This document provides an outline and overview of Chapter 9 from a statistics textbook. The chapter covers hypothesis testing for single populations, including:
- Establishing null and alternative hypotheses
- Understanding Type I and Type II errors
- Testing hypotheses about single population means when the standard deviation is known or unknown
- Testing hypotheses about single population proportions and variances
- Solving for Type II errors
The chapter teaches students how to implement the HTAB (Hypothesis, Test Statistic, Accept/Reject regions, Boundaries, Conclusion) system to scientifically test hypotheses using statistical techniques like z-tests and t-tests. Key concepts covered include one-tailed and two-tailed tests, critical values, p
This document provides an overview of the binomial probability distribution, including key terminology like random experiments, outcomes, sample space, and discrete vs. continuous random variables. It defines a binomial experiment as having n repeated trials with two possible outcomes (success/failure), where the probability of success p is constant for each trial. The number of successes is a binomial random variable with a binomial probability distribution. Several examples are given to illustrate calculating probabilities of outcomes for binomial experiments involving dice rolls, patient recoveries, telephone call successes, ratios of children's sexes, and metal piston rejects. The mean, variance, and standard deviation of the binomial distribution are also defined in terms of n, p, and q.
Regression analysis is used to quantify linear relationships between variables and develop equations to model the data. It involves identifying an independent variable that influences a dependent variable. The purpose is to calculate the slope and intercept of the regression line that best fits the data using the method of least squares estimation. As an example, a regression model is created to estimate housing prices based on square footage, finding that price increases by $109.80 on average for each additional square foot, and the model explains 58% of the variability in price.
The document discusses random variables and vectors. It defines random variables as functions that assign outcomes of random experiments to real numbers. There are two types of random variables: discrete and continuous. Random variables are characterized by their expected value, variance/standard deviation, and other moments. Random vectors are multivariate random variables. Key concepts covered include probability mass functions, probability density functions, expected value, variance, and how these properties change when random variables are scaled or combined linearly.
The central limit theorem states that the distribution of sample means approaches a normal distribution as sample size increases. It allows using a normal distribution for applications involving sample means. The mean of the sample means equals the population mean, and the standard deviation of sample means is the population standard deviation divided by the square root of the sample size. For samples larger than 30, the distribution of means can be approximated as normal, becoming closer for larger samples. If the population is already normal, the sample means will be normally distributed for any sample size.
The document discusses sampling distributions and estimators from chapter 6 of an elementary statistics textbook. It defines a sampling distribution of a statistic as the distribution of all values of a statistic (such as sample mean or proportion) obtained from samples of the same size from a population. The sampling distributions of sample proportions and means tend to be normally distributed, with their means converging on the population parameter. Specifically, the mean of sample proportions equals the population proportion, and the mean of sample means equals the population mean. The distribution of sample variances, on the other hand, tends to be right-skewed.
Chap05 continuous random variables and probability distributionsJudianto Nugroho
This chapter discusses continuous random variables and probability distributions, including the normal distribution. It introduces continuous random variables and their probability density functions. It describes the key characteristics and properties of the uniform and normal distributions. It also discusses how to calculate probabilities using the normal distribution, including how to standardize a normal distribution and use normal distribution tables.
The document discusses the classical definition of probability as well as axioms that define probability mathematically. It introduces the classical definition where probability is defined as the number of favorable outcomes divided by the total number of possible outcomes. It then discusses limitations of the classical definition and introduces the frequency interpretation of probability. Finally, it outlines three axioms that define a function as a valid probability function: 1) probabilities are between 0 and 1, 2) the total probability of the sample space is 1, and 3) probabilities of mutually exclusive events sum to the total probability.
1. Illustrate point and interval estimations.
2. Distinguish between point and interval estimation.
Visit the website for more services it can offer:
https://cristinamontenegro92.wixsite.com/onevs
This presentation introduces limits and provides examples of applying 8 theorems of limits. It begins with an introduction explaining that calculus and limits are challenging topics for college students. It then covers the definitions of limits and 8 theorems for evaluating different types of limits, including limits of constants, variables, products, quotients, and composite functions. Example problems demonstrate how to use each theorem to find the limit as the variable approaches a value. The presentation aims to make solving limits easier by explaining the theorems.
Variance and standard deviation of a discrete random variableccooking
The document shows the steps to calculate the variance and standard deviation of a probability distribution. It involves creating columns for the random variable x, the probability P(x), the products x*P(x) and x^2*P(x). The mean is calculated as the sum of x*P(x). The variance is calculated as the sum of x^2*P(x) - the mean squared.
This document discusses several discrete probability distributions:
1. Binomial distribution - For experiments with a fixed number of trials, two possible outcomes, and constant probability of success. The probability of x successes is given by the binomial formula.
2. Geometric distribution - For experiments repeated until the first success. The probability of the first success on the xth trial is p(1-p)^(x-1).
3. Poisson distribution - For counting the number of rare, independent events occurring in an interval. The probability of x events is (e^-μ μ^x)/x!, where μ is the mean number of events.
Probability Distribution (Discrete Random Variable)Cess011697
Learning Competencies:
- to find the possible values of a random variable.
illustrates a probability distribution for a discrete random variable and its properties.
- to compute probabilities corresponding to a given random variable.
There are some exercises for you to answer.
The central limit theorem states that the sampling distribution of the sample mean approaches a normal distribution as the sample size increases, even if the population is not normally distributed. It provides the mean and standard deviation of the sampling distribution of the sample mean. The document gives the definition of the central limit theorem and provides an example of how to use it to calculate probabilities related to the sample mean of a large normally distributed population.
A random variable X has a continuous uniform distribution if its probability density function f(x) is constant over the interval (α, β). The uniform distribution has a probability density function f(x) = k for α < x < β, where k is a constant, and is equal to 0 otherwise. All values from α to β are equally likely to occur, meaning the probability of X falling in any sub-interval of (α, β) is equal regardless of the interval's position within the range.
This document defines and provides examples of discrete and continuous random variables. It also introduces key concepts such as:
- Probability mass functions and probability density functions which describe the probabilities associated with different values of discrete and continuous random variables.
- Expected value, which is the average value of a random variable calculated as the sum of each possible value multiplied by its probability.
- Variance, which measures the dispersion of a random variable from its expected value and is calculated using the probability distribution.
- The binomial distribution, which models experiments with a fixed number of trials, two possible outcomes per trial, and fixed probability of success on each trial.
This document provides an overview of key concepts related to random variables and probability distributions. It discusses:
- Two types of random variables - discrete and continuous. Discrete variables can take countable values, continuous can be any value in an interval.
- Probability distributions for discrete random variables, which specify the probability of each possible outcome. Examples of common discrete distributions like binomial and Poisson are provided.
- Key properties and calculations for discrete distributions like expected value, variance, and the formulas for binomial and Poisson probabilities.
- Other discrete distributions like hypergeometric are introduced for situations where outcomes are not independent. Examples are provided to demonstrate calculating probabilities for each type of distribution.
Chapter 4 part3- Means and Variances of Random Variablesnszakir
Statistics, study of probability, The Mean of a Random Variable, The Variance of a Random Variable, Rules for Means and Variances, The Law of Large Numbers,
A Probability Distribution is a way to shape the sample data to make predictions and draw conclusions about an entire population. It refers to the frequency at which some events or experiments occur. It helps finding all the possible values a random variable can take between the minimum and maximum statistically possible values.
1. Continuous random variables are defined over intervals rather than discrete points. The probability that a continuous random variable takes on a value in an interval from a to b is given by an integral of the probability density function f(x) over that interval.
2. The probability density function f(x) defines the probabilities of intervals of the continuous random variable rather than individual points. It has the properties that it is always nonnegative and its integral over all values is 1.
3. The cumulative distribution function F(x) gives the probability that the random variable takes on a value less than or equal to x. It is defined as the integral of the probability density function from negative infinity to x.
This document provides an outline and overview of Chapter 9 from a statistics textbook. The chapter covers hypothesis testing for single populations, including:
- Establishing null and alternative hypotheses
- Understanding Type I and Type II errors
- Testing hypotheses about single population means when the standard deviation is known or unknown
- Testing hypotheses about single population proportions and variances
- Solving for Type II errors
The chapter teaches students how to implement the HTAB (Hypothesis, Test Statistic, Accept/Reject regions, Boundaries, Conclusion) system to scientifically test hypotheses using statistical techniques like z-tests and t-tests. Key concepts covered include one-tailed and two-tailed tests, critical values, p
This document provides an overview of the binomial probability distribution, including key terminology like random experiments, outcomes, sample space, and discrete vs. continuous random variables. It defines a binomial experiment as having n repeated trials with two possible outcomes (success/failure), where the probability of success p is constant for each trial. The number of successes is a binomial random variable with a binomial probability distribution. Several examples are given to illustrate calculating probabilities of outcomes for binomial experiments involving dice rolls, patient recoveries, telephone call successes, ratios of children's sexes, and metal piston rejects. The mean, variance, and standard deviation of the binomial distribution are also defined in terms of n, p, and q.
Regression analysis is used to quantify linear relationships between variables and develop equations to model the data. It involves identifying an independent variable that influences a dependent variable. The purpose is to calculate the slope and intercept of the regression line that best fits the data using the method of least squares estimation. As an example, a regression model is created to estimate housing prices based on square footage, finding that price increases by $109.80 on average for each additional square foot, and the model explains 58% of the variability in price.
The document discusses random variables and vectors. It defines random variables as functions that assign outcomes of random experiments to real numbers. There are two types of random variables: discrete and continuous. Random variables are characterized by their expected value, variance/standard deviation, and other moments. Random vectors are multivariate random variables. Key concepts covered include probability mass functions, probability density functions, expected value, variance, and how these properties change when random variables are scaled or combined linearly.
The central limit theorem states that the distribution of sample means approaches a normal distribution as sample size increases. It allows using a normal distribution for applications involving sample means. The mean of the sample means equals the population mean, and the standard deviation of sample means is the population standard deviation divided by the square root of the sample size. For samples larger than 30, the distribution of means can be approximated as normal, becoming closer for larger samples. If the population is already normal, the sample means will be normally distributed for any sample size.
The document discusses sampling distributions and estimators from chapter 6 of an elementary statistics textbook. It defines a sampling distribution of a statistic as the distribution of all values of a statistic (such as sample mean or proportion) obtained from samples of the same size from a population. The sampling distributions of sample proportions and means tend to be normally distributed, with their means converging on the population parameter. Specifically, the mean of sample proportions equals the population proportion, and the mean of sample means equals the population mean. The distribution of sample variances, on the other hand, tends to be right-skewed.
Chap05 continuous random variables and probability distributionsJudianto Nugroho
This chapter discusses continuous random variables and probability distributions, including the normal distribution. It introduces continuous random variables and their probability density functions. It describes the key characteristics and properties of the uniform and normal distributions. It also discusses how to calculate probabilities using the normal distribution, including how to standardize a normal distribution and use normal distribution tables.
The document discusses the classical definition of probability as well as axioms that define probability mathematically. It introduces the classical definition where probability is defined as the number of favorable outcomes divided by the total number of possible outcomes. It then discusses limitations of the classical definition and introduces the frequency interpretation of probability. Finally, it outlines three axioms that define a function as a valid probability function: 1) probabilities are between 0 and 1, 2) the total probability of the sample space is 1, and 3) probabilities of mutually exclusive events sum to the total probability.
1. Illustrate point and interval estimations.
2. Distinguish between point and interval estimation.
Visit the website for more services it can offer:
https://cristinamontenegro92.wixsite.com/onevs
This presentation introduces limits and provides examples of applying 8 theorems of limits. It begins with an introduction explaining that calculus and limits are challenging topics for college students. It then covers the definitions of limits and 8 theorems for evaluating different types of limits, including limits of constants, variables, products, quotients, and composite functions. Example problems demonstrate how to use each theorem to find the limit as the variable approaches a value. The presentation aims to make solving limits easier by explaining the theorems.
Variance and standard deviation of a discrete random variableccooking
The document shows the steps to calculate the variance and standard deviation of a probability distribution. It involves creating columns for the random variable x, the probability P(x), the products x*P(x) and x^2*P(x). The mean is calculated as the sum of x*P(x). The variance is calculated as the sum of x^2*P(x) - the mean squared.
This chapter summary discusses discrete probability distributions. It distinguishes between discrete and continuous random variables and distributions. It describes how to determine the mean and variance of discrete distributions. It introduces some common discrete distributions like the binomial and Poisson distributions. For the binomial distribution, it explains how to calculate the probability of a given number of successes in a given number of trials. For the Poisson distribution, it provides the probability formula and explains that it models independent events occurring continuously over an interval.
The concept of limit formalizes the notion of closeness of the function values to a certain value "near" a certain point. Limits behave well with respect to arithmetic--usually. Division by zero is always a problem, and we can't make conclusions about nonexistent limits!
This document discusses various limit laws and techniques for calculating limits, including:
1) Using limit laws and graphs to evaluate specific limits, such as the product law
2) Limits involving indeterminate forms like 0/0 cannot always be directly substituted and may require alternative techniques
3) Other techniques include factoring, rationalizing fractions, and applying laws for powers, roots, and other specific limits.
This document discusses probability distributions and related concepts. It begins by defining key terms like probability distribution, random variable, discrete and continuous distributions. It then focuses on several specific discrete probability distributions - binomial, hypergeometric, and Poisson. For each, it provides the characteristics and formulas for calculating probabilities. Several examples are worked through to demonstrate calculating probabilities, means, variances and more for problems that fit each distribution.
The document shows the steps to calculate the mean of a probability distribution. A table lists the possible values (X) of a random variable, their respective probabilities (P(x)), and the product of each x and P(x). These products are summed to obtain 1.7, which is equal to the mean (μ) of the probability distribution.
The document summarizes key concepts in probability and statistics as they relate to biostatistics and medical research. It discusses basic probability concepts like classical probability, relative frequency probability, and subjective probability. It also covers probability distributions, screening tests, and key metrics like sensitivity and specificity. Specific topics covered include the binomial, Poisson, and normal distributions, conditional probability, joint probability, independence of events, and marginal probability. Examples are provided to demonstrate calculating probabilities from data using concepts like the multiplication rule.
ISM_Session_5 _ 23rd and 24th December.pptxssuser1eba67
The document discusses random variables and their probability distributions. It defines discrete and continuous random variables and their key characteristics. Discrete random variables can take on countable values while continuous can take any value in an interval. Probability distributions describe the probabilities of a random variable taking on different values. The mean and variance are discussed as measures of central tendency and variability. Joint probability distributions are introduced for two random variables. Examples and homework problems are also provided.
2 Review of Statistics. 2 Review of Statistics.WeihanKhor2
This document provides an overview of discrete probability distributions, including the binomial and Poisson distributions.
1) It defines key concepts such as random variables, probability mass functions, and expected value as they relate to discrete random variables. 2) The binomial distribution describes independent Bernoulli trials with a constant probability of success, and is used to calculate probabilities of outcomes from events like coin flips. 3) The Poisson distribution approximates the binomial when the number of trials is large and the probability of success is small. It models rare, independent events with a constant average rate and can be used for problems involving traffic accidents or natural disasters.
This document provides an outline and overview of discrete random variables and their probability distributions. It defines discrete random variables as variables that can assume only distinct whole number values. It discusses probability mass functions and cumulative distribution functions for discrete random variables. It gives examples of calculating means, variances, and expected values for discrete random variables. It also introduces several common discrete probability distributions like binomial, negative binomial, uniform, Poisson, geometric, and hypergeometric and provides their definitions and properties.
Probability theory discrete probability distributionsamarthpawar9890
This document provides an overview of discrete probability distributions and binomial distributions. It begins by defining random variables and describing discrete and continuous random variables. Examples are given to distinguish between the two. The key aspects of discrete probability distributions are outlined, including how to construct a distribution and calculate measures such as mean, variance, and standard deviation. Binomial experiments are defined as having two possible outcomes, a fixed number of trials, and constant probability of success. The binomial probability formula is presented and used to calculate probabilities in examples.
Statistik 1 5 distribusi probabilitas diskritSelvin Hadi
This document discusses discrete probability distributions. It defines key terms like probability distribution, random variables, and types of random variables. It also covers calculating the mean, variance, and standard deviation of discrete probability distributions. Specific discrete probability distributions covered include the binomial, hypergeometric, and Poisson distributions. Examples are provided to demonstrate calculating probabilities and distribution properties.
Session 03 Probability & sampling Distribution NEW.pptxMuneer Akhter
The document discusses probability and probability distributions, including the basics and rules of probability, as well as common probability distributions such as the binomial, Poisson, and normal distributions. It provides examples and formulas for calculating probabilities using these distributions. It also discusses sampling distributions and their application in health research.
1) The document discusses the mean or expected value of random variables.
2) It provides examples of calculating the mean of discrete and continuous random variables, as well as the mean of functions of random variables.
3) One example calculates the expected commission a salesperson would earn based on the probabilities of making deals at two appointments.
The document provides information about binomial probability distributions including:
- Binomial experiments have a fixed number (n) of independent trials with two possible outcomes and a constant probability (p) of success.
- The binomial probability distribution gives the probability of getting exactly x successes in n trials. It is calculated using the binomial coefficient and p and q=1-p.
- The mean, variance and standard deviation of a binomial distribution are np, npq, and √npq respectively.
- Examples demonstrate calculating probabilities of outcomes for binomial experiments and determining if results are significantly low or high using the range rule of μ ± 2σ.
Here are the probabilities of the given events:
a) Getting an odd number in a single roll of a die: 1/2
b) Getting an ace when a card is drawn from a deck: 4/52
c) Getting a number greater than 2 in a single roll of a die: 3/6 = 1/2
d) Getting a red queen when a card is drawn from a deck: 1/52
e) Getting doubles when two dice are rolled: 1/6
This document provides an introduction to probability, conditional probability, and random variables. It defines key concepts such as sample space, simple events, probability distribution, discrete and continuous random variables, and their properties including mean, variance, and Bernoulli trials. Examples are given for each concept to illustrate their calculation and application to experiments with outcomes that are either certain or random.
AP Statistic and Probability 6.1 (1).pptAlfredNavea1
The document summarizes key concepts about discrete and continuous random variables from Chapter 6 of The Practice of Statistics textbook. It defines discrete and continuous random variables and their probability distributions. It also explains how to calculate the mean, standard deviation, and probabilities of events for both discrete and continuous random variables. For example, it shows how to find the probability that a randomly chosen woman is between 68 and 70 inches tall using the normal distribution.
1. The document discusses different types of probability distributions including discrete, continuous, binomial, Poisson, and normal distributions.
2. It provides examples of how to calculate probabilities and expected values for each distribution using concepts like probability density functions, mean, standard deviation, and combinations.
3. Key differences between distributions are highlighted such as discrete probabilities being determined by areas under a curve for continuous distributions and Poisson distribution approximating binomial for large numbers of trials.
This document provides an overview of key concepts in probability and statistics including:
1) Definitions of random variables, discrete and continuous distributions. Discrete variables can take countable values while continuous can take any value in an interval.
2) Common probability distributions like the binomial, Poisson, uniform, and normal distributions. Formulas are provided for the probability mass/density functions and calculating mean, variance, and probability.
3) The exponential distribution with applications like waiting times. Its probability density function and formulas for mean and variance are defined.
This document presents an overview of statistical techniques for comparing two populations. It discusses paired sample comparisons using a t-test and independent sample comparisons using a z-test. Examples are provided to demonstrate hypothesis testing to examine differences in population means and proportions. Specific topics covered include: paired t-tests, independent z-tests, testing situations for comparing two means, test statistics and examples comparing credit card charges and battery life. Templates are shown for conducting the tests in several examples.
This document contains slides from a presentation on simple linear regression and correlation. It introduces simple linear regression modeling, including estimating the regression line using the method of least squares. It discusses the assumptions of the simple linear regression model and defines key terms like the regression coefficients (intercept and slope), error variance, standard errors of the estimates, and how to perform hypothesis tests and construct confidence intervals for the regression parameters. Examples are provided to demonstrate calculating quantities like sums of squares, estimating the regression line, and evaluating the fit of the regression model.
This document presents a lecture on sampling methods given by Shakeel Nouman. It discusses various probability and non-probability sampling techniques including stratified random sampling, cluster sampling, systematic sampling, and dealing with nonresponse. Specific topics covered include defining populations and frames, estimating means and proportions for stratified and cluster samples, and calculating confidence intervals. Worked examples are provided to demonstrate how to estimate sample sizes, means, variances and confidence intervals for stratified sampling. Optimum allocation methods for stratified samples are also described.
This document presents an overview of statistical methods for comparing two populations. It discusses paired sample comparisons and independent sample comparisons. For paired samples, it covers the paired t-test and constructing confidence intervals. For independent samples, it explains how to test whether population means are equal using a z-test or t-test. Several examples are provided to demonstrate these techniques. The document also briefly discusses testing differences in population proportions and variances.
The document discusses quality control techniques using statistics. It introduces various control charts used to monitor processes, including X-bar, R, s, p, and c charts. Control charts plot statistics over time and use control limits to identify when processes may be out of control. The document provides examples demonstrating how to construct and interpret these charts.
Nonparametric methods and chi square tests (1)Shakeel Nouman
This document discusses nonparametric statistical methods and chi-square tests. It introduces several nonparametric tests that do not rely on assumptions about the population distribution, including the sign test for paired comparisons, the runs test for detecting randomness, and ranks tests like the Mann-Whitney U test for comparing two populations and the Wilcoxon signed-rank test for paired comparisons. It also discusses the Kruskal-Wallis and Friedman tests for comparing multiple populations and chi-square tests for goodness of fit, independence, and equality of proportions. Examples are provided to demonstrate how to perform and interpret these various nonparametric tests.
This document provides an overview of multiple regression analysis. It discusses (1) the multiple regression model and how it generalizes linear regression to multiple predictors, (2) estimating the regression coefficients using the method of least squares, and (3) methods for evaluating the fit of the regression model, including analysis of variance tables, goodness-of-fit measures, and testing the significance of individual predictors. Examples are provided to illustrate key concepts.
The document discusses the normal distribution and its key properties. It introduces the normal probability density function and how it is characterized by a mean and variance. Some key properties covered are that the sum of independent normally distributed variables is also normally distributed, with the mean being the sum of the individual means and the variance being the sum of the individual variances. It also discusses how to compute probabilities and find values for the standard normal distribution.
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...Celine George
Analytic accounts are used to track and manage financial transactions related to specific projects, departments, or business units. They provide detailed insights into costs and revenues at a granular level, independent of the main accounting system. This helps to better understand profitability, performance, and resource allocation, making it easier to make informed financial decisions and strategic planning.
How to Manage Purchase Alternatives in Odoo 18Celine George
Managing purchase alternatives is crucial for ensuring a smooth and cost-effective procurement process. Odoo 18 provides robust tools to handle alternative vendors and products, enabling businesses to maintain flexibility and mitigate supply chain disruptions.
How to Manage Opening & Closing Controls in Odoo 17 POSCeline George
In Odoo 17 Point of Sale, the opening and closing controls are key for cash management. At the start of a shift, cashiers log in and enter the starting cash amount, marking the beginning of financial tracking. Throughout the shift, every transaction is recorded, creating an audit trail.
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetSritoma Majumder
Introduction
All the materials around us are made up of elements. These elements can be broadly divided into two major groups:
Metals
Non-Metals
Each group has its own unique physical and chemical properties. Let's understand them one by one.
Physical Properties
1. Appearance
Metals: Shiny (lustrous). Example: gold, silver, copper.
Non-metals: Dull appearance (except iodine, which is shiny).
2. Hardness
Metals: Generally hard. Example: iron.
Non-metals: Usually soft (except diamond, a form of carbon, which is very hard).
3. State
Metals: Mostly solids at room temperature (except mercury, which is a liquid).
Non-metals: Can be solids, liquids, or gases. Example: oxygen (gas), bromine (liquid), sulphur (solid).
4. Malleability
Metals: Can be hammered into thin sheets (malleable).
Non-metals: Not malleable. They break when hammered (brittle).
5. Ductility
Metals: Can be drawn into wires (ductile).
Non-metals: Not ductile.
6. Conductivity
Metals: Good conductors of heat and electricity.
Non-metals: Poor conductors (except graphite, which is a good conductor).
7. Sonorous Nature
Metals: Produce a ringing sound when struck.
Non-metals: Do not produce sound.
Chemical Properties
1. Reaction with Oxygen
Metals react with oxygen to form metal oxides.
These metal oxides are usually basic.
Non-metals react with oxygen to form non-metallic oxides.
These oxides are usually acidic.
2. Reaction with Water
Metals:
Some react vigorously (e.g., sodium).
Some react slowly (e.g., iron).
Some do not react at all (e.g., gold, silver).
Non-metals: Generally do not react with water.
3. Reaction with Acids
Metals react with acids to produce salt and hydrogen gas.
Non-metals: Do not react with acids.
4. Reaction with Bases
Some non-metals react with bases to form salts, but this is rare.
Metals generally do not react with bases directly (except amphoteric metals like aluminum and zinc).
Displacement Reaction
More reactive metals can displace less reactive metals from their salt solutions.
Uses of Metals
Iron: Making machines, tools, and buildings.
Aluminum: Used in aircraft, utensils.
Copper: Electrical wires.
Gold and Silver: Jewelry.
Zinc: Coating iron to prevent rusting (galvanization).
Uses of Non-Metals
Oxygen: Breathing.
Nitrogen: Fertilizers.
Chlorine: Water purification.
Carbon: Fuel (coal), steel-making (coke).
Iodine: Medicines.
Alloys
An alloy is a mixture of metals or a metal with a non-metal.
Alloys have improved properties like strength, resistance to rusting.
Contact Lens:::: An Overview.pptx.: OptometryMushahidRaza8
A comprehensive guide for Optometry students: understanding in easy launguage of contact lens.
Don't forget to like,share and comments if you found it useful!.
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingCeline George
The Accounting module in Odoo 17 is a complete tool designed to manage all financial aspects of a business. Odoo offers a comprehensive set of tools for generating financial and tax reports, which are crucial for managing a company's finances and ensuring compliance with tax regulations.
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsesushreesangita003
what is pulse ?
Purpose
physiology and Regulation of pulse
Characteristics of pulse
factors affecting pulse
Sites of pulse
Alteration of pulse
for BSC Nursing 1st semester
for Gnm Nursing 1st year
Students .
vitalsign
What makes space feel generous, and how architecture address this generosity in terms of atmosphere, metrics, and the implications of its scale? This edition of #Untagged explores these and other questions in its presentation of the 2024 edition of the Master in Collective Housing. The Master of Architecture in Collective Housing, MCH, is a postgraduate full-time international professional program of advanced architecture design in collective housing presented by Universidad Politécnica of Madrid (UPM) and Swiss Federal Institute of Technology (ETH).
Yearbook MCH 2024. Master in Advanced Studies in Collective Housing UPM - ETH
Geography Sem II Unit 1C Correlation of Geography with other school subjectsProfDrShaikhImran
The correlation of school subjects refers to the interconnectedness and mutual reinforcement between different academic disciplines. This concept highlights how knowledge and skills in one subject can support, enhance, or overlap with learning in another. Recognizing these correlations helps in creating a more holistic and meaningful educational experience.
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. The current case count is 795 from Texas, New Mexico, Oklahoma, and Kansas. 95 individuals have required hospitalization, and 3 deaths, 2 children in Texas and one adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003.
The YSPH Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources – including status reports, maps, news articles, and web content– into a single, easily digestible document that can be widely shared and used interactively. Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The “unlocked" format enables other responders to share, copy, and adapt seamlessly. The students learn by doing, quickly discovering how and where to find critical information and presenting it in an easily understood manner.
How to manage Multiple Warehouses for multiple floors in odoo point of saleCeline George
The need for multiple warehouses and effective inventory management is crucial for companies aiming to optimize their operations, enhance customer satisfaction, and maintain a competitive edge.
1. Discrete Random Variables
Slide 1
Shakeel Nouman
M.Phil Statistics
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
2. 3
Slide 2
Random Variables
Using Statistics
Expected Values of Discrete Random Variables
The Binomial Distribution
Other Discrete Probability Distributions
Continuous Random Variables
Using the Computer
Summary and Review of Terms
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
3. 3-1 Using Statistics
Slide 3
Consider the different possible orderings of boy (B) and girl (G) in
four sequential births. There are 2*2*2*2=24 = 16 possibilities, so
the sample space is:
BBBB
BBBG
BBGB
BBGG
BGBB
BGBG
BGGB
BGGG
GBBB
GBBG
GBGB
GBGG
GGBB
GGBG
GGGB
GGGG
If girl and boy are each equally likely [P(G)=P(B) = 1/2], and the
gender of each child is independent of that of the previous child,
then the probability of each of these 16 possibilities is:
(1/2)(1/2)(1/2)(1/2) = 1/16.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
4. Random Variables
Slide 4
Now count the number of girls in each set of four sequential births:
BBBB
BBBG
BBGB
BBGG
•
•
•
(0)
(1)
(1)
(2)
BGBB
BGBG
BGGB
BGGG
(1)
(2)
(2)
(3)
GBBB
GBBG
GBGB
GBGG
(1)
(2)
(2)
(3)
GGBB
GGBG
GGGB
GGGG
(2)
(3)
(3)
(4)
Notice that:
each possible outcome is assigned a single numeric value,
all outcomes are assigned a numeric value, and
the value assigned varies over the outcomes.
The count of the number of girls is a random variable:
A random variable, X, is a function that assigns a single, but variable, value to
each element of a sample space.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
5. Random Variables (Continued)
Slide 5
0
BBBB
BGBB
GBBB
BBBG
BBGB
GGBB
GBBG
BGBG
BGGB
GBGB
BBGG
BGGG
GBGG
GGGB
GGBG
GGGG
1
X
2
3
4
Sample Space
Points on the
Real Line
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
6. Random Variables (Continued)
Slide 6
Since the random variable X = 3 when any of the four outcomes BGGG, GBGG,
GGBG, or GGGB occurs,
P(X = 3) = P(BGGG) + P(GBGG) + P(GGBG) + P(GGGB) = 4/16
The probability distribution of a random variable is a table that lists the
possible values of the random variables and their associated probabilities.
P(x)
1/16
4/16
6/16
4/16
1/16
16/16=1
P r o b a b ility D is trib u tio n o f t h e N u m b e r o f G irls in F o u r B ir th s
0 .4
0 .3 7 5 0
0 .3
0 .2 5 0 0
P(x)
x
0
1
2
3
4
0 .2 5 0 0
0 .2
0 .1
0 .0 6 2 5
0
0 .0 6 2 5
1
2
3
4
N u m b e r o f g irls , x
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
7. Example 3-1
Slide 7
Consider the experiment of tossing two six-sided dice. There are 36 possible
outcomes. Let the random variable X represent the sum of the numbers on
the two dice:
3
1,3
2,3
3,3
4,3
5,3
6,3
4
1,4
2,4
3,4
4,4
5,4
6,4
5
1,5
2,5
3,5
4,5
5,5
6,5
6
1,6
2,6
3,6
4,6
5,6
6,6
7
8
9
10
11
12
P(x)*
1/36
2/36
3/36
4/36
5/36
6/36
5/36
4/36
3/36
2/36
1/36
1
Po a tyDstrib tio u w ic
r b bili i u nofSmofT oD e
0.17
0.12
p(x)
1,1
2,1
3,1
4,1
5,1
6,1
2
1,2
2,2
3,2
4,2
5,2
6,2
x
2
3
4
5
6
7
8
9
10
11
12
0.07
0.02
2
3
4
5
6
7
8
9
10
x
* Note that: P(x) (6 (7 x) 2 ) / 36
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
11
12
8. Example 3-2
Slide 8
Probability Distribution of the Number of Switches
P(x)
0.1
0.2
0.3
0.2
0.1
0.1
1
TePr ba yD b o fth u berofS itc es
h o bilit istri uti no eNm w h
0.4
0.3
P(x)
x
0
1
2
3
4
5
0.2
0.1
0.0
0
1
2
3
4
5
x
Probability of more than 2 switches:
P(X > 2) = P(3) + P(4) + P(5) = 0.2 + 0.1 + 0.1 = 0.4
Probability of at least 1 switch:
P(X ³ 1) = 1 - P(0) = 1 - 0.1 = .9
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
9. Discrete and Continuous Random
Variables
Slide 9
A discrete random variable:
has a countable number of possible values
has discrete jumps (or gaps) between successive values
has measurable probability associated with individual values
counts
A continuous random variable:
has an uncountably infinite number of possible values
moves continuously from value to value
has no measurable probability associated with each value
measures (e.g.: height, weight, speed, value, duration, length)
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
10. Rules of Discrete Probability
Distributions
Slide 10
The probability distribution of a discrete
random variable X must satisfy the following
two conditions.
1. P(x) 0 for all values of x.
2.
P(x) 1
all x
Corollary: 0 P( X ) 1
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
11. Cumulative Distribution
Function
Slide 11
The cumulative distribution function, F(x), of a discrete
random variable X is:
F(x) P( X x)
P(i)
all i x
P(x)
0.1
0.2
0.3
0.2
0.1
0.1
F(x)
0.1
0.3
0.6
0.8
0.9
1.0
1
Cumulative Prob ability Distribution of the Numb er of Switche s
1 .0
0 .9
0 .8
0 .7
F(x)
x
0
1
2
3
4
5
0 .6
0 .5
0 .4
0 .3
0 .2
0 .1
0 .0
0
1
2
3
4
5
x
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
12. Cumulative Distribution
Function
Slide 12
The probability that at most three switches will occur:
The P ro b a bility Tha t at Mo s t T hre e S witc he s W ill O c c ur
P(x)
0.1
0.2
0.3
0.2
0.1
0.1
F(x)
0.1
0.3
0.6
0.8
0.9
1.0
0 .4
P( X 3) F(3)
0 .3
P (x)
x
0
1
2
3
4
5
0 .2
0 .1
1
0 .0
0
1
2
3
4
5
x
Note: P(X < 3) = F(3) = 0.8 = P(0) + P(1) + P(2) + P(3)
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
13. Using Cumulative Probability
Distributions (Figure 3-8)
Slide 13
The probability that more than one switch will occur:
The Probability That More than One Switch Will Occur
P(x)
0.1
0.2
0.3
0.2
0.1
0.1
F(x)
0.1
0.3
0.6
0.8
0.9
1.0
0 .4
0 .3
P ( x)
x
0
1
2
3
4
5
P( X 1 1 F(1
)
)
F(1
)
0 .2
0 .1
1
0 .0
0
1
2
3
4
5
x
Note: P(X > 1) = P(X > 2) = 1 – P(X < 1) = 1 – F(1) = 1 – 0.3 = 0.7
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
14. Using Cumulative Probability
Distributions (Figure 3-9)
Slide 14
The probability that anywhere from one to three
switches will occur:
The Probability That Anywhere from One to Three Switches Will Occur
P(x)
0.1
0.2
0.3
0.2
0.1
0.1
F(x)
0.1
0.3
0.6
0.8
0.9
1.0
1
0 .4
F(1 X 3) F(3) F(0)
F(3)
0 .3
P (x)
x
0
1
2
3
4
5
0 .2
F(0)
0 .1
0 .0
0
1
2
3
4
5
x
Note: P(1 < X < 3) = P(X < 3) – P(X < 0) = F(3) – F(0) = 0.8 – 0.1 = 0.7
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
15. 3-2 Expected Values of Discrete
Random Variables
The mean of a probability distribution is a
measure of its centrality or location, as is the
mean or average of a frequency distribution. It is
a weighted average, with the values of the
random variable weighted by their probabilities.
0
1
2
3
Slide 15
4
5
2.3
The mean is also known as the expected value (or expectation) of a random
variable, because it is the value that is expected to occur, on average.
The expected value of a discrete random
variable X is equal to the sum of each
value of the random variable multiplied by
its probability.
m E ( X ) xP ( x )
x
P(x)
xP(x)
0
0.1
0.0
1
0.2
0.2
2
0.3
0.6
3
0.2
0.6
4
0.1
0.4
5
0.1
0.5
1.0
2.3 = E(X) = m
all x
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
16. A Fair Game
Slide 16
Suppose you are playing a coin toss game in which you are
paid $1 if the coin turns up heads and you lose $1 when the
coin turns up tails. The expected value of this game is E(X) =
0. A game of chance with an expected payoff of 0 is called a
fair game.
x P(x) xP(x)
-1 0.5
-0.50
1 0.5
0.50
1.0
0.00 = E(X)=m
-1
0
1
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
17. Expected Value of a Function of
a Discrete Random Variables
Slide 17
The expected value of a function of a discrete random variable X is:
E [ h ( X )] h ( x ) P ( x )
all x
Example 3-3: Monthly sales of a certain
product are believed to follow the given
probability distribution. Suppose the
company has a fixed monthly production
cost of $8000 and that each item brings
$2. Find the expected monthly profit
h(X), from product sales.
E [ h ( X )] h ( x ) P ( x ) 5400
all x
of items, x
5000
6000
7000
8000
9000
Number
P(x) xP(x)
h(x) h(x)P(x)
0.2 1000 2000
400
0.3 1800 4000
1200
0.2 1400 6000
1200
0.2 1600 8000
1600
0.1
900 10000
1000
1.0 6700
5400
Note: h(X) = 2X – 8000 where X = # of items sold
The expected value of a linear function of a random variable is:
E(aX+b)=aE(X)+b
In this case: E(2X8000)2E(X)8000(2)(6700)80005400
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
18. Variance and Standard Deviation
of a Random Variable
Slide 18
The variance of a random variable is the expected
squared deviation from the mean:
s
2
V ( X ) E [( X m ) 2 ]
(x m ) 2 P(x)
a ll x
E ( X 2 ) [ E ( X )] 2 x 2 P ( x ) xP ( x )
a ll x
a ll x
2
The standard deviation of a random variable is the
square root of its variance:
s SD( X ) V ( X )
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
19. Variance and Standard Deviation of a Slide 19
Random Variable – using Example 3-2
s 2 = V ( X ) = E[( X - m)2 ]
Table 3-8
Switches, x
0
1
2
3
4
5
m
Recall:
P(x)
0.1
0.2
0.3
0.2
0.1
0.1
Number of
xP(x) (x-m)
(x-m)2 P(x-m)2
0.0
-2.3
5.29
0.529
0.2
-1.3
1.69
0.338
0.6
-0.3
0.09
0.027
0.6
0.7
0.49
0.098
0.4
1.7
2.89
0.289
0.5
2.7
7.29
0.729
2.3
2.010
= 2.3.
x2P(x)
0.0
0.2
1.2
1.8
1.6
2.5
7.3
= å ( x - m)2 P( x) = 2.01
all x
= E( X 2 ) - [ E( X )]2
2
é
ù é
ù
= ê å x2 P( x)ú - ê å xP( x)ú
ëall x
û ëall x
û
= 7.3 - 2.32 = 2.01
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
20. Variance of a Linear Function of a
Random Variable
Slide 20
The variance of a linear function of a random variable is:
V(a X b) a2V( X) a2s2
Example 3-3:
Number
of items, x P(x) xP(x)
x2 P(x)
5000
0.2 1000 5000000
6000
0.3 1800 10800000
7000
0.2 1400 9800000
8000
0.2 1600 12800000
9000
0.1
900 8100000
1.0 6700
46500000
s2 V(X)
E ( X 2 ) [ E ( X )]2
2
2
x P( x ) xP( x )
all x
all x
46500000 ( 67002 ) 1610000
s SD( X ) 1610000 1268.86
V (2 X 8000) (2 2 )V ( X )
( 4)(1610000) 6440000
s ( 2 x 8000) SD(2 x 8000)
2s x (2)(1268.86) 2537.72
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
21. Some Properties of Means and
Variances of Random Variables
Slide 21
The mean or expected value of the sum of random variables
is the sum of their means or expected values:
m( XY) E( X Y) E( X) E(Y) mX mY
For example: E(X) = $350 and E(Y) = $200
E(X+Y) = $350 + $200 = $550
The variance of the sum of independent random variables is
the sum of their variances:
s 2 ( X Y ) V ( X Y) V ( X ) V (Y) s 2 X s 2 Y
if and only if X and Y are independent.
For example: V(X) = 84 and V(Y) = 60
V(X+Y) = 144
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
22. Chebyshev’s Theorem Applied to
Probability Distributions
Slide 22
Chebyshev’s Theorem applies to probability distributions just
as it applies to frequency distributions.
For a random variable X with mean m, standard deviation s,
and for any number k > 1:
1
P( X m ks) 1 2
k
1
At
least
1
1 3
1 75%
2
4 4
2
1
1 8
1 2 1 89%
9 9
3
1
1 15
1 2 1
94%
16 16
4
2
Lie
within
3
4
Standard
deviations
of the mean
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
23. Using the Template to Calculate
statistics of h(x)
Slide 23
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
24. 3-3 Bernoulli Random Variable
Slide 24
• If an experiment consists of a single trial and the outcome of the
trial can only be either a success* or a failure, then the trial is
called a Bernoulli trial.
• The number of success X in one Bernoulli trial, which can be 1 or
0, is a Bernoulli random variable.
• Note: If p is the probability of success in a Bernoulli experiment,
the E(X) = p and V(X) = p(1 – p).
* The
terms success and failure are simply statistical terms, and do not have positive or
negative implications. In a production setting, finding a defective product may be termed
a “success,” although it is not a positive result.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
25. The Binomial Random Variable
Slide 25
Consider a Bernoulli Process in which we have a sequence of n identical
trials satisfying the following conditions:
1. Each trial has two possible outcomes, called success *and failure.
The two outcomes are mutually exclusive and exhaustive.
2. The probability of success, denoted by p, remains constant from trial
to trial. The probability of failure is denoted by q, where q = 1-p.
3. The n trials are independent. That is, the outcome of any trial does
not affect the outcomes of the other trials.
A random variable, X, that counts the number of successes in n Bernoulli
trials, where p is the probability of success* in any given trial, is said to
follow the binomial probability distribution with parameters n (number
of trials) and p (probability of success). We call X the binomial random
variable.
* The terms success and failure are simply statistical terms, and do not have positive or negative implications. In a
production setting, finding a defective product may be termed a “success,” although it is not a positive result.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
26. Binomial Probabilities
(Introduction)
Slide 26
Suppose we toss a single fair and balanced coin five times in succession,
and let X represent the number of heads.
There are 25 = 32 possible sequences of H and T (S and F) in the sample space for this
experiment. Of these, there are 10 in which there are exactly 2 heads (X=2):
HHTTT HTHTH HTTHT HTTTH THHTT THTHT THTTH TTHHT TTHTH TTTHH
The probability of each of these 10 outcomes is p3q3 = (1/2)3(1/2)2=(1/32), so the
probability of 2 heads in 5 tosses of a fair and balanced coin is:
P(X = 2) = 10 * (1/32) = (10/32) = .3125
10
(1/32)
Number of outcomes
with 2 heads
Probability of each
outcome with 2 heads
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
27. Binomial Probabilities (continued)
Slide 27
P(X=2) = 10 * (1/32) = (10/32) = .3125
Notice that this probability has two parts:
10
(1/32)
Number of outcomes
with 2 heads
Probability of each
outcome with 2 heads
In general:
1. The probability of a given sequence
of x successes out of n trials with
probability of success p and
probability of failure q is equal to:
pxq(n-x)
2. The number of different sequences of n trials that
result in exactly x successes is equal to the number
of choices of x elements out of a total of n elements.
This number is denoted:
n!
n
nCx
x x!( n x)!
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
28. The Binomial Probability
Distribution
The binomial probability distribution:
n!
n x ( n x )
P( x) p q
px q ( n x)
x!( n x)!
x
where :
p is the probability of success in a single trial,
q = 1-p,
n is the number of trials, and
x is the number of successes.
N u m b er o f
su ccesses, x
0
1
2
3
n
Slide 28
P ro b ab ility P (x )
n!
p 0 q (n 0)
0 !( n 0 ) !
n!
p 1 q ( n 1)
1 !( n 1 ) !
n!
p 2 q (n 2)
2 !( n 2 ) !
n!
p 3 q (n 3)
3 !( n 3 ) !
n!
p n q (n n)
n !( n n ) !
1 .0 0
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
29. The Cumulative Binomial
Probability Table (Table 1,
Appendix C)
Slide 29
n=5
p
x
0.01
0.05
0.10
0.20
0.30
0.40
0.50
0.60
0.70
0.80
0.90
0.95
0.99
0
.951
.774
.590
.328
.168
.078
.031
.010
.002
.000
.000
.000
.000
1
.999
.977
.919
.737
.528
.337
.187
.087
.031
.007
.000
.000
.000
2
1.000
.999
.991
.942
.837
.683
.500
.317
.163
.058
.009
.001
.000
3
1.000
1.000
1.000
.993
.969
.913
.813
.663
.472
.263
.081
.023
.001
4
1.000
1.000
1.000
1.000
.998
.990
.969
.922
.832
.672
.410
.226
.049
h
F(h)
P(h)
0
0.031 0.031
1
0.187 0.156
2
0.500 0.313
3
0.813 0.313
4
0.969 0.156
5
1.000 0.031
1.000
Cumulative Binomial
Probability Distribution and
Binomial Probability
Distribution of H,the
Number of Heads
Appearing in Five Tosses of
a Fair Coin
Deriving Individual Probabilities
from Cumulative Probabilities
F (x ) P ( X x )
P(i )
all i x
P(X) = F(x) - F(x - 1)
For example:
P (3) F (3) F (2)
.813 .500
.313
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
30. Calculating Binomial
Probabilities Example
Slide 30
60% of Brooke shares are owned by LeBow. A random sample
of 15 shares is chosen. What is the probability that at most
three of them will be found to be owned by LeBow?
n=15
0
1
2
3
4
...
.50
.000
.000
.004
.018
.059
...
p
.60
.000
.000
.000
.002
.009
...
.70
.000
.000
.000
.000
.001
...
F (x ) P ( X x )
P (i )
all i x
F ( 3) P ( X 3) .002
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
31. Mean, Variance, and Standard Slide 31
Deviation of the Binomial Distribution
Mean of a binomial distribution:
m E ( X ) np
For example, if H counts the number of
heads in five tosses of a fair coin :
Variance of a binomial distribution:
m E ( H ) (5)(.5) 2.5
H
s V ( X ) npq
2
s V ( H ) (5)(.5)(.5) 1.25
2
H
Standard deviation of a binomial distribution:
s = SD(X) = npq
s SD( H ) 1.25 1.118
H
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
32. Calculating Binomial Probabilities
using the Template
Slide 32
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
33. Shape of the Binomial
Distribution
p 0.1
Slide 33
p 0.3
Binomial Probability: n=4 p=0.1
p 0.5
Binomial Probability: n=4 p=0.3
Binomial Probability: n=4 p=0.5
0.6
0.5
0.5
0.4
0.4
0.4
0.3
P(x)
0.6
0.5
P(x)
0.7
0.6
n4
0.7
P(x)
0.7
0.3
0.2
0.2
0.1
0.1
0.0
0.2
0.1
0.0
0
1
2
3
0.3
0.0
4
0
1
2
x
3
4
0
Binomial Probability: n=10 p=0.1
Binomial Probability: n=10 p=0.3
4
0.4
0.4
0.3
0.3
0.3
P(x)
0.5
P(x)
P(x)
3
Binomial Probability: n=10 p=0.5
0.5
0.4
0.2
0.2
0.2
0.1
0.1
0.1
0.0
0.0
0
1
2
3
4
5
6
7
8
9 10
0.0
0
1
2
3
4
5
6
7
8
0
9 10
x
Binomial Probability: n=20 p=0.3
1
2
x
Binomial Probability: n=20 p=0.1
0.1
4
5
x
6
7
8
9 10
P(x)
0.2
0.1
0.0
3
Binomial Probability: n=20 p=0.5
0.2
P(x)
0.2
P(x)
n 20
2
x
0.5
n 10
1
x
0.1
0.0
0.0
0 1 2 3 4 5 6 7 8 9 1011121314151617181920
0 1 2 3 4 5 6 7 8 9 1011121314151617181920
0 1 2 3 4 5 6 7 8 9 1011121314151617181920
x
x
x
Binomial distributions become more symmetric as n increases and as p
.5.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
34. 3-5 Negative Binomial
Distribution
Slide 34
The negative binomial distribution is useful for determining the probability of the
number of trials made until the desired number of successes are achieved in a
sequence of Bernoulli trials. It counts the number of trials X to achieve the
number of successes s with p being the probability of success on each trial.
Negative Binomial Distribution :
P( X x)
( )
x 1
s 1
s
p (1 p )
( x s)
The mean is : m
s
p
The variance is : s
2
s (1 p )
p2
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
35. Negative Binomial Distribution Example
Example:
Suppose that the probability of a
manufacturing
process
producing a defective item is
0.05. Suppose further that the
quality of any one item is
independent of the quality of
any other item produced. If a
quality control officer selects
items at random from the
production line, what is the
probability
that the first
defective item is the eight item
selected.
Slide 35
Heres = 1, x = 8, and p = 0.05. Thus,
8 1
P( X 8)
0.05 (1 0.05)
1 1
0.0349
1
( 81 )
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
36. Calculating Negative Binomial
Probabilities using the Template
Slide 36
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
37. 3-6 The Geometric Distribution
Slide 37
Within the context of a binomial experiment, in which the outcome of each of n
independent trials can be classified as a success (S) or a failure (F), the
geometric random variable counts the number of trials until the first success..
Geometric distribution:
x1
P ( x ) pq
where x = 1,2,3, . . . and p and q are the binomial parameters.
The mean and variance of the geometric distribution are:
m
1
p
s
2
q
2
p
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
38. The Geometric Distribution Example
Slide 38
Example:
A recent study indicates that Pepsi-Cola
has a market share of 33.2% (versus
40.9% for Coca-Cola). A marketing
research firm wants to conduct a new
taste test for which it needs Pepsi
P(1) (.332)(.668)(11) 0332
.
drinkers. Potential participants for the
( 21)
test are selected by random screening of P(2) (.332)(.668)
0222
.
soft drink users to find Pepsi drinkers.
P(3) (.332)(.668)( 31) 0148
.
What is the probability that the first
( 41)
0.099
randomly selected drinker qualifies? P( 4) (.332)(.668)
What’s the probability that two soft drink
users will have to be interviewed to find
the first Pepsi drinker? Three? Four?
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
40. 3-7 The Hypergeometric
Distribution
Slide 40
The hypergeometric probability distribution is useful for determining the
probability of a number of occurrences when sampling without replacement. It
counts the number of successes (x) in n selections, without replacement, from a
population of N elements, S of which are successes and (N-S) of which are failures.
H ypergeom etric D istribution: The mean of the hypergeometric distribution is: m np , where p
X n x
N
n
S
P(x)
N S
The variance is: s
2
N n npq
N 1
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
S
N
41. The Hypergeometric Distribution Example
Example:
Suppose that automobiles arrive at a
dealership in lots of 10 and that for
time and resource considerations,
only 5 out of each 10 are inspected
for safety. The 5 cars are randomly
chosen from the 10 on the lot. If 2
out of the 10 cars on the lot are below
standards for safety, what is the
probability that at least 1 out of the 5
cars to be inspected will be found not
meeting safety standards?
()
( )( )
() ()
( )
( ) ( ) ( )( )
() ()
(10 2)
1 (5 1)
2
P (1)
2
4
10
5
2
10 2
1
5 2
2
2!
3
10
10
5
1! 1! 4 ! 4 !
5
0.556
9
5! 5!
8
1
8!
10 !
10
5
P( 2)
2!
8
1
Slide 41
5
8!
1! 1! 3 ! 5!
10 !
2
9
5! 5!
Thus, P(1) + P(2) =
0.556 + 0.222 = 0.778.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
0.222
43. 3-8 The Poisson Distribution
Slide 43
The Poisson probability distribution is useful for determining the probability of a
number of occurrences over a given period of time or within a given area or
volume.
That is, the Poisson random variable counts occurrences over a
continuous interval of time or space. It can also be used to calculate approximate
binomial probabilities when the probability of success is small (p£0.05) and the
number of trials is large (n³20).
Poisson D istribution :
m xe m
P( x)
for x = 1,2,3,...
x!
where m is the mean of the distribution (which also happens to be the variance) and
e is the base of natural logarithms (e=2.71828...).
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
44. The Poisson Distribution Example
Example 3-5:
Telephone manufacturers now offer 1000
different choices for a telephone (as combinations
of color, type, options, portability, etc.). A
company is opening a large regional office, and
each of its 200 managers is allowed to order his
or her own choice of a telephone. Assuming
independence of choices and that each of the
1000 choices is equally likely, what is the
probability that a particular choice will be made
by none, one, two, or three of the managers?
Slide 44
.2 0 e - .2
P ( 0) =
= 0.8187
0! .2
.21 e P (1) =
= 0.1637
1! - .2
.2 2 e
P (2) =
= 0.0164
2 !- .2
.2 3 e
P ( 3) =
= 0.0011
3!
n = 200 m = np = (200)(0.001) = 0.2
p = 1/1000 = 0.001
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
45. Slide 45
Calculating Poisson Distribution
Probabilities using the Template
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
46. The Poisson Distribution
(continued)
•
Slide 46
Poisson assumptions:
The probability that an event will occur in a
short interval of time or space is proportional
to the size of the interval.
In a very small interval, the probability that two
events will occur is close to zero.
The probability that any number of events will
occur in a given interval is independent of
where the interval begins.
The probability of any number of events
occurring over a given interval is independent
of the number of events that occurred prior to
the interval.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
47. The Poisson Distribution
(continued)
m =1.5
m =1.0
0.4
0.3
0.3
)
P( x
0.4
P(x)
Slide 47
0.2
0.1
0.2
0.1
0.0
0.0
0
1
2
3
4
0
1
2
3
4
X
m =4
5
6
7
X
m =10
0.2
0.15
P (x)
P(x)
0.10
0.1
0.05
0.0
0.00
0
1
2
3
4
5
X
6
7
8
9
10
0 1 2 3 4 5 6 7 8 9 1011121314151617181920
X
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
48. Discrete and Continuous
Random Variables - Revisited
• A continuous random variable:
• A discrete random variable:
– measures (e.g.: height, weight,
–
–
possible values
has discrete jumps between
successive values
has measurable probability
associated with individual values
probability is height
For example:
Binomial
n=3 p=.5
P(x)
0.125
0.375
0.375
0.125
1.000
0.4
0.3
P(x
)
x
0
1
2
3
Binomial: n=3 p=.5
0.2
0.1
0.0
0
1
2
C1
3
–
–
–
–
speed, value, duration, length)
has an uncountably infinite
number of possible values
moves continuously from value to
value
has no measurable probability
associated with individual values
probability is area
For example:
In this case,
the
shaded
area epresents
the probability
that the task
takes between
2
and
3
minutes.
Minute s to Co mplete Tas k
0.3
0.2
P(x)
– counts occurrences
– has a countable number of
–
Slide 48
0.1
0.0
1
2
3
4
Minutes
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
5
6
49. From a Discrete to a Continuous
Distribution
Slide 49
The time it takes to complete a task can be subdivided into:
Half-Minute Intervals
Eighth-Minute Intervals
Quarter-Minute Intervals
M
inutes to Complete Task: Fourths of a Minute
Minute s to Complete Task: By Half-Minute s
M
inutes to Complete Task: Eighths of a M
inute
0.15
P(x)
P(x)
P(x)
0.10
0.05
0.00
0.01.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0 6.5
.
0
M
inutes
1
2
3
4
5
6
7
0
1
2
Minute s
3
4
5
6
7
M
inutes
Or even infinitesimally small intervals:
f(z)
Minutes to Complete Task: Probability Density Function
0
1
2
3
4
5
6
When a continuous random variable has been subdivided into
infinitesimally small intervals, a measurable probability can
only be associated with an interval of values, and the
probability is given by the area beneath the probability density
function corresponding to that interval. In this example, the
shaded area represents P(2 £ X £ 3).
7
Minutes
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
50. 3-9 Continuous Random
Variables
Slide 50
A continuous random variable is a random variable that can take on any value in an
interval of numbers.
The probabilities associated with a continuous random variable X are determined by the
probability density function of the random variable. The function, denoted f(x), has the
following properties.
1.
2.
3.
f(x) ³ 0 for all x.
The probability that X will be between two numbers a and b is equal to the area
under f(x) between a and b.
The total area under the curve of f(x) is equal to 1.00.
The cumulative distribution function of a continuous random variable:
F(x) = P(X £ x) =Area under f(x) between the smallest possible value of X (often -¥) and
the point x.
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
51. Probability Density Function and
Cumulative Distribution Function
F(x)
1
F(b)
F(a)
0
f(x)
}
a
b
Slide 51
P(a £ X £ b)=F(b) - F(a)
x
P(a £ X £ b) = Area under
f(x) between a and b
= F(b) - F(a)
0
a
b
x
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
52. 3-10 Uniform Distribution
Slide 52
The uniform [a,b] density:
{
1/(a – b) for a £ X £ b
f(x)=
0 otherwise
E(X) = (a + b)/2; V(X) = (b – a)2/12
f(x)
Uniform [a, b]
Distribution
The entire area under f(x) =
1/(b – a) * (b – a) = 1.00
The area under f(x) from a1 to
b1 = P(a1£X£ b1)
a a
1
x
b
1
b
= (b1 – a1)/(b – a)
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
53. Uniform Distribution (continued)
Slide 53
The uniform [0,5] density:
{
1/5 for 0 £ X £ 5
f(x)=
0 otherwise
E(X) = 2.5
The entire area under
f(x) = 1/5 * 5 = 1.00
Uniform [0,5] Distribution
0.5
0.4
f(x)
0.3
The area under f(x) from 1 to 3
= P(1£X£3)
0.2
0.1
.0.0
-1
0
1
2
3
4
5
6
x
= (1/5)2 = 2/5
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
54. Slide 54
Calculating Uniform Distribution
Probabilities using the Template
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
55. 3-11 Exponential Distribution
Slide 55
E xp o n e ntial Dis trib utio n: l = 2
The exponential random variable measures
the time between two occurrences that have
a Poisson distribution.
2
Exponential distribution:
f(x)
The density function is:
f (x) lelx for x 0, l 0
1
1
The mean and standard deviation are both equal to .
l
The cumulative distribution function is:
F(x) 1 elx for x 0.
0
0
1
2
3
Time
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
56. Exponential Distribution Example
Slide 56
Example
The time a particular machine operates before breaking down (time between
breakdowns) is known to have an exponential distribution with parameter l = 2. Time is
measured in hours. What is the probability that the machine will work continuously for
at least one hour? What is the average time between breakdowns?
F (x ) = 1 - e - l x Þ P( X ³ x ) = e - l x
P ( X ³ 1) = e ( - 2 )(1)
=.1353
E(X ) =
1 1
= =.5
l 2
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
57. Slide 57
Calculating Exponential Distribution
Probabilities using the Template
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer
58. Slide 58
Name
Religion
Domicile
Contact #
E.Mail
M.Phil (Statistics)
Shakeel Nouman
Christian
Punjab (Lahore)
0332-4462527. 0321-9898767
[email protected][email protected]
GC University, .
(Degree awarded by GC University)
M.Sc (Statistics)
Statitical Officer
(BS-17)
(Economics & Marketing
Division)
GC University, .
(Degree awarded by GC University)
Livestock Production Research Institute
Bahadurnagar (Okara), Livestock & Dairy Development
Department, Govt. of Punjab
Random Variables By Shakeel Nouman M.Phil Statistics Govt. College University Lahore, Statistical Officer