Question
Question: How can you estimate the parameters of a normal distribution?...
How can you estimate the parameters of a normal distribution?
Solution
In this question we will first write the general probability density function abbreviated as pdf for the normal function and then look at all the parameters which are required to get the probability. We will then see a random sample and then derive the formulas which are required to get the parameters of a normal distribution.
Complete step-by-step answer:
The normal distribution has a probability density function as:
f(x)=2πσ21e−2σ2(x−μ), where μis the mean of the distribution and σ is the standard deviation of the distribution.
Now in the probability density function we have π and e which are constant values and not variables.
Since there are no other variables, the mean μ and the standard deviation σ are the two parameters which are required to get the value of f(x).
Now when we have a random sample with elements, the mean can be calculated as:
μ=nx1+x2+x3+.....+xn
And the standard deviation of the sample can be calculated as:
σ=n(x1−μ)2+(x2−μ)2+(x3−μ)2+....+(xn−μ)2
Now on calculating these two values they can be substituted in the probability density function of the normal distribution to get the required solution.
Note: It is to be remembered that the mean of the sample is also called as the average of the sample. Standard deviation represents how much the data varies from each other in a given sample, the less the variance implies that the sample is more uniformly spread. There also exist other types of probability density functions like the Bernoulli distribution, Poisson distribution, Binomial distribution etc.