What is the name and application of this probability distribution

AI Thread Summary
The discussed probability distribution is identified as the Poisson distribution, which is defined by the formula f(k;λ) = (λ^k e^(-λ)) / k!. The parameter λ represents the expected number of events in a given time period, while k denotes the number of observed events. The original formula presented lacked the crucial exponential decay term, leading to confusion. The normalization constant N was clarified as a factor that does not vary with k. The Poisson distribution is commonly applied in scenarios involving event counts over time or space.
Lurco
Messages
3
Reaction score
0
Hi.

In my homework I've encountered a discrete probability distribution of this form:

f(k,\lambda)=N \frac{\lambda^k}{k!}

k is the variable, and \lambda is a parameter. I'm curious what is this distribution - what's its name and where can it be applied. I will be grateful for, for example, redirecting me to the proper wikipedia article. Thanks!
 
Physics news on Phys.org
Lurco said:
Hi.

In my homework I've encountered a discrete probability distribution of this form:

f(k;\lambda) = \frac{\lambda ^{k} e^{\lambda}}{k!}

k is the variable, and \lambda is a parameter. I'm curious what is this distribution - what's its name and where can it be applied. I will be grateful for, for example, redirecting me to the proper wikipedia article. Thanks!

Are you sure you copied the formula correctly? The Poisson distribution is defined by:

f(k;\lambda) = \frac{\lambda ^{k} e^{-\lambda}}{k!}

where \lambda is the rate parameter (expected number of events per unit time), and k is the number of events observed.

In evaluating Poisson noise the question becomes P(k=N_t) but your formula still doesn't look right since it lacks the exponential term.
 
Last edited by a moderator:
I think the number N here is used as a normlization factor.

SW VandeCarr said:
Are you sure you copied the formula correctly? The Poisson distribution is defined by:

f(k;\lambda) = \frac{\lambda ^{k} e^{-k}}{k!}

where \lambda is the rate parameter (expected number of events per unit time), and k is the number of events observed.

In evaluating Poisson noise the question becomes P(k=N_t) but your formula still doesn't look right since it lacks the exponential term.
 
shuxue1985 said:
I think the number N here is used as a normlization factor.

[EDIT]: After reading the wiki page, yes the value depends on lambda not k.

Can't believe I've used this pdf so many times and forgotten it!
 
Last edited:
Thank you all for responding. Yes, the number N stand for the normalization constant, and in the wikipedia article posted by micromass the exponent is exactly the normalization:
e^{-\lambda},

so i does not vary with k.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top