Statistics 1 Dersi 5. Ünite Sorularla Öğrenelim

Variability Measures

1. Soru

Define probability distribution.

Cevap

The probability distribution of a discrete random variable is a list of odds associated with each of its possible values. It is also called the probability function or the probability mass function. Basically we can define probability function as a rule that assigns probabilities to the values of random variables. For a discrete random variable X, probability function (probability mass function) must satisfy the following properties,

  1. The probability of each value of the discrete random variable X must be between or equal to 0 and 1. 0 ? P (X = x) ? 1 for all
  2. The sum of the probabilities of each outcome of the random variable must equal to 1.

2. Soru

Is the following function satisfy the conditions to be a probability distribution?

X=x 1 2 3 4
P(X=x) 0,2 0,1 0,4 0,4
Cevap

No. For all X it satisfies 0 ? P (X = x) ? 1 but the sum of P(X=x)=0,2+0,1+0,4+0,4=1,1>1. So it is not a probability distribution function.


3. Soru

Define cumulative distribution function.

Cevap

Cumulative distribution function (CDF) of a discrete random variable X, denoted by F (x) and defined as,F(x)=P(X?x)=xi?x?P(X=xi)This expression for cumulative distribution function implies that it’s a cumulative probability value for random variables which are less than or equal to specific random value of xi . Through the definition of CDF, it also supplies probability values through utilizing probability mass function.For a discrete random variable X, CDFF (X) the following properties are shown.

  1. 0 ?F (x) ? 1 and
  2. If x1 ? x2 then F (x1) ? F (x2)

4. Soru

Find the cumulative distribution function for the following probability distribution.

X=x 1 2 3 4
P(X=x) 0,2 0,1 0,4 0,3
Cevap

X X<1 0?X<1 1?X<2 2?X<3 3?X<4 X?4
F(x) 0 0,2 0,3 0,7 1 1


5. Soru

Assume that P(X=x)=x/10 for X=,1,2,3,4. Find P(2?X<4)

Cevap

P(2?X<4)=P(X=2)+P(X=3)=2/10+3/10=0.5


6. Soru

Calculate the mean and variance for random discrete variable X which has the following distribution:

X=x 1 2 3 4
P(X=x) 0.20 0.10 0.40 0.30
Cevap

          Total
X=x 1 2 3 4  
P(X=x) 0.20 0.10 0.40 0.30  
X*P(X=x) 0.20 0.20 1.20 1.20 2.8 (Mean)
X-Mean -1.8 -0.8 0.2 1.2  
Square(X-Mean) 3.24 0.64 0.04 1.44 5.36
P(X=x)*Square(X-Mean) 0.648 0.064 0.016 0.432 1.16 (Variance)


7. Soru

Define the binomial distribution.

Cevap

Binomial distribution is a widely employed discrete probability distribution in statistics where a set of independent observations constitutes exactly two disjoint outcomes of a trial. Therefore in binomial distribution, an outcome of a random experiment can be classified under two different categories. For example, when a die is tossed once we observe six different numbers, that is x = 1, 2, 3, 4, 5 and 6. If we classified these outcomes as even or odd numbers then we will get two different outcomes.


8. Soru

What is a Bernoulli trial, which properties does it have?

Cevap

A random experiment (trial) with only two possible outcomes is frequently used and called a Bernoulli trial with the following properties:

  1. Each trial has only two possible outcomes, such as head and tail, 0 and 1 or success and failure.
  2. The trials are independent experiments.
  3. The probability of success, denoted by and the probability of failure, denoted by remains constant for all trials (p + q = 1).

9. Soru

What is the mean and variance of a binomial distribution?

Cevap

The mean (µ) and variance (?2) of the binomial random variable X ~Binomal (n, p) can be calculated from these formulas

µ = E (x) = np and ?2 =V (X) = np (1 - p)


10. Soru

A coin is flipped 4 times. What is the probability of getting at least 3 heads?

Cevap

At least 3 heads means 3 heads or 4 heads. Thus we have to calculate:

P(H=3)+P(H=4)

P(H=4)=C(4,4)0.540.50=1/16

P(H=3)=C(4,3)0.530.51=4/16

P(H=3)+P(H=4)=1/16+4/16=5/16


11. Soru

The probability of a student passing statistics course is 60 %. If 4 students take the statistics course what is the probability of at most 2 students being succesfull?

Cevap

P(X ? 2)=P(X=0)+P(X=1)+P(X=2)

P(X=0)=C(4,0)*0.60*0.44=0.0256

P(X=1)=C(4,1)*0.61*0.43=0.1536

P(X=2)=C(4,2)*0.62*0.42=0.3456

so:

P(X ? 2)=P(X=0)+P(X=1)+P(X=2)=0.0256+0.1536+0.3456=0.5248


12. Soru

The probability rain in spring in any day is 80 %. What is the probability of 2 rainy days out of 3 days randomly choosen in spring season?

Cevap

P(X=2)=C(3,2)*0.82*0.21=3*0.64*0.2=0.384=38.4%


13. Soru

In which cases do we use Poisson distribution?

Cevap

The Poisson distribution is widely used for discrete probability distribution which is used to model the number of outcomes occurring during a specified time interval or in a definite region. Here, the time interval indicates any length, for instance an hour, a day, or a month. Also, the definite region term means that a piece of line segment, an acre, size of a football field, a volume.


14. Soru

What are the mean and variance of the Poisson distribution?

Cevap

The mean (µ) and variance (?2) of a Poisson random variable X ~ Poisson (?) with parameter ? can be calculated using the following formulas,

µ = E (x) = ?

?2 = V (X) = ?


15. Soru

An autopark receives 5 automobiles per hour in average. What is the probability of at most 2 automobiles entering that autopark in an hour?

Cevap

P(X ? 2)=P(X=0)+P(X=1)+P(X=2)

for ?=5

P(X=0)=(e-5*50)/0!=0.0067

P(X=1)=(e-5*51)/1!=0.0337

P(X=2)=(e-5*52)/2!=0.0842

So:

P(X ? 2)=P(X=0)+P(X=1)+P(X=2)=0.124


16. Soru

What is the difference between hypergeometric distribution and binomial distribution? In which area is hypergeometric disttribution used?

Cevap

In binomial distribution the sampling process is carried out with replacement. On the other hand hypergeometric distribution doesn’t involve with independence assumption for each trial and accordingly the sampling process is established on without replacement. Because of these features, hypergeometric distribution is broadly used in various real life applications especially for acceptance sampling in quality control


Bahar Dönemi Dönem Sonu Sınavı
25 Mayıs 2024 Cumartesi