Determining Bias of MLE of k in Poisson RP

  • Thread starter Thread starter ACM_acm
  • Start date Start date
  • Tags Tags
    Mle Poisson
ACM_acm
Messages
4
Reaction score
0
Poisson RP: MLE of "k"

P(n,tau) = [ [ (k*tau)^n ] / n! ] * exp(-k*tau)

Parameter k is the process of an unknown non random variable that I want to estimate.

I have determined that k^ML = [1 / (n*tau) ] sigma (xi)

I believe this is correct...

How do I determine if K^ML is biased?
 
Physics news on Phys.org


k^ML is unbiased if E[k^ML] = k, otherwise it is biased.

Hint: since each x is distributed Poisson with mean = k, ∑x is distributed Poisson with mean = Nk, where N is the number of x's.
 
Last edited:
Poisson Random Process, Sufficient Statistic

OK - I think I understand you...I would like to rewrite the problem using the LATEX symbology...This is my first time to this website and I would like to learn this program...

My problem is stated as follows...

  • Stationary Poisson Random Process
  • The probability of n events in an interval of time tau is

P(n,tau) = \frac{(k\tau)}{n!} ^{n} e^{-k\tau}

  • parameter k is an unknown RV that I want to estiamte
  • I will observe x(t) over an interval (0,T)

My questions are as follows...

(1) is N, the number of events that occur in the interval (),T), a sufficient statistic, or is it necessary to record the actual event times?

I am not sure what this question is looking for...how can I model this? or think of it? Once I get this part, I will move on to the rest of the problem...

Thanks in advance!
 


Is k a R.V., or is it a deterministic (although unknown) parameter (i.e. constant)?
 


k is a is an unknown nonrandom variable.

Based on this...I would say that it is deterministic...
 


In your later post you wrote N is the number of events. I had used N as the sample size (number of x's). Did you mean to write n instead?
 


YES - you are correct. Unfortunatly, the write up I have is written very poorly.
 


"I am not sure what this question is looking for...how can I model this? or think of it? Once I get this part, I will move on to the rest of the problem..."

You can start with studying the concept of Sufficient Statistic. See, for example, http://en.wikipedia.org/wiki/Sufficient_statistic
 
Back
Top