Using change of variables to transform density functions
I'm was working on some exercises on statistical inference and came across a question I could not solve. After a while I decided to take a look at the solution to hopefully understand the problem better.
Situation: Let $X_{1} dots X_{n}$ be independent and identically distributed random variables, each with the $N(mu,sigma^2)$ distribution. We have that $mu inmathbb{R}$ is a known parameter and $sigma^2$ is unknown. We consider $T=frac{sum^{n}_{i=i}(X_{i}-bar{X})^{2}}{n-1}$ and can use the fact that $frac{(n-1)}{sigma^2} Tsim Gamma(frac{n-1}{2},frac{1}{2})$.
My problem: In the solution is the following line:
Since $T=cY$, where $c=frac{sigma^2}{n-1}$ and $Ysim
Gamma(frac{n-1}{2},frac{1}{2})$, using a change of variables yields
that $f_{T}(x)=c^{-1}f_{Y}(x/c)$.
How does this change of variables work? How is it computed and why is it even necessary? Is it because the distribution of $T$ itself isn't explicitly given, but rather the distribution of $cT$? Any help is appreciated.
statistics normal-distribution statistical-inference change-of-variable gamma-distribution
add a comment |
I'm was working on some exercises on statistical inference and came across a question I could not solve. After a while I decided to take a look at the solution to hopefully understand the problem better.
Situation: Let $X_{1} dots X_{n}$ be independent and identically distributed random variables, each with the $N(mu,sigma^2)$ distribution. We have that $mu inmathbb{R}$ is a known parameter and $sigma^2$ is unknown. We consider $T=frac{sum^{n}_{i=i}(X_{i}-bar{X})^{2}}{n-1}$ and can use the fact that $frac{(n-1)}{sigma^2} Tsim Gamma(frac{n-1}{2},frac{1}{2})$.
My problem: In the solution is the following line:
Since $T=cY$, where $c=frac{sigma^2}{n-1}$ and $Ysim
Gamma(frac{n-1}{2},frac{1}{2})$, using a change of variables yields
that $f_{T}(x)=c^{-1}f_{Y}(x/c)$.
How does this change of variables work? How is it computed and why is it even necessary? Is it because the distribution of $T$ itself isn't explicitly given, but rather the distribution of $cT$? Any help is appreciated.
statistics normal-distribution statistical-inference change-of-variable gamma-distribution
add a comment |
I'm was working on some exercises on statistical inference and came across a question I could not solve. After a while I decided to take a look at the solution to hopefully understand the problem better.
Situation: Let $X_{1} dots X_{n}$ be independent and identically distributed random variables, each with the $N(mu,sigma^2)$ distribution. We have that $mu inmathbb{R}$ is a known parameter and $sigma^2$ is unknown. We consider $T=frac{sum^{n}_{i=i}(X_{i}-bar{X})^{2}}{n-1}$ and can use the fact that $frac{(n-1)}{sigma^2} Tsim Gamma(frac{n-1}{2},frac{1}{2})$.
My problem: In the solution is the following line:
Since $T=cY$, where $c=frac{sigma^2}{n-1}$ and $Ysim
Gamma(frac{n-1}{2},frac{1}{2})$, using a change of variables yields
that $f_{T}(x)=c^{-1}f_{Y}(x/c)$.
How does this change of variables work? How is it computed and why is it even necessary? Is it because the distribution of $T$ itself isn't explicitly given, but rather the distribution of $cT$? Any help is appreciated.
statistics normal-distribution statistical-inference change-of-variable gamma-distribution
I'm was working on some exercises on statistical inference and came across a question I could not solve. After a while I decided to take a look at the solution to hopefully understand the problem better.
Situation: Let $X_{1} dots X_{n}$ be independent and identically distributed random variables, each with the $N(mu,sigma^2)$ distribution. We have that $mu inmathbb{R}$ is a known parameter and $sigma^2$ is unknown. We consider $T=frac{sum^{n}_{i=i}(X_{i}-bar{X})^{2}}{n-1}$ and can use the fact that $frac{(n-1)}{sigma^2} Tsim Gamma(frac{n-1}{2},frac{1}{2})$.
My problem: In the solution is the following line:
Since $T=cY$, where $c=frac{sigma^2}{n-1}$ and $Ysim
Gamma(frac{n-1}{2},frac{1}{2})$, using a change of variables yields
that $f_{T}(x)=c^{-1}f_{Y}(x/c)$.
How does this change of variables work? How is it computed and why is it even necessary? Is it because the distribution of $T$ itself isn't explicitly given, but rather the distribution of $cT$? Any help is appreciated.
statistics normal-distribution statistical-inference change-of-variable gamma-distribution
statistics normal-distribution statistical-inference change-of-variable gamma-distribution
edited 2 days ago
asked 2 days ago
S. Crim
13211
13211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can see this as a simple change of variable in an integral:
$$ P(T < t) = P(cY < t) = P(Y < frac{t}{c}) =int_{-infty}^{frac{t}{c}} f^Y(x)dx $$
define $ u = cx Rightarrow " du = c dx" iff dx "=" frac{1}{c}du.$
This yields
$$ P(T< t) = int_{-infty}^{frac{t}{c}} f^Y(x)dx = int_{-infty}^t frac{1}{c} f^Y(u/c) du .$$
And $c^{-1}f^Y(xc^{-1})$ is a probability density function for $T$.
The originial exercise was about computing the Fisher information based on $T$, i.e. $I_{T}(sigma^2)$. Is this step necessary because we only know the distribution of $cT$ and not $T$? Or is there another reason for having to change the variables?
– S. Crim
2 days ago
I'm afraid I'm not able to help you with that, I'm not very gifted when it comes to computing Fischer information. I'm also not familiar with the concept of calculating the fisher information based on a given statistic $T$. :(
– Digitalis
2 days ago
Fair enough, thanks for the help anyway!
– S. Crim
2 days ago
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%2f3060705%2fusing-change-of-variables-to-transform-density-functions%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
You can see this as a simple change of variable in an integral:
$$ P(T < t) = P(cY < t) = P(Y < frac{t}{c}) =int_{-infty}^{frac{t}{c}} f^Y(x)dx $$
define $ u = cx Rightarrow " du = c dx" iff dx "=" frac{1}{c}du.$
This yields
$$ P(T< t) = int_{-infty}^{frac{t}{c}} f^Y(x)dx = int_{-infty}^t frac{1}{c} f^Y(u/c) du .$$
And $c^{-1}f^Y(xc^{-1})$ is a probability density function for $T$.
The originial exercise was about computing the Fisher information based on $T$, i.e. $I_{T}(sigma^2)$. Is this step necessary because we only know the distribution of $cT$ and not $T$? Or is there another reason for having to change the variables?
– S. Crim
2 days ago
I'm afraid I'm not able to help you with that, I'm not very gifted when it comes to computing Fischer information. I'm also not familiar with the concept of calculating the fisher information based on a given statistic $T$. :(
– Digitalis
2 days ago
Fair enough, thanks for the help anyway!
– S. Crim
2 days ago
add a comment |
You can see this as a simple change of variable in an integral:
$$ P(T < t) = P(cY < t) = P(Y < frac{t}{c}) =int_{-infty}^{frac{t}{c}} f^Y(x)dx $$
define $ u = cx Rightarrow " du = c dx" iff dx "=" frac{1}{c}du.$
This yields
$$ P(T< t) = int_{-infty}^{frac{t}{c}} f^Y(x)dx = int_{-infty}^t frac{1}{c} f^Y(u/c) du .$$
And $c^{-1}f^Y(xc^{-1})$ is a probability density function for $T$.
The originial exercise was about computing the Fisher information based on $T$, i.e. $I_{T}(sigma^2)$. Is this step necessary because we only know the distribution of $cT$ and not $T$? Or is there another reason for having to change the variables?
– S. Crim
2 days ago
I'm afraid I'm not able to help you with that, I'm not very gifted when it comes to computing Fischer information. I'm also not familiar with the concept of calculating the fisher information based on a given statistic $T$. :(
– Digitalis
2 days ago
Fair enough, thanks for the help anyway!
– S. Crim
2 days ago
add a comment |
You can see this as a simple change of variable in an integral:
$$ P(T < t) = P(cY < t) = P(Y < frac{t}{c}) =int_{-infty}^{frac{t}{c}} f^Y(x)dx $$
define $ u = cx Rightarrow " du = c dx" iff dx "=" frac{1}{c}du.$
This yields
$$ P(T< t) = int_{-infty}^{frac{t}{c}} f^Y(x)dx = int_{-infty}^t frac{1}{c} f^Y(u/c) du .$$
And $c^{-1}f^Y(xc^{-1})$ is a probability density function for $T$.
You can see this as a simple change of variable in an integral:
$$ P(T < t) = P(cY < t) = P(Y < frac{t}{c}) =int_{-infty}^{frac{t}{c}} f^Y(x)dx $$
define $ u = cx Rightarrow " du = c dx" iff dx "=" frac{1}{c}du.$
This yields
$$ P(T< t) = int_{-infty}^{frac{t}{c}} f^Y(x)dx = int_{-infty}^t frac{1}{c} f^Y(u/c) du .$$
And $c^{-1}f^Y(xc^{-1})$ is a probability density function for $T$.
answered 2 days ago
Digitalis
509216
509216
The originial exercise was about computing the Fisher information based on $T$, i.e. $I_{T}(sigma^2)$. Is this step necessary because we only know the distribution of $cT$ and not $T$? Or is there another reason for having to change the variables?
– S. Crim
2 days ago
I'm afraid I'm not able to help you with that, I'm not very gifted when it comes to computing Fischer information. I'm also not familiar with the concept of calculating the fisher information based on a given statistic $T$. :(
– Digitalis
2 days ago
Fair enough, thanks for the help anyway!
– S. Crim
2 days ago
add a comment |
The originial exercise was about computing the Fisher information based on $T$, i.e. $I_{T}(sigma^2)$. Is this step necessary because we only know the distribution of $cT$ and not $T$? Or is there another reason for having to change the variables?
– S. Crim
2 days ago
I'm afraid I'm not able to help you with that, I'm not very gifted when it comes to computing Fischer information. I'm also not familiar with the concept of calculating the fisher information based on a given statistic $T$. :(
– Digitalis
2 days ago
Fair enough, thanks for the help anyway!
– S. Crim
2 days ago
The originial exercise was about computing the Fisher information based on $T$, i.e. $I_{T}(sigma^2)$. Is this step necessary because we only know the distribution of $cT$ and not $T$? Or is there another reason for having to change the variables?
– S. Crim
2 days ago
The originial exercise was about computing the Fisher information based on $T$, i.e. $I_{T}(sigma^2)$. Is this step necessary because we only know the distribution of $cT$ and not $T$? Or is there another reason for having to change the variables?
– S. Crim
2 days ago
I'm afraid I'm not able to help you with that, I'm not very gifted when it comes to computing Fischer information. I'm also not familiar with the concept of calculating the fisher information based on a given statistic $T$. :(
– Digitalis
2 days ago
I'm afraid I'm not able to help you with that, I'm not very gifted when it comes to computing Fischer information. I'm also not familiar with the concept of calculating the fisher information based on a given statistic $T$. :(
– Digitalis
2 days ago
Fair enough, thanks for the help anyway!
– S. Crim
2 days ago
Fair enough, thanks for the help anyway!
– S. Crim
2 days ago
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3060705%2fusing-change-of-variables-to-transform-density-functions%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