Estimate Standard Deviation of Mean Average w/ Maximum Likelihood

AI Thread Summary
To estimate the standard deviation for the mean average of a Poisson distribution using maximum likelihood, the likelihood function is graphed to find the maximum value. The variance of the maximum likelihood estimator is calculated as the square of the estimated mean divided by the sample size. The standard deviation is then the square root of this variance. A deviation of one unit from the mean average corresponds to a change of -2*ln(L) in the likelihood function, confirming that the difference between estimated mean averages indicates the standard deviation. This method effectively provides a valid estimate for the standard deviation in this context.
Thinkmarble
Messages
6
Reaction score
0
How do I estimate the standart deviation for the mean average of an poisson-distribution ?
The mean average was estimated with the maximum-likelihood method by graphing the likelihood in dependence of the mean average, then just reading off the value for which the likelihood became maximal.
Up to this point I had not problem.
But I also have to determine the standard deviation for my estimation of the mean average.
And that is where I run into problems.
I'm told that "by an deviation from (...) the mean average of the standart deviation the -2*ln(L) function increases by one unit compared with the minimum".
If I understand that correctly:
Minimum of the log-likelihood is 100 at an mean average of a.
At an mean average of b my log-likelihood has the value 101(99).
So my standart deviation is a-b.

Is this interpretation correct ?
 
Physics news on Phys.org
Thinkmarble said:
How do I estimate the standart deviation for the mean average of an poisson-distribution ?
The mean average was estimated with the maximum-likelihood method by graphing the likelihood in dependence of the mean average, then just reading off the value for which the likelihood became maximal.
Up to this point I had not problem.
But I also have to determine the standard deviation for my estimation of the mean average.
And that is where I run into problems.
I'm told that "by an deviation from (...) the mean average of the standart deviation the -2*ln(L) function increases by one unit compared with the minimum".
If I understand that correctly:
Minimum of the log-likelihood is 100 at an mean average of a.
At an mean average of b my log-likelihood has the value 101(99).
So my standart deviation is a-b.

Is this interpretation correct ?
Not exactly clear what you're trying to say. For traditional approaches to Maximum Likelihood Estimators, the Likelihood Function "L(θ)" is obtained, and the Variance of the Maximum Likelihood Estimator \mathbf{\hat{\theta}} is given by:

1: \ \ \ \ \ Var(\mathbf{\hat{\theta}}) \ = \ \left ( - \, \frac{d^{2}L(\theta) } {d \theta^{2}} \right )^{\mathbf{-1}}_{\mathbf{ \theta = \hat{\theta}} }

Thus, for the Poisson Distribution with Log Likelihood Function "logL(λ)" (and using the fact that the Maximum Likelihood Estimator of "\lambda" is {\hat{\lambda} = \overline{x}}:

2: \ \ \ \ \ \ Var(\hat{\lambda}) \ = \ Var(\overline{x}}) \ = \ \frac {(\hat{\lambda})^{2}} {\sum_{i=1}^{n} \, x_{i} } \ = \ \frac {(\bar{x})^{2}} {n \bar{x} } \ = \ \frac { \overline x} {n}

Thus, for the Poisson Distribution, the Variance of "(\overline{x})" is estimated by dividing the value of "(\overline{x})" by the sample size "n". Remember that the Standard Deviation will be the Sqrt of the Variance.

(Note: FYI, recall for the Poisson Distribution, we have {λ = μ = σ2}).


~~
 
Last edited:



Yes, your interpretation is correct. The standard deviation for the mean average of a Poisson distribution can be estimated using the maximum likelihood method. This is done by graphing the likelihood function in terms of the mean average and finding the value that maximizes the likelihood. This value will be the estimated mean average. To determine the standard deviation, you can use the fact that a deviation of one unit from the mean average will result in a change of -2*ln(L) in the likelihood function. This means that the difference between the estimated mean average and the true mean average is equal to the standard deviation. In your example, if the minimum of the log-likelihood is at a mean average of a=100 and at a mean average of b=101, the standard deviation would be 1. This approach is a valid way to estimate the standard deviation for the mean average of a Poisson distribution.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top