Probability minimum is “reached”Concerning the Minimum of Three Independent Exponential Random VariablesPoisson exponentiation distribution family and convolutionExpected value of a log Poisson distributionWhat is the maximum of a set of random variables?distribution of the maximum of independent poisson random variables.Prove that a process has independent incrementsRandom permutations compositionVariance of squared random sum of random variablesDistribution of sum of exponentially distributed variables with arbitrary rates$Z = sum_i=1^T X_i$, $T$ ~ $Geo(p)$, $X_i$ ~ $exp(lambda)$. Then, $Z$ ~ $exp(plambda)$Expected value of product of dependent Poisson random variables
Problem with TransformedDistribution
Did arcade monitors have same pixel aspect ratio as TV sets?
Is it better practice to read straight from sheet music rather than memorize it?
Pre-mixing cryogenic fuels and using only one fuel tank
Is it possible to have a strip of cold climate in the middle of a planet?
Creepy dinosaur pc game identification
Why did the Mercure fail?
Freedom of speech and where it applies
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
How did Rebekah know that Esau was planning to kill his brother in Genesis 27:42?
How should I respond when I lied about my education and the company finds out through background check?
What are the purposes of autoencoders?
C++ debug of nlohmann json using GDB
Terse Method to Swap Lowest for Highest?
Why is it that I can sometimes guess the next note?
Store Credit Card Information in Password Manager?
Has any country ever had 2 former presidents in jail simultaneously?
The screen of my macbook suddenly broken down how can I do to recover
lightning-datatable row number error
Does a 'pending' US visa application constitute a denial?
A social experiment. What is the worst that can happen?
Non-trope happy ending?
Aragorn's "guise" in the Orthanc Stone
How to follow the Halacha?
Probability minimum is “reached”
Concerning the Minimum of Three Independent Exponential Random VariablesPoisson exponentiation distribution family and convolutionExpected value of a log Poisson distributionWhat is the maximum of a set of random variables?distribution of the maximum of independent poisson random variables.Prove that a process has independent incrementsRandom permutations compositionVariance of squared random sum of random variablesDistribution of sum of exponentially distributed variables with arbitrary rates$Z = sum_i=1^T X_i$, $T$ ~ $Geo(p)$, $X_i$ ~ $exp(lambda)$. Then, $Z$ ~ $exp(plambda)$Expected value of product of dependent Poisson random variables
$begingroup$
Let $(X_i)_i=1,dots,n$ be a finite sequence of random variables such that $X_isimmathcalE(lambda_i).$
We can prove that $Y:=min_1le ile nX_isimmathcalE(lambda=sum_i=1^n lambda_i)$
Now I would like to compute $P(X_i=Y).$
We have
$$P(min_jne iX_j>x)=P(cap_jne iX_j>x)=prod_jne je^-lambda_j x=e^-(lambda-lambda_i)x$$
Now not sure how I can continue.
probability-distributions random-variables exponential-distribution
$endgroup$
add a comment |
$begingroup$
Let $(X_i)_i=1,dots,n$ be a finite sequence of random variables such that $X_isimmathcalE(lambda_i).$
We can prove that $Y:=min_1le ile nX_isimmathcalE(lambda=sum_i=1^n lambda_i)$
Now I would like to compute $P(X_i=Y).$
We have
$$P(min_jne iX_j>x)=P(cap_jne iX_j>x)=prod_jne je^-lambda_j x=e^-(lambda-lambda_i)x$$
Now not sure how I can continue.
probability-distributions random-variables exponential-distribution
$endgroup$
add a comment |
$begingroup$
Let $(X_i)_i=1,dots,n$ be a finite sequence of random variables such that $X_isimmathcalE(lambda_i).$
We can prove that $Y:=min_1le ile nX_isimmathcalE(lambda=sum_i=1^n lambda_i)$
Now I would like to compute $P(X_i=Y).$
We have
$$P(min_jne iX_j>x)=P(cap_jne iX_j>x)=prod_jne je^-lambda_j x=e^-(lambda-lambda_i)x$$
Now not sure how I can continue.
probability-distributions random-variables exponential-distribution
$endgroup$
Let $(X_i)_i=1,dots,n$ be a finite sequence of random variables such that $X_isimmathcalE(lambda_i).$
We can prove that $Y:=min_1le ile nX_isimmathcalE(lambda=sum_i=1^n lambda_i)$
Now I would like to compute $P(X_i=Y).$
We have
$$P(min_jne iX_j>x)=P(cap_jne iX_j>x)=prod_jne je^-lambda_j x=e^-(lambda-lambda_i)x$$
Now not sure how I can continue.
probability-distributions random-variables exponential-distribution
probability-distributions random-variables exponential-distribution
asked Mar 15 at 15:59
JulienJulien
1205
1205
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Manipulating the probabilities:
$$P(X_i = Y) = 1 - P(X_i ne Y) = 1 - (P(X_i < Y) + P(X_i > Y)) = 1 - P(X_i > Y) =$$
$$1 - P(X_i > textmin_j = 1, ldots, nX_j) = 1 - P(X_i > textmin_j ne iX_j)$$
Now, $X_i$ and $Y_i = textmin_j ne iX_j$ are two independent exponential random variables with parameters $lambda_i$ and $tildelambda_i = sum_i ne j lambda_j$. Then $P(X_i > Y_i) = P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) = tildelambda_i / (lambda_i + tildelambda_i) = tildelambda_i / lambda$.
So $P(X_i = Y) = 1 - tildelambda_i / lambda = (lambda - tildelambda_i) / lambda = lambda_i / lambda$.
$endgroup$
$begingroup$
thanks but I don't understand what do you mean by $P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) $?
$endgroup$
– Julien
Mar 17 at 7:31
$begingroup$
@Julien it was just a fast way to denote $P(Z>W)$, where $Z = mathcalE(z), W = mathcalE(w)$ and are independent (you can find the calculation here)
$endgroup$
– dcolazin
Mar 17 at 7:56
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
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%2f3149473%2fprobability-minimum-is-reached%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$
Manipulating the probabilities:
$$P(X_i = Y) = 1 - P(X_i ne Y) = 1 - (P(X_i < Y) + P(X_i > Y)) = 1 - P(X_i > Y) =$$
$$1 - P(X_i > textmin_j = 1, ldots, nX_j) = 1 - P(X_i > textmin_j ne iX_j)$$
Now, $X_i$ and $Y_i = textmin_j ne iX_j$ are two independent exponential random variables with parameters $lambda_i$ and $tildelambda_i = sum_i ne j lambda_j$. Then $P(X_i > Y_i) = P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) = tildelambda_i / (lambda_i + tildelambda_i) = tildelambda_i / lambda$.
So $P(X_i = Y) = 1 - tildelambda_i / lambda = (lambda - tildelambda_i) / lambda = lambda_i / lambda$.
$endgroup$
$begingroup$
thanks but I don't understand what do you mean by $P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) $?
$endgroup$
– Julien
Mar 17 at 7:31
$begingroup$
@Julien it was just a fast way to denote $P(Z>W)$, where $Z = mathcalE(z), W = mathcalE(w)$ and are independent (you can find the calculation here)
$endgroup$
– dcolazin
Mar 17 at 7:56
add a comment |
$begingroup$
Manipulating the probabilities:
$$P(X_i = Y) = 1 - P(X_i ne Y) = 1 - (P(X_i < Y) + P(X_i > Y)) = 1 - P(X_i > Y) =$$
$$1 - P(X_i > textmin_j = 1, ldots, nX_j) = 1 - P(X_i > textmin_j ne iX_j)$$
Now, $X_i$ and $Y_i = textmin_j ne iX_j$ are two independent exponential random variables with parameters $lambda_i$ and $tildelambda_i = sum_i ne j lambda_j$. Then $P(X_i > Y_i) = P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) = tildelambda_i / (lambda_i + tildelambda_i) = tildelambda_i / lambda$.
So $P(X_i = Y) = 1 - tildelambda_i / lambda = (lambda - tildelambda_i) / lambda = lambda_i / lambda$.
$endgroup$
$begingroup$
thanks but I don't understand what do you mean by $P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) $?
$endgroup$
– Julien
Mar 17 at 7:31
$begingroup$
@Julien it was just a fast way to denote $P(Z>W)$, where $Z = mathcalE(z), W = mathcalE(w)$ and are independent (you can find the calculation here)
$endgroup$
– dcolazin
Mar 17 at 7:56
add a comment |
$begingroup$
Manipulating the probabilities:
$$P(X_i = Y) = 1 - P(X_i ne Y) = 1 - (P(X_i < Y) + P(X_i > Y)) = 1 - P(X_i > Y) =$$
$$1 - P(X_i > textmin_j = 1, ldots, nX_j) = 1 - P(X_i > textmin_j ne iX_j)$$
Now, $X_i$ and $Y_i = textmin_j ne iX_j$ are two independent exponential random variables with parameters $lambda_i$ and $tildelambda_i = sum_i ne j lambda_j$. Then $P(X_i > Y_i) = P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) = tildelambda_i / (lambda_i + tildelambda_i) = tildelambda_i / lambda$.
So $P(X_i = Y) = 1 - tildelambda_i / lambda = (lambda - tildelambda_i) / lambda = lambda_i / lambda$.
$endgroup$
Manipulating the probabilities:
$$P(X_i = Y) = 1 - P(X_i ne Y) = 1 - (P(X_i < Y) + P(X_i > Y)) = 1 - P(X_i > Y) =$$
$$1 - P(X_i > textmin_j = 1, ldots, nX_j) = 1 - P(X_i > textmin_j ne iX_j)$$
Now, $X_i$ and $Y_i = textmin_j ne iX_j$ are two independent exponential random variables with parameters $lambda_i$ and $tildelambda_i = sum_i ne j lambda_j$. Then $P(X_i > Y_i) = P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) = tildelambda_i / (lambda_i + tildelambda_i) = tildelambda_i / lambda$.
So $P(X_i = Y) = 1 - tildelambda_i / lambda = (lambda - tildelambda_i) / lambda = lambda_i / lambda$.
edited Mar 15 at 17:15
answered Mar 15 at 17:07
dcolazindcolazin
3694
3694
$begingroup$
thanks but I don't understand what do you mean by $P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) $?
$endgroup$
– Julien
Mar 17 at 7:31
$begingroup$
@Julien it was just a fast way to denote $P(Z>W)$, where $Z = mathcalE(z), W = mathcalE(w)$ and are independent (you can find the calculation here)
$endgroup$
– dcolazin
Mar 17 at 7:56
add a comment |
$begingroup$
thanks but I don't understand what do you mean by $P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) $?
$endgroup$
– Julien
Mar 17 at 7:31
$begingroup$
@Julien it was just a fast way to denote $P(Z>W)$, where $Z = mathcalE(z), W = mathcalE(w)$ and are independent (you can find the calculation here)
$endgroup$
– dcolazin
Mar 17 at 7:56
$begingroup$
thanks but I don't understand what do you mean by $P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) $?
$endgroup$
– Julien
Mar 17 at 7:31
$begingroup$
thanks but I don't understand what do you mean by $P(mathcalE(lambda_i) > mathcalE(tildelambda_i)) $?
$endgroup$
– Julien
Mar 17 at 7:31
$begingroup$
@Julien it was just a fast way to denote $P(Z>W)$, where $Z = mathcalE(z), W = mathcalE(w)$ and are independent (you can find the calculation here)
$endgroup$
– dcolazin
Mar 17 at 7:56
$begingroup$
@Julien it was just a fast way to denote $P(Z>W)$, where $Z = mathcalE(z), W = mathcalE(w)$ and are independent (you can find the calculation here)
$endgroup$
– dcolazin
Mar 17 at 7:56
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%2f3149473%2fprobability-minimum-is-reached%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