Normal distribution, Expected Values and Variance











up vote
-1
down vote

favorite












I'm having a hard time with a study question and couldn't find any help in my literature or lectures, so I thought I'd ask here.



The problem is as follows:
At the beginning of the month you have $3000 in an asset A (W0 = 3000). Suppose you have an annual return R on the asset which is given by R ~N(0.1,0.5) [meaning R is normally distributed with a mean of 0.1 and a variance of 0.5]. Your wealth at the end of the year is represented by the random variable W1 = W0(1+R). Find E(W1) and VAR(W1).



Here's what I've tried so far:



E[W1] = E[(W0+W0*R)] = W0 + W0*E[R] = 3000 + 3000*0.1 = 3300



VAR(W1) = W0^2*VAR(R) = 3000^2 * 0.5 = 4'500'000.



However, I am not sure if I've failed to incorporate the fact that it is on a yearly basis (i.e 12 months). In previous problems W0 has been at the beginning of a month, and W1 at the end of said month, and this approach has worked.



In advance, thanks for your help.










share|improve this question
























  • What is the meaning of R ~N(0.1,0.5)? You should be careful with your question description about those you are asking. You should provide enough information properly.
    – Shudipta Sharma
    Nov 21 at 16:18










  • My bad. It means that R is normally distributed with a mean of 0.1 and a variance of 0.5. Updated the post now.
    – 4penny
    Nov 21 at 16:37










  • It's common for the second parameter of the normal to be given as the standard deviation, in which case you'd square the 0.5. If it's variance, your answer is correct. Since R was specified as annual return, you don't need to be adjusting anything to discuss wealth after a year.
    – pjs
    Nov 21 at 16:37






  • 1




    Note that this sort of question would be a better match for stats.stackexchange.com
    – pjs
    Nov 21 at 16:39










  • @ShudiptaSharma ~ is common notation in statistics, to the point that it's reasonable to expect that if somebody doesn't know the notation they probably won't be able to answer the question.
    – pjs
    Nov 21 at 16:49















up vote
-1
down vote

favorite












I'm having a hard time with a study question and couldn't find any help in my literature or lectures, so I thought I'd ask here.



The problem is as follows:
At the beginning of the month you have $3000 in an asset A (W0 = 3000). Suppose you have an annual return R on the asset which is given by R ~N(0.1,0.5) [meaning R is normally distributed with a mean of 0.1 and a variance of 0.5]. Your wealth at the end of the year is represented by the random variable W1 = W0(1+R). Find E(W1) and VAR(W1).



Here's what I've tried so far:



E[W1] = E[(W0+W0*R)] = W0 + W0*E[R] = 3000 + 3000*0.1 = 3300



VAR(W1) = W0^2*VAR(R) = 3000^2 * 0.5 = 4'500'000.



However, I am not sure if I've failed to incorporate the fact that it is on a yearly basis (i.e 12 months). In previous problems W0 has been at the beginning of a month, and W1 at the end of said month, and this approach has worked.



In advance, thanks for your help.










share|improve this question
























  • What is the meaning of R ~N(0.1,0.5)? You should be careful with your question description about those you are asking. You should provide enough information properly.
    – Shudipta Sharma
    Nov 21 at 16:18










  • My bad. It means that R is normally distributed with a mean of 0.1 and a variance of 0.5. Updated the post now.
    – 4penny
    Nov 21 at 16:37










  • It's common for the second parameter of the normal to be given as the standard deviation, in which case you'd square the 0.5. If it's variance, your answer is correct. Since R was specified as annual return, you don't need to be adjusting anything to discuss wealth after a year.
    – pjs
    Nov 21 at 16:37






  • 1




    Note that this sort of question would be a better match for stats.stackexchange.com
    – pjs
    Nov 21 at 16:39










  • @ShudiptaSharma ~ is common notation in statistics, to the point that it's reasonable to expect that if somebody doesn't know the notation they probably won't be able to answer the question.
    – pjs
    Nov 21 at 16:49













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I'm having a hard time with a study question and couldn't find any help in my literature or lectures, so I thought I'd ask here.



The problem is as follows:
At the beginning of the month you have $3000 in an asset A (W0 = 3000). Suppose you have an annual return R on the asset which is given by R ~N(0.1,0.5) [meaning R is normally distributed with a mean of 0.1 and a variance of 0.5]. Your wealth at the end of the year is represented by the random variable W1 = W0(1+R). Find E(W1) and VAR(W1).



Here's what I've tried so far:



E[W1] = E[(W0+W0*R)] = W0 + W0*E[R] = 3000 + 3000*0.1 = 3300



VAR(W1) = W0^2*VAR(R) = 3000^2 * 0.5 = 4'500'000.



However, I am not sure if I've failed to incorporate the fact that it is on a yearly basis (i.e 12 months). In previous problems W0 has been at the beginning of a month, and W1 at the end of said month, and this approach has worked.



In advance, thanks for your help.










share|improve this question















I'm having a hard time with a study question and couldn't find any help in my literature or lectures, so I thought I'd ask here.



The problem is as follows:
At the beginning of the month you have $3000 in an asset A (W0 = 3000). Suppose you have an annual return R on the asset which is given by R ~N(0.1,0.5) [meaning R is normally distributed with a mean of 0.1 and a variance of 0.5]. Your wealth at the end of the year is represented by the random variable W1 = W0(1+R). Find E(W1) and VAR(W1).



Here's what I've tried so far:



E[W1] = E[(W0+W0*R)] = W0 + W0*E[R] = 3000 + 3000*0.1 = 3300



VAR(W1) = W0^2*VAR(R) = 3000^2 * 0.5 = 4'500'000.



However, I am not sure if I've failed to incorporate the fact that it is on a yearly basis (i.e 12 months). In previous problems W0 has been at the beginning of a month, and W1 at the end of said month, and this approach has worked.



In advance, thanks for your help.







math distribution economics






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 at 16:29

























asked Nov 21 at 15:43









4penny

93




93












  • What is the meaning of R ~N(0.1,0.5)? You should be careful with your question description about those you are asking. You should provide enough information properly.
    – Shudipta Sharma
    Nov 21 at 16:18










  • My bad. It means that R is normally distributed with a mean of 0.1 and a variance of 0.5. Updated the post now.
    – 4penny
    Nov 21 at 16:37










  • It's common for the second parameter of the normal to be given as the standard deviation, in which case you'd square the 0.5. If it's variance, your answer is correct. Since R was specified as annual return, you don't need to be adjusting anything to discuss wealth after a year.
    – pjs
    Nov 21 at 16:37






  • 1




    Note that this sort of question would be a better match for stats.stackexchange.com
    – pjs
    Nov 21 at 16:39










  • @ShudiptaSharma ~ is common notation in statistics, to the point that it's reasonable to expect that if somebody doesn't know the notation they probably won't be able to answer the question.
    – pjs
    Nov 21 at 16:49


















  • What is the meaning of R ~N(0.1,0.5)? You should be careful with your question description about those you are asking. You should provide enough information properly.
    – Shudipta Sharma
    Nov 21 at 16:18










  • My bad. It means that R is normally distributed with a mean of 0.1 and a variance of 0.5. Updated the post now.
    – 4penny
    Nov 21 at 16:37










  • It's common for the second parameter of the normal to be given as the standard deviation, in which case you'd square the 0.5. If it's variance, your answer is correct. Since R was specified as annual return, you don't need to be adjusting anything to discuss wealth after a year.
    – pjs
    Nov 21 at 16:37






  • 1




    Note that this sort of question would be a better match for stats.stackexchange.com
    – pjs
    Nov 21 at 16:39










  • @ShudiptaSharma ~ is common notation in statistics, to the point that it's reasonable to expect that if somebody doesn't know the notation they probably won't be able to answer the question.
    – pjs
    Nov 21 at 16:49
















What is the meaning of R ~N(0.1,0.5)? You should be careful with your question description about those you are asking. You should provide enough information properly.
– Shudipta Sharma
Nov 21 at 16:18




What is the meaning of R ~N(0.1,0.5)? You should be careful with your question description about those you are asking. You should provide enough information properly.
– Shudipta Sharma
Nov 21 at 16:18












My bad. It means that R is normally distributed with a mean of 0.1 and a variance of 0.5. Updated the post now.
– 4penny
Nov 21 at 16:37




My bad. It means that R is normally distributed with a mean of 0.1 and a variance of 0.5. Updated the post now.
– 4penny
Nov 21 at 16:37












It's common for the second parameter of the normal to be given as the standard deviation, in which case you'd square the 0.5. If it's variance, your answer is correct. Since R was specified as annual return, you don't need to be adjusting anything to discuss wealth after a year.
– pjs
Nov 21 at 16:37




It's common for the second parameter of the normal to be given as the standard deviation, in which case you'd square the 0.5. If it's variance, your answer is correct. Since R was specified as annual return, you don't need to be adjusting anything to discuss wealth after a year.
– pjs
Nov 21 at 16:37




1




1




Note that this sort of question would be a better match for stats.stackexchange.com
– pjs
Nov 21 at 16:39




Note that this sort of question would be a better match for stats.stackexchange.com
– pjs
Nov 21 at 16:39












@ShudiptaSharma ~ is common notation in statistics, to the point that it's reasonable to expect that if somebody doesn't know the notation they probably won't be able to answer the question.
– pjs
Nov 21 at 16:49




@ShudiptaSharma ~ is common notation in statistics, to the point that it's reasonable to expect that if somebody doesn't know the notation they probably won't be able to answer the question.
– pjs
Nov 21 at 16:49

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53415669%2fnormal-distribution-expected-values-and-variance%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • 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.





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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53415669%2fnormal-distribution-expected-values-and-variance%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Sphinx de Gizeh

Dijon

Guerrita