Variance of the truncated normal distribution (truncated from below) increases in $sigma$?
up vote
0
down vote
favorite
I'm wondering whether the variance of the truncated normal distribution increases in $sigma$ (which seems to hold numerically), where the untruncated normal distribution is $N(mu,sigma^2)$ and the truncated normal distribution is truncated from zero.
I found that there were some discussions on the relationship between the mean of the truncated normal distribution and $mu$ (Is the mean of the truncated normal distribution monotone in $mu$?), and the relationship between the mean of the truncated normal distribution and $sigma$ (Effect of variance on truncated normal) but couldn't find any discussion on the relationship between the variance (or standard deviation) of the truncated normal distribution and $sigma$.
The variance of the truncated normal distribution (truncated from below) is:
$Var(X|X>0)=sigma^2 left[1+frac{left(-frac{mu}{sigma}right) phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} -left( frac{phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} right)^2right]$
$Phi,phi$ are cdf and pdf of the standard normal distribution.
Is there any proved claim that $Var(X|X>0)$ increases in $sigma$? Or can we prove it? Any information or insight would greatly help.
statistics derivatives normal-distribution
add a comment |
up vote
0
down vote
favorite
I'm wondering whether the variance of the truncated normal distribution increases in $sigma$ (which seems to hold numerically), where the untruncated normal distribution is $N(mu,sigma^2)$ and the truncated normal distribution is truncated from zero.
I found that there were some discussions on the relationship between the mean of the truncated normal distribution and $mu$ (Is the mean of the truncated normal distribution monotone in $mu$?), and the relationship between the mean of the truncated normal distribution and $sigma$ (Effect of variance on truncated normal) but couldn't find any discussion on the relationship between the variance (or standard deviation) of the truncated normal distribution and $sigma$.
The variance of the truncated normal distribution (truncated from below) is:
$Var(X|X>0)=sigma^2 left[1+frac{left(-frac{mu}{sigma}right) phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} -left( frac{phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} right)^2right]$
$Phi,phi$ are cdf and pdf of the standard normal distribution.
Is there any proved claim that $Var(X|X>0)$ increases in $sigma$? Or can we prove it? Any information or insight would greatly help.
statistics derivatives normal-distribution
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm wondering whether the variance of the truncated normal distribution increases in $sigma$ (which seems to hold numerically), where the untruncated normal distribution is $N(mu,sigma^2)$ and the truncated normal distribution is truncated from zero.
I found that there were some discussions on the relationship between the mean of the truncated normal distribution and $mu$ (Is the mean of the truncated normal distribution monotone in $mu$?), and the relationship between the mean of the truncated normal distribution and $sigma$ (Effect of variance on truncated normal) but couldn't find any discussion on the relationship between the variance (or standard deviation) of the truncated normal distribution and $sigma$.
The variance of the truncated normal distribution (truncated from below) is:
$Var(X|X>0)=sigma^2 left[1+frac{left(-frac{mu}{sigma}right) phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} -left( frac{phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} right)^2right]$
$Phi,phi$ are cdf and pdf of the standard normal distribution.
Is there any proved claim that $Var(X|X>0)$ increases in $sigma$? Or can we prove it? Any information or insight would greatly help.
statistics derivatives normal-distribution
I'm wondering whether the variance of the truncated normal distribution increases in $sigma$ (which seems to hold numerically), where the untruncated normal distribution is $N(mu,sigma^2)$ and the truncated normal distribution is truncated from zero.
I found that there were some discussions on the relationship between the mean of the truncated normal distribution and $mu$ (Is the mean of the truncated normal distribution monotone in $mu$?), and the relationship between the mean of the truncated normal distribution and $sigma$ (Effect of variance on truncated normal) but couldn't find any discussion on the relationship between the variance (or standard deviation) of the truncated normal distribution and $sigma$.
The variance of the truncated normal distribution (truncated from below) is:
$Var(X|X>0)=sigma^2 left[1+frac{left(-frac{mu}{sigma}right) phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} -left( frac{phileft(-frac{mu}{sigma}right)}{1-Phileft(-frac{mu}{sigma}right)} right)^2right]$
$Phi,phi$ are cdf and pdf of the standard normal distribution.
Is there any proved claim that $Var(X|X>0)$ increases in $sigma$? Or can we prove it? Any information or insight would greatly help.
statistics derivatives normal-distribution
statistics derivatives normal-distribution
edited Nov 23 at 7:53
asked Nov 23 at 6:16
sndwec
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
A straightforward (computer) symbolic integration shows that the variance of the truncated distribution for arbitrary $mu$ gives:
$$sigma left(-frac{2 sigma e^{-frac{mu ^2}{sigma ^2}}}{pi
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma
^2}}}{text{erfc}left(frac{mu }{sqrt{2} sigma }right)-2}+sigma right).$$
Here's a graph (for fixed $mu = 1$):
Here's the derivative of the variance with respect to $sigma$:
$$-frac{4 sqrt{2} mu e^{-frac{3 mu ^2}{2 sigma ^2}}}{pi ^{3/2}
left(text{erf}left(frac{mu }{sqrt{2} sigma }right)+1right)^3}-frac{2
e^{-frac{mu ^2}{sigma ^2}} left(3 mu ^2+2 sigma ^2right)}{pi sigma
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma ^2}}
left(mu ^2+sigma ^2right)}{sigma ^2 left(text{erfc}left(frac{mu }{sqrt{2}
sigma }right)-2right)}+2 sigma$$
Here's a graph of the variance with respect to $sigma$ and $mu$: always monotonic:
2
You do not give any proofs whether the variance of the truncated normal distribution (truncated from below at zero) increases in $sigma$... The variance formula has been already given in this question.
– sndwec
Nov 23 at 7:57
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',
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%2f3010029%2fvariance-of-the-truncated-normal-distribution-truncated-from-below-increases-i%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
up vote
0
down vote
A straightforward (computer) symbolic integration shows that the variance of the truncated distribution for arbitrary $mu$ gives:
$$sigma left(-frac{2 sigma e^{-frac{mu ^2}{sigma ^2}}}{pi
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma
^2}}}{text{erfc}left(frac{mu }{sqrt{2} sigma }right)-2}+sigma right).$$
Here's a graph (for fixed $mu = 1$):
Here's the derivative of the variance with respect to $sigma$:
$$-frac{4 sqrt{2} mu e^{-frac{3 mu ^2}{2 sigma ^2}}}{pi ^{3/2}
left(text{erf}left(frac{mu }{sqrt{2} sigma }right)+1right)^3}-frac{2
e^{-frac{mu ^2}{sigma ^2}} left(3 mu ^2+2 sigma ^2right)}{pi sigma
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma ^2}}
left(mu ^2+sigma ^2right)}{sigma ^2 left(text{erfc}left(frac{mu }{sqrt{2}
sigma }right)-2right)}+2 sigma$$
Here's a graph of the variance with respect to $sigma$ and $mu$: always monotonic:
2
You do not give any proofs whether the variance of the truncated normal distribution (truncated from below at zero) increases in $sigma$... The variance formula has been already given in this question.
– sndwec
Nov 23 at 7:57
add a comment |
up vote
0
down vote
A straightforward (computer) symbolic integration shows that the variance of the truncated distribution for arbitrary $mu$ gives:
$$sigma left(-frac{2 sigma e^{-frac{mu ^2}{sigma ^2}}}{pi
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma
^2}}}{text{erfc}left(frac{mu }{sqrt{2} sigma }right)-2}+sigma right).$$
Here's a graph (for fixed $mu = 1$):
Here's the derivative of the variance with respect to $sigma$:
$$-frac{4 sqrt{2} mu e^{-frac{3 mu ^2}{2 sigma ^2}}}{pi ^{3/2}
left(text{erf}left(frac{mu }{sqrt{2} sigma }right)+1right)^3}-frac{2
e^{-frac{mu ^2}{sigma ^2}} left(3 mu ^2+2 sigma ^2right)}{pi sigma
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma ^2}}
left(mu ^2+sigma ^2right)}{sigma ^2 left(text{erfc}left(frac{mu }{sqrt{2}
sigma }right)-2right)}+2 sigma$$
Here's a graph of the variance with respect to $sigma$ and $mu$: always monotonic:
2
You do not give any proofs whether the variance of the truncated normal distribution (truncated from below at zero) increases in $sigma$... The variance formula has been already given in this question.
– sndwec
Nov 23 at 7:57
add a comment |
up vote
0
down vote
up vote
0
down vote
A straightforward (computer) symbolic integration shows that the variance of the truncated distribution for arbitrary $mu$ gives:
$$sigma left(-frac{2 sigma e^{-frac{mu ^2}{sigma ^2}}}{pi
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma
^2}}}{text{erfc}left(frac{mu }{sqrt{2} sigma }right)-2}+sigma right).$$
Here's a graph (for fixed $mu = 1$):
Here's the derivative of the variance with respect to $sigma$:
$$-frac{4 sqrt{2} mu e^{-frac{3 mu ^2}{2 sigma ^2}}}{pi ^{3/2}
left(text{erf}left(frac{mu }{sqrt{2} sigma }right)+1right)^3}-frac{2
e^{-frac{mu ^2}{sigma ^2}} left(3 mu ^2+2 sigma ^2right)}{pi sigma
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma ^2}}
left(mu ^2+sigma ^2right)}{sigma ^2 left(text{erfc}left(frac{mu }{sqrt{2}
sigma }right)-2right)}+2 sigma$$
Here's a graph of the variance with respect to $sigma$ and $mu$: always monotonic:
A straightforward (computer) symbolic integration shows that the variance of the truncated distribution for arbitrary $mu$ gives:
$$sigma left(-frac{2 sigma e^{-frac{mu ^2}{sigma ^2}}}{pi
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma
^2}}}{text{erfc}left(frac{mu }{sqrt{2} sigma }right)-2}+sigma right).$$
Here's a graph (for fixed $mu = 1$):
Here's the derivative of the variance with respect to $sigma$:
$$-frac{4 sqrt{2} mu e^{-frac{3 mu ^2}{2 sigma ^2}}}{pi ^{3/2}
left(text{erf}left(frac{mu }{sqrt{2} sigma }right)+1right)^3}-frac{2
e^{-frac{mu ^2}{sigma ^2}} left(3 mu ^2+2 sigma ^2right)}{pi sigma
left(text{erf}left(frac{mu }{sqrt{2} sigma
}right)+1right)^2}+frac{sqrt{frac{2}{pi }} mu e^{-frac{mu ^2}{2 sigma ^2}}
left(mu ^2+sigma ^2right)}{sigma ^2 left(text{erfc}left(frac{mu }{sqrt{2}
sigma }right)-2right)}+2 sigma$$
Here's a graph of the variance with respect to $sigma$ and $mu$: always monotonic:
edited Nov 23 at 8:44
answered Nov 23 at 6:41
David G. Stork
9,32721232
9,32721232
2
You do not give any proofs whether the variance of the truncated normal distribution (truncated from below at zero) increases in $sigma$... The variance formula has been already given in this question.
– sndwec
Nov 23 at 7:57
add a comment |
2
You do not give any proofs whether the variance of the truncated normal distribution (truncated from below at zero) increases in $sigma$... The variance formula has been already given in this question.
– sndwec
Nov 23 at 7:57
2
2
You do not give any proofs whether the variance of the truncated normal distribution (truncated from below at zero) increases in $sigma$... The variance formula has been already given in this question.
– sndwec
Nov 23 at 7:57
You do not give any proofs whether the variance of the truncated normal distribution (truncated from below at zero) increases in $sigma$... The variance formula has been already given in this question.
– sndwec
Nov 23 at 7:57
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%2f3010029%2fvariance-of-the-truncated-normal-distribution-truncated-from-below-increases-i%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