Finding the distribution of a random variableFind the distribution of $overlineY$.convergence in law of Cauchy random variables.Truncated random variablesProve symmetry of probabilities given random variables are iid and have continuous cdfProbability Theory - Transformation of independent continuous random variablesCan I assume that random variables with exponential distribution are positive?Series of Bernoulli random variables has geometric distributionConvergence in distribution for two random variablesCompute the value of a cumulative distribution function of a multivariate distribution (with permutations)Find the density of $Y = a/(1 + X^2)$, where $X$ has the Cauchy distribution.
ESPP--any reason not to go all in?
Optimal Proportions for Flying Humans
Finding the minimum value of a function without using Calculus
When to use a QR code on a business card?
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
How can a demon take control of a human body during REM sleep?
Is it possible to clone a polymorphic object without manually adding overridden clone method into each derived class in C++?
Too soon for a plot twist?
The (Easy) Road to Code
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
Does an unused member variable take up memory?
How to copy the rest of lines of a file to another file
Do Paladin Auras of Differing Oaths Stack?
Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?
Is it appropriate to ask a former professor to order a book for me through an inter-library loan?
Volume of hyperbola revolved about the y -axis
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Yet another question on sums of the reciprocals of the primes
How do you make a gun that shoots melee weapons and/or swords?
(Codewars) Linked Lists-Sorted Insert
Professor forcing me to attend a conference, I can't afford even with 50% funding
-1 to the power of a irrational number
I can't die. Who am I?
Locked Away- What am I?
Finding the distribution of a random variable
Find the distribution of $overlineY$.convergence in law of Cauchy random variables.Truncated random variablesProve symmetry of probabilities given random variables are iid and have continuous cdfProbability Theory - Transformation of independent continuous random variablesCan I assume that random variables with exponential distribution are positive?Series of Bernoulli random variables has geometric distributionConvergence in distribution for two random variablesCompute the value of a cumulative distribution function of a multivariate distribution (with permutations)Find the density of $Y = a/(1 + X^2)$, where $X$ has the Cauchy distribution.
$begingroup$
$textbfProblem$ Let $Y_1,Y_2,cdots$ be independent and identically distributed with
beginalign*
&P[Y_n=0]=alpha\
&P[Y_n>y]=(1-alpha)e^-y
endalign*
Define the random variables $X_n, ngeq 0$ by
beginalign*
&X_0=0\
&X_n+1=alpha X_n+Y_n+1
endalign*
Prove that
beginalign*
&P[X_n=0]=alpha^n\
&P[X_n>x]=(1-alpha^n)e^-x
endalign*
$textbfAttempt$ Firstly, I found $X_n=alpha^n-1Y_1+cdots+alpha Y_n-1+Y_n$.
If $X_n=0$ , then $Y_1=Y_2=cdots =Y_n=0 $ since $Y_i geq 0 $ for all $1leq i leq n$.
Thus, I got $P[X_n=0]=alpha^n$.
However, I stuck how to $P[X_n>x]$ calculate...
Any help is appreciated... Thank you!
$textbfUpdate$ I'll use induction.
If n=1, we can easily check that $P[X_n>x]=(1-alpha^n)e^-x$
beginalign*
P[X_n+1>x] &= P[alpha X_n+Y_n+1>x]\
&=P[Y_n+1=0]P[alpha X_n>x]+int_0^x P[Y_n+1=t] P[alpha X_n>x-t]dt +int_x^infty P[Y_n+1=t]dt \
&(textrmbecause $ alpha X_n +Y_n+1>x $ if $ Y_n+1>x $)\
&=alpha(1-alpha^n)e^-fracxalpha+int_0^x (1-alpha)e^-t (1-alpha^n)e^-fracx-talphadt +int_x^infty (1-alpha)e^-tdt \
&=alpha(1-alpha^n)e^-fracxalpha+alpha(1-alpha^n)(e^-x-e^-fracxalpha)+(1-alpha)e^-x\
&=(1-alpha^n+1) e^-x
endalign*
I'm not sure my proof is right.....
Could you check my error in my proof?
probability probability-theory stochastic-processes
$endgroup$
|
show 1 more comment
$begingroup$
$textbfProblem$ Let $Y_1,Y_2,cdots$ be independent and identically distributed with
beginalign*
&P[Y_n=0]=alpha\
&P[Y_n>y]=(1-alpha)e^-y
endalign*
Define the random variables $X_n, ngeq 0$ by
beginalign*
&X_0=0\
&X_n+1=alpha X_n+Y_n+1
endalign*
Prove that
beginalign*
&P[X_n=0]=alpha^n\
&P[X_n>x]=(1-alpha^n)e^-x
endalign*
$textbfAttempt$ Firstly, I found $X_n=alpha^n-1Y_1+cdots+alpha Y_n-1+Y_n$.
If $X_n=0$ , then $Y_1=Y_2=cdots =Y_n=0 $ since $Y_i geq 0 $ for all $1leq i leq n$.
Thus, I got $P[X_n=0]=alpha^n$.
However, I stuck how to $P[X_n>x]$ calculate...
Any help is appreciated... Thank you!
$textbfUpdate$ I'll use induction.
If n=1, we can easily check that $P[X_n>x]=(1-alpha^n)e^-x$
beginalign*
P[X_n+1>x] &= P[alpha X_n+Y_n+1>x]\
&=P[Y_n+1=0]P[alpha X_n>x]+int_0^x P[Y_n+1=t] P[alpha X_n>x-t]dt +int_x^infty P[Y_n+1=t]dt \
&(textrmbecause $ alpha X_n +Y_n+1>x $ if $ Y_n+1>x $)\
&=alpha(1-alpha^n)e^-fracxalpha+int_0^x (1-alpha)e^-t (1-alpha^n)e^-fracx-talphadt +int_x^infty (1-alpha)e^-tdt \
&=alpha(1-alpha^n)e^-fracxalpha+alpha(1-alpha^n)(e^-x-e^-fracxalpha)+(1-alpha)e^-x\
&=(1-alpha^n+1) e^-x
endalign*
I'm not sure my proof is right.....
Could you check my error in my proof?
probability probability-theory stochastic-processes
$endgroup$
1
$begingroup$
I am pretty sure an inductive argument is the one you should look for
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
@Stan Tendijck Umm.... Then, we'll show that $P[X_n+1>x ] = (1-alpha^n+1)e^-x$. And, $P[X_n+1>x] = P[alpha X_n + Y_n+1 >x ]$. How to divide $P[alpha X_n +Y_n+1 >x]$??...
$endgroup$
– w.sdka
yesterday
$begingroup$
Do you know how convolution work, i.e., how you determine the distribution of $X+Y$ where $X$ and $Y$ are some random variables?
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
I tried to calculate in 'Update'.... Could you see my attempt??
$endgroup$
– w.sdka
yesterday
$begingroup$
Looks right! Maybe worth noticing that you used $P(Y_n+1=t)=P(Y_n+1>t)$ which is true, if you view the left-hand side as the density of $Y_n+1$ at $t$.
$endgroup$
– Stan Tendijck
yesterday
|
show 1 more comment
$begingroup$
$textbfProblem$ Let $Y_1,Y_2,cdots$ be independent and identically distributed with
beginalign*
&P[Y_n=0]=alpha\
&P[Y_n>y]=(1-alpha)e^-y
endalign*
Define the random variables $X_n, ngeq 0$ by
beginalign*
&X_0=0\
&X_n+1=alpha X_n+Y_n+1
endalign*
Prove that
beginalign*
&P[X_n=0]=alpha^n\
&P[X_n>x]=(1-alpha^n)e^-x
endalign*
$textbfAttempt$ Firstly, I found $X_n=alpha^n-1Y_1+cdots+alpha Y_n-1+Y_n$.
If $X_n=0$ , then $Y_1=Y_2=cdots =Y_n=0 $ since $Y_i geq 0 $ for all $1leq i leq n$.
Thus, I got $P[X_n=0]=alpha^n$.
However, I stuck how to $P[X_n>x]$ calculate...
Any help is appreciated... Thank you!
$textbfUpdate$ I'll use induction.
If n=1, we can easily check that $P[X_n>x]=(1-alpha^n)e^-x$
beginalign*
P[X_n+1>x] &= P[alpha X_n+Y_n+1>x]\
&=P[Y_n+1=0]P[alpha X_n>x]+int_0^x P[Y_n+1=t] P[alpha X_n>x-t]dt +int_x^infty P[Y_n+1=t]dt \
&(textrmbecause $ alpha X_n +Y_n+1>x $ if $ Y_n+1>x $)\
&=alpha(1-alpha^n)e^-fracxalpha+int_0^x (1-alpha)e^-t (1-alpha^n)e^-fracx-talphadt +int_x^infty (1-alpha)e^-tdt \
&=alpha(1-alpha^n)e^-fracxalpha+alpha(1-alpha^n)(e^-x-e^-fracxalpha)+(1-alpha)e^-x\
&=(1-alpha^n+1) e^-x
endalign*
I'm not sure my proof is right.....
Could you check my error in my proof?
probability probability-theory stochastic-processes
$endgroup$
$textbfProblem$ Let $Y_1,Y_2,cdots$ be independent and identically distributed with
beginalign*
&P[Y_n=0]=alpha\
&P[Y_n>y]=(1-alpha)e^-y
endalign*
Define the random variables $X_n, ngeq 0$ by
beginalign*
&X_0=0\
&X_n+1=alpha X_n+Y_n+1
endalign*
Prove that
beginalign*
&P[X_n=0]=alpha^n\
&P[X_n>x]=(1-alpha^n)e^-x
endalign*
$textbfAttempt$ Firstly, I found $X_n=alpha^n-1Y_1+cdots+alpha Y_n-1+Y_n$.
If $X_n=0$ , then $Y_1=Y_2=cdots =Y_n=0 $ since $Y_i geq 0 $ for all $1leq i leq n$.
Thus, I got $P[X_n=0]=alpha^n$.
However, I stuck how to $P[X_n>x]$ calculate...
Any help is appreciated... Thank you!
$textbfUpdate$ I'll use induction.
If n=1, we can easily check that $P[X_n>x]=(1-alpha^n)e^-x$
beginalign*
P[X_n+1>x] &= P[alpha X_n+Y_n+1>x]\
&=P[Y_n+1=0]P[alpha X_n>x]+int_0^x P[Y_n+1=t] P[alpha X_n>x-t]dt +int_x^infty P[Y_n+1=t]dt \
&(textrmbecause $ alpha X_n +Y_n+1>x $ if $ Y_n+1>x $)\
&=alpha(1-alpha^n)e^-fracxalpha+int_0^x (1-alpha)e^-t (1-alpha^n)e^-fracx-talphadt +int_x^infty (1-alpha)e^-tdt \
&=alpha(1-alpha^n)e^-fracxalpha+alpha(1-alpha^n)(e^-x-e^-fracxalpha)+(1-alpha)e^-x\
&=(1-alpha^n+1) e^-x
endalign*
I'm not sure my proof is right.....
Could you check my error in my proof?
probability probability-theory stochastic-processes
probability probability-theory stochastic-processes
edited yesterday
w.sdka
asked yesterday
w.sdkaw.sdka
36919
36919
1
$begingroup$
I am pretty sure an inductive argument is the one you should look for
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
@Stan Tendijck Umm.... Then, we'll show that $P[X_n+1>x ] = (1-alpha^n+1)e^-x$. And, $P[X_n+1>x] = P[alpha X_n + Y_n+1 >x ]$. How to divide $P[alpha X_n +Y_n+1 >x]$??...
$endgroup$
– w.sdka
yesterday
$begingroup$
Do you know how convolution work, i.e., how you determine the distribution of $X+Y$ where $X$ and $Y$ are some random variables?
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
I tried to calculate in 'Update'.... Could you see my attempt??
$endgroup$
– w.sdka
yesterday
$begingroup$
Looks right! Maybe worth noticing that you used $P(Y_n+1=t)=P(Y_n+1>t)$ which is true, if you view the left-hand side as the density of $Y_n+1$ at $t$.
$endgroup$
– Stan Tendijck
yesterday
|
show 1 more comment
1
$begingroup$
I am pretty sure an inductive argument is the one you should look for
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
@Stan Tendijck Umm.... Then, we'll show that $P[X_n+1>x ] = (1-alpha^n+1)e^-x$. And, $P[X_n+1>x] = P[alpha X_n + Y_n+1 >x ]$. How to divide $P[alpha X_n +Y_n+1 >x]$??...
$endgroup$
– w.sdka
yesterday
$begingroup$
Do you know how convolution work, i.e., how you determine the distribution of $X+Y$ where $X$ and $Y$ are some random variables?
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
I tried to calculate in 'Update'.... Could you see my attempt??
$endgroup$
– w.sdka
yesterday
$begingroup$
Looks right! Maybe worth noticing that you used $P(Y_n+1=t)=P(Y_n+1>t)$ which is true, if you view the left-hand side as the density of $Y_n+1$ at $t$.
$endgroup$
– Stan Tendijck
yesterday
1
1
$begingroup$
I am pretty sure an inductive argument is the one you should look for
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
I am pretty sure an inductive argument is the one you should look for
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
@Stan Tendijck Umm.... Then, we'll show that $P[X_n+1>x ] = (1-alpha^n+1)e^-x$. And, $P[X_n+1>x] = P[alpha X_n + Y_n+1 >x ]$. How to divide $P[alpha X_n +Y_n+1 >x]$??...
$endgroup$
– w.sdka
yesterday
$begingroup$
@Stan Tendijck Umm.... Then, we'll show that $P[X_n+1>x ] = (1-alpha^n+1)e^-x$. And, $P[X_n+1>x] = P[alpha X_n + Y_n+1 >x ]$. How to divide $P[alpha X_n +Y_n+1 >x]$??...
$endgroup$
– w.sdka
yesterday
$begingroup$
Do you know how convolution work, i.e., how you determine the distribution of $X+Y$ where $X$ and $Y$ are some random variables?
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
Do you know how convolution work, i.e., how you determine the distribution of $X+Y$ where $X$ and $Y$ are some random variables?
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
I tried to calculate in 'Update'.... Could you see my attempt??
$endgroup$
– w.sdka
yesterday
$begingroup$
I tried to calculate in 'Update'.... Could you see my attempt??
$endgroup$
– w.sdka
yesterday
$begingroup$
Looks right! Maybe worth noticing that you used $P(Y_n+1=t)=P(Y_n+1>t)$ which is true, if you view the left-hand side as the density of $Y_n+1$ at $t$.
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
Looks right! Maybe worth noticing that you used $P(Y_n+1=t)=P(Y_n+1>t)$ which is true, if you view the left-hand side as the density of $Y_n+1$ at $t$.
$endgroup$
– Stan Tendijck
yesterday
|
show 1 more comment
1 Answer
1
active
oldest
votes
$begingroup$
An alternative strategy notes that $Y_n$ has characteristic function $alpha+frac1-alpha1-it=frac1-alpha it1-it$, so $X_n$ has characteristic function $prod_j=1^nfrac1-alpha^n-j+1it1-ialpha^n-jt=frac1-alpha^nit1-it$ as required.
$endgroup$
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%2f3140435%2ffinding-the-distribution-of-a-random-variable%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$
An alternative strategy notes that $Y_n$ has characteristic function $alpha+frac1-alpha1-it=frac1-alpha it1-it$, so $X_n$ has characteristic function $prod_j=1^nfrac1-alpha^n-j+1it1-ialpha^n-jt=frac1-alpha^nit1-it$ as required.
$endgroup$
add a comment |
$begingroup$
An alternative strategy notes that $Y_n$ has characteristic function $alpha+frac1-alpha1-it=frac1-alpha it1-it$, so $X_n$ has characteristic function $prod_j=1^nfrac1-alpha^n-j+1it1-ialpha^n-jt=frac1-alpha^nit1-it$ as required.
$endgroup$
add a comment |
$begingroup$
An alternative strategy notes that $Y_n$ has characteristic function $alpha+frac1-alpha1-it=frac1-alpha it1-it$, so $X_n$ has characteristic function $prod_j=1^nfrac1-alpha^n-j+1it1-ialpha^n-jt=frac1-alpha^nit1-it$ as required.
$endgroup$
An alternative strategy notes that $Y_n$ has characteristic function $alpha+frac1-alpha1-it=frac1-alpha it1-it$, so $X_n$ has characteristic function $prod_j=1^nfrac1-alpha^n-j+1it1-ialpha^n-jt=frac1-alpha^nit1-it$ as required.
answered yesterday
J.G.J.G.
29.2k22845
29.2k22845
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%2f3140435%2ffinding-the-distribution-of-a-random-variable%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
1
$begingroup$
I am pretty sure an inductive argument is the one you should look for
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
@Stan Tendijck Umm.... Then, we'll show that $P[X_n+1>x ] = (1-alpha^n+1)e^-x$. And, $P[X_n+1>x] = P[alpha X_n + Y_n+1 >x ]$. How to divide $P[alpha X_n +Y_n+1 >x]$??...
$endgroup$
– w.sdka
yesterday
$begingroup$
Do you know how convolution work, i.e., how you determine the distribution of $X+Y$ where $X$ and $Y$ are some random variables?
$endgroup$
– Stan Tendijck
yesterday
$begingroup$
I tried to calculate in 'Update'.... Could you see my attempt??
$endgroup$
– w.sdka
yesterday
$begingroup$
Looks right! Maybe worth noticing that you used $P(Y_n+1=t)=P(Y_n+1>t)$ which is true, if you view the left-hand side as the density of $Y_n+1$ at $t$.
$endgroup$
– Stan Tendijck
yesterday