How do I compute P(X=0)? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Help with Probability distributionsA Question with both poisson and gamma distributionpoisson distribution problem, expected value and variance calculationApplication Problem: Random Sums of Random Variables and CorrelationFind the variance of Y .Statistics: Deriving a Joint Probability Function From a Definition of Other PDF'sProbability: Finding the Expected Value of a Random Variable Derived From a Definition.Expected value of Poisson DistributionPoisson distribution cost functionPoisson parameter 𝜇 and expected occurrence of an event
How to install press fit bottom bracket into new frame
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
What initially awakened the Balrog?
How do living politicians protect their readily obtainable signatures from misuse?
How does the math work when buying airline miles?
How does Python know the values already stored in its memory?
What would you call this weird metallic apparatus that allows you to lift people?
Is it fair for a professor to grade us on the possession of past papers?
How to play a character with a disability or mental disorder without being offensive?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Maximum summed subsequences with non-adjacent items
How does light 'choose' between wave and particle behaviour?
Is a ledger board required if the side of my house is wood?
SF book about people trapped in a series of worlds they imagine
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
How to compare two different files line by line in unix?
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
How to react to hostile behavior from a senior developer?
Performance gap between vector<bool> and array
How fail-safe is nr as stop bytes?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
Hangman Game with C++
Why do we need to use the builder design pattern when we can do the same thing with setters?
Is there a kind of relay that only consumes power when switching?
How do I compute P(X=0)?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Help with Probability distributionsA Question with both poisson and gamma distributionpoisson distribution problem, expected value and variance calculationApplication Problem: Random Sums of Random Variables and CorrelationFind the variance of Y .Statistics: Deriving a Joint Probability Function From a Definition of Other PDF'sProbability: Finding the Expected Value of a Random Variable Derived From a Definition.Expected value of Poisson DistributionPoisson distribution cost functionPoisson parameter 𝜇 and expected occurrence of an event
$begingroup$
A marine biology research group is looking for a kind of precious aquatic plant in a particular sea area. Let X be the number of the plants per cubic kilometer in the sea area and assume X has the Poisson distribution Poisson(λ). Also, the parameter λ varies with the location and has a Gamma distribution with parameters α and β.
(a) What is the expected number of plants per cubic kilometer?
(b) What is the variance of the number of plants per cubic kilometer?
(c) What is the probability they can find at least one plant per cubic kilometer?
For 1 c)
I got up to P(X>= 1) = 1- P(X=0) but am unsure of how to compute P(X=0)
probability statistics
$endgroup$
add a comment |
$begingroup$
A marine biology research group is looking for a kind of precious aquatic plant in a particular sea area. Let X be the number of the plants per cubic kilometer in the sea area and assume X has the Poisson distribution Poisson(λ). Also, the parameter λ varies with the location and has a Gamma distribution with parameters α and β.
(a) What is the expected number of plants per cubic kilometer?
(b) What is the variance of the number of plants per cubic kilometer?
(c) What is the probability they can find at least one plant per cubic kilometer?
For 1 c)
I got up to P(X>= 1) = 1- P(X=0) but am unsure of how to compute P(X=0)
probability statistics
$endgroup$
$begingroup$
Not sure about the scope of the question but when $lambda$ is constant, since $X sim mathcalP(lambda)$, you have $$ mathbbP[X=0] = e^-lambda fraclambda^00!=e^-lambda. $$
$endgroup$
– gt6989b
Mar 27 at 18:09
add a comment |
$begingroup$
A marine biology research group is looking for a kind of precious aquatic plant in a particular sea area. Let X be the number of the plants per cubic kilometer in the sea area and assume X has the Poisson distribution Poisson(λ). Also, the parameter λ varies with the location and has a Gamma distribution with parameters α and β.
(a) What is the expected number of plants per cubic kilometer?
(b) What is the variance of the number of plants per cubic kilometer?
(c) What is the probability they can find at least one plant per cubic kilometer?
For 1 c)
I got up to P(X>= 1) = 1- P(X=0) but am unsure of how to compute P(X=0)
probability statistics
$endgroup$
A marine biology research group is looking for a kind of precious aquatic plant in a particular sea area. Let X be the number of the plants per cubic kilometer in the sea area and assume X has the Poisson distribution Poisson(λ). Also, the parameter λ varies with the location and has a Gamma distribution with parameters α and β.
(a) What is the expected number of plants per cubic kilometer?
(b) What is the variance of the number of plants per cubic kilometer?
(c) What is the probability they can find at least one plant per cubic kilometer?
For 1 c)
I got up to P(X>= 1) = 1- P(X=0) but am unsure of how to compute P(X=0)
probability statistics
probability statistics
asked Mar 27 at 17:24
RitaRita
64
64
$begingroup$
Not sure about the scope of the question but when $lambda$ is constant, since $X sim mathcalP(lambda)$, you have $$ mathbbP[X=0] = e^-lambda fraclambda^00!=e^-lambda. $$
$endgroup$
– gt6989b
Mar 27 at 18:09
add a comment |
$begingroup$
Not sure about the scope of the question but when $lambda$ is constant, since $X sim mathcalP(lambda)$, you have $$ mathbbP[X=0] = e^-lambda fraclambda^00!=e^-lambda. $$
$endgroup$
– gt6989b
Mar 27 at 18:09
$begingroup$
Not sure about the scope of the question but when $lambda$ is constant, since $X sim mathcalP(lambda)$, you have $$ mathbbP[X=0] = e^-lambda fraclambda^00!=e^-lambda. $$
$endgroup$
– gt6989b
Mar 27 at 18:09
$begingroup$
Not sure about the scope of the question but when $lambda$ is constant, since $X sim mathcalP(lambda)$, you have $$ mathbbP[X=0] = e^-lambda fraclambda^00!=e^-lambda. $$
$endgroup$
– gt6989b
Mar 27 at 18:09
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I'll try to answer you question partially.
The idea behind the problem is the following.
If you exactly know $lambda$, you can say for sure that expected number of plants per cubic kilometer is $lambda$.
However you don't exactly know $lambda$, so the expected number of plants can be computed using the conditional probabilities. $E(X|lambda = hatlambda)= hatlambda$.
$$E(X) = E(E(X|lambda = hatlambda))$$
So you should take average over all possible averages (i.e. for all possible values of $lambda$ counting(or averaging) of course with the pdf of $lambda$).
So you will have
$$E(X) = E(E(X|lambda = hatlambda))=int_0^inftyhatlambdaf_lambda(hatlambda)dhatlambda=int_0^inftyhatlambdafracbeta^alphaGamma(alpha)hatlambda^alpha -1e^-beta hatlambdadhatlambda$$.
To our luck this is exactly the expectation of any gamma distribution. Which is $fracalphabeta$.
For the variance and probability the idea in identical. (Try yourself using the comment above.).
However for more rigorous treatment of the problem look Poisson point processes, (This is another huge universe.) as your case is spatial.
Sorry if i didn't help.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3164814%2fhow-do-i-compute-px-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I'll try to answer you question partially.
The idea behind the problem is the following.
If you exactly know $lambda$, you can say for sure that expected number of plants per cubic kilometer is $lambda$.
However you don't exactly know $lambda$, so the expected number of plants can be computed using the conditional probabilities. $E(X|lambda = hatlambda)= hatlambda$.
$$E(X) = E(E(X|lambda = hatlambda))$$
So you should take average over all possible averages (i.e. for all possible values of $lambda$ counting(or averaging) of course with the pdf of $lambda$).
So you will have
$$E(X) = E(E(X|lambda = hatlambda))=int_0^inftyhatlambdaf_lambda(hatlambda)dhatlambda=int_0^inftyhatlambdafracbeta^alphaGamma(alpha)hatlambda^alpha -1e^-beta hatlambdadhatlambda$$.
To our luck this is exactly the expectation of any gamma distribution. Which is $fracalphabeta$.
For the variance and probability the idea in identical. (Try yourself using the comment above.).
However for more rigorous treatment of the problem look Poisson point processes, (This is another huge universe.) as your case is spatial.
Sorry if i didn't help.
$endgroup$
add a comment |
$begingroup$
I'll try to answer you question partially.
The idea behind the problem is the following.
If you exactly know $lambda$, you can say for sure that expected number of plants per cubic kilometer is $lambda$.
However you don't exactly know $lambda$, so the expected number of plants can be computed using the conditional probabilities. $E(X|lambda = hatlambda)= hatlambda$.
$$E(X) = E(E(X|lambda = hatlambda))$$
So you should take average over all possible averages (i.e. for all possible values of $lambda$ counting(or averaging) of course with the pdf of $lambda$).
So you will have
$$E(X) = E(E(X|lambda = hatlambda))=int_0^inftyhatlambdaf_lambda(hatlambda)dhatlambda=int_0^inftyhatlambdafracbeta^alphaGamma(alpha)hatlambda^alpha -1e^-beta hatlambdadhatlambda$$.
To our luck this is exactly the expectation of any gamma distribution. Which is $fracalphabeta$.
For the variance and probability the idea in identical. (Try yourself using the comment above.).
However for more rigorous treatment of the problem look Poisson point processes, (This is another huge universe.) as your case is spatial.
Sorry if i didn't help.
$endgroup$
add a comment |
$begingroup$
I'll try to answer you question partially.
The idea behind the problem is the following.
If you exactly know $lambda$, you can say for sure that expected number of plants per cubic kilometer is $lambda$.
However you don't exactly know $lambda$, so the expected number of plants can be computed using the conditional probabilities. $E(X|lambda = hatlambda)= hatlambda$.
$$E(X) = E(E(X|lambda = hatlambda))$$
So you should take average over all possible averages (i.e. for all possible values of $lambda$ counting(or averaging) of course with the pdf of $lambda$).
So you will have
$$E(X) = E(E(X|lambda = hatlambda))=int_0^inftyhatlambdaf_lambda(hatlambda)dhatlambda=int_0^inftyhatlambdafracbeta^alphaGamma(alpha)hatlambda^alpha -1e^-beta hatlambdadhatlambda$$.
To our luck this is exactly the expectation of any gamma distribution. Which is $fracalphabeta$.
For the variance and probability the idea in identical. (Try yourself using the comment above.).
However for more rigorous treatment of the problem look Poisson point processes, (This is another huge universe.) as your case is spatial.
Sorry if i didn't help.
$endgroup$
I'll try to answer you question partially.
The idea behind the problem is the following.
If you exactly know $lambda$, you can say for sure that expected number of plants per cubic kilometer is $lambda$.
However you don't exactly know $lambda$, so the expected number of plants can be computed using the conditional probabilities. $E(X|lambda = hatlambda)= hatlambda$.
$$E(X) = E(E(X|lambda = hatlambda))$$
So you should take average over all possible averages (i.e. for all possible values of $lambda$ counting(or averaging) of course with the pdf of $lambda$).
So you will have
$$E(X) = E(E(X|lambda = hatlambda))=int_0^inftyhatlambdaf_lambda(hatlambda)dhatlambda=int_0^inftyhatlambdafracbeta^alphaGamma(alpha)hatlambda^alpha -1e^-beta hatlambdadhatlambda$$.
To our luck this is exactly the expectation of any gamma distribution. Which is $fracalphabeta$.
For the variance and probability the idea in identical. (Try yourself using the comment above.).
However for more rigorous treatment of the problem look Poisson point processes, (This is another huge universe.) as your case is spatial.
Sorry if i didn't help.
answered Mar 27 at 18:31
kolobokishkolobokish
41139
41139
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3164814%2fhow-do-i-compute-px-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Not sure about the scope of the question but when $lambda$ is constant, since $X sim mathcalP(lambda)$, you have $$ mathbbP[X=0] = e^-lambda fraclambda^00!=e^-lambda. $$
$endgroup$
– gt6989b
Mar 27 at 18:09