Determine the value for the constant c that makes the probability statement correct?probability that the maximal value drawn from normal distributions was drawn from eachHow to check if my dataset is normally distributed?What's the probability that an NFL team with a given win/loss record makes the playoffs?Conditional probability distribution $p(A | A + B > C)$Bivariate and Marginal Probability Distributions: find the value of k that makes this a probability distributionCompute the probability distribution of the value of a portfolioWhat is the probability that these passengers will exceed the weight capacity?If then statement regrading definition of lognormal distribution and the inverse of that statement?Asymptotic Relative Efficiency; Normal Distribution SamplesProbability for a specific value for sum of normally distributed random variables
How to define limit operations in general topological spaces? Are nets able to do this?
Brake pads destroying wheels
What does "^L" mean in C?
What are substitutions for coconut in curry?
Probably overheated black color SMD pads
Does .bashrc contain syntax errors?
How are passwords stolen from companies if they only store hashes?
Why is there so much iron?
Worshiping one God at a time?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Violin - Can double stops be played when the strings are not next to each other?
Is this an example of a Neapolitan chord?
Deletion of copy-ctor & copy-assignment - public, private or protected?
Do native speakers use "ultima" and "proxima" frequently in spoken English?
How can an organ that provides biological immortality be unable to regenerate?
Could Sinn Fein swing any Brexit vote in Parliament?
What is the plural TO / OF something
Describing a chess game in a novel
How does one measure the Fourier components of a signal?
I seem to dance, I am not a dancer. Who am I?
How can my new character avoid being a role-playing handicap to the party?
How to get the n-th line after a grepped one?
Maths symbols and unicode-math input inside siunitx commands
Hausdorff dimension of the boundary of fibres of Lipschitz maps
Determine the value for the constant c that makes the probability statement correct?
probability that the maximal value drawn from normal distributions was drawn from eachHow to check if my dataset is normally distributed?What's the probability that an NFL team with a given win/loss record makes the playoffs?Conditional probability distribution $p(A | A + B > C)$Bivariate and Marginal Probability Distributions: find the value of k that makes this a probability distributionCompute the probability distribution of the value of a portfolioWhat is the probability that these passengers will exceed the weight capacity?If then statement regrading definition of lognormal distribution and the inverse of that statement?Asymptotic Relative Efficiency; Normal Distribution SamplesProbability for a specific value for sum of normally distributed random variables
$begingroup$
$P(c le |Z|) = 0.016$
where Z is normally distributed .
I know that this means that either $Z ge c$ or $Z le -c$, but I'm not sure how to use this to find the value of c.
probability statistics
$endgroup$
add a comment |
$begingroup$
$P(c le |Z|) = 0.016$
where Z is normally distributed .
I know that this means that either $Z ge c$ or $Z le -c$, but I'm not sure how to use this to find the value of c.
probability statistics
$endgroup$
2
$begingroup$
where $Z$ is standard normal $mathcalN(0, 1)$ ?
$endgroup$
– ippiki-ookami
Mar 12 at 19:05
$begingroup$
@ippiki-ookami correct
$endgroup$
– Elena Torre
Mar 12 at 19:30
$begingroup$
You want $c$ to be quantile 0.992 of the std normal dist'n. In R statistical softwareqnorm(without extra arguments) is the inverse CDF or quantile function of std. norm. In R, codeqnorm(.992)returns $c = 2.408916.$ Then as in Answ (+1) of @callculus, the R code2 - 2*pdf(c)returns 0.016, wherepnormis std norm CDF. You can get $c$ correct to about two decimal places (i.e, 2.41) using printed normal tables. I think this is a drill problem on use of such tables; try it.
$endgroup$
– BruceET
Mar 12 at 22:52
add a comment |
$begingroup$
$P(c le |Z|) = 0.016$
where Z is normally distributed .
I know that this means that either $Z ge c$ or $Z le -c$, but I'm not sure how to use this to find the value of c.
probability statistics
$endgroup$
$P(c le |Z|) = 0.016$
where Z is normally distributed .
I know that this means that either $Z ge c$ or $Z le -c$, but I'm not sure how to use this to find the value of c.
probability statistics
probability statistics
edited Mar 12 at 19:31
Elena Torre
asked Mar 12 at 19:03
Elena TorreElena Torre
596
596
2
$begingroup$
where $Z$ is standard normal $mathcalN(0, 1)$ ?
$endgroup$
– ippiki-ookami
Mar 12 at 19:05
$begingroup$
@ippiki-ookami correct
$endgroup$
– Elena Torre
Mar 12 at 19:30
$begingroup$
You want $c$ to be quantile 0.992 of the std normal dist'n. In R statistical softwareqnorm(without extra arguments) is the inverse CDF or quantile function of std. norm. In R, codeqnorm(.992)returns $c = 2.408916.$ Then as in Answ (+1) of @callculus, the R code2 - 2*pdf(c)returns 0.016, wherepnormis std norm CDF. You can get $c$ correct to about two decimal places (i.e, 2.41) using printed normal tables. I think this is a drill problem on use of such tables; try it.
$endgroup$
– BruceET
Mar 12 at 22:52
add a comment |
2
$begingroup$
where $Z$ is standard normal $mathcalN(0, 1)$ ?
$endgroup$
– ippiki-ookami
Mar 12 at 19:05
$begingroup$
@ippiki-ookami correct
$endgroup$
– Elena Torre
Mar 12 at 19:30
$begingroup$
You want $c$ to be quantile 0.992 of the std normal dist'n. In R statistical softwareqnorm(without extra arguments) is the inverse CDF or quantile function of std. norm. In R, codeqnorm(.992)returns $c = 2.408916.$ Then as in Answ (+1) of @callculus, the R code2 - 2*pdf(c)returns 0.016, wherepnormis std norm CDF. You can get $c$ correct to about two decimal places (i.e, 2.41) using printed normal tables. I think this is a drill problem on use of such tables; try it.
$endgroup$
– BruceET
Mar 12 at 22:52
2
2
$begingroup$
where $Z$ is standard normal $mathcalN(0, 1)$ ?
$endgroup$
– ippiki-ookami
Mar 12 at 19:05
$begingroup$
where $Z$ is standard normal $mathcalN(0, 1)$ ?
$endgroup$
– ippiki-ookami
Mar 12 at 19:05
$begingroup$
@ippiki-ookami correct
$endgroup$
– Elena Torre
Mar 12 at 19:30
$begingroup$
@ippiki-ookami correct
$endgroup$
– Elena Torre
Mar 12 at 19:30
$begingroup$
You want $c$ to be quantile 0.992 of the std normal dist'n. In R statistical software
qnorm (without extra arguments) is the inverse CDF or quantile function of std. norm. In R, code qnorm(.992) returns $c = 2.408916.$ Then as in Answ (+1) of @callculus, the R code 2 - 2*pdf(c) returns 0.016, where pnorm is std norm CDF. You can get $c$ correct to about two decimal places (i.e, 2.41) using printed normal tables. I think this is a drill problem on use of such tables; try it.$endgroup$
– BruceET
Mar 12 at 22:52
$begingroup$
You want $c$ to be quantile 0.992 of the std normal dist'n. In R statistical software
qnorm (without extra arguments) is the inverse CDF or quantile function of std. norm. In R, code qnorm(.992) returns $c = 2.408916.$ Then as in Answ (+1) of @callculus, the R code 2 - 2*pdf(c) returns 0.016, where pnorm is std norm CDF. You can get $c$ correct to about two decimal places (i.e, 2.41) using printed normal tables. I think this is a drill problem on use of such tables; try it.$endgroup$
– BruceET
Mar 12 at 22:52
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Hint:
If $Z$ is $textsymmetric$ around $0$, then $P(Z>c)=P(Zleq -c)$, where $c>0$. These are the areas denoted by $4$ and $1$.
So you have to calculate $2cdot P(Z>c)$. Using the converse probability it becomes
$$P(c le |Z|))=2cdot (1-P(Zleq c))=2-2P(Zleq c)=0.016$$
Since $Z$ is standard normal distributed we have $2-2Phi( c)=0.016$
Now just solve for $c$.
$endgroup$
$begingroup$
Nice presentation, except I think regions 1 and 4 should be smaller to fit this particular problem.
$endgroup$
– BruceET
Mar 12 at 22:41
1
$begingroup$
@BruceET It´s just a shematic illustration, obviously.
$endgroup$
– callculus
Mar 13 at 0:44
add a comment |
$begingroup$
Comment continued:
In the figure below, each of the two areas under the standard normal density curve
outside the vertical dotted lines (at about $pm 2.41$) corresponds to probability 0.008.
So the total 'tail probability' is 0.016 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%2f3145533%2fdetermine-the-value-for-the-constant-c-that-makes-the-probability-statement-corr%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Hint:
If $Z$ is $textsymmetric$ around $0$, then $P(Z>c)=P(Zleq -c)$, where $c>0$. These are the areas denoted by $4$ and $1$.
So you have to calculate $2cdot P(Z>c)$. Using the converse probability it becomes
$$P(c le |Z|))=2cdot (1-P(Zleq c))=2-2P(Zleq c)=0.016$$
Since $Z$ is standard normal distributed we have $2-2Phi( c)=0.016$
Now just solve for $c$.
$endgroup$
$begingroup$
Nice presentation, except I think regions 1 and 4 should be smaller to fit this particular problem.
$endgroup$
– BruceET
Mar 12 at 22:41
1
$begingroup$
@BruceET It´s just a shematic illustration, obviously.
$endgroup$
– callculus
Mar 13 at 0:44
add a comment |
$begingroup$
Hint:
If $Z$ is $textsymmetric$ around $0$, then $P(Z>c)=P(Zleq -c)$, where $c>0$. These are the areas denoted by $4$ and $1$.
So you have to calculate $2cdot P(Z>c)$. Using the converse probability it becomes
$$P(c le |Z|))=2cdot (1-P(Zleq c))=2-2P(Zleq c)=0.016$$
Since $Z$ is standard normal distributed we have $2-2Phi( c)=0.016$
Now just solve for $c$.
$endgroup$
$begingroup$
Nice presentation, except I think regions 1 and 4 should be smaller to fit this particular problem.
$endgroup$
– BruceET
Mar 12 at 22:41
1
$begingroup$
@BruceET It´s just a shematic illustration, obviously.
$endgroup$
– callculus
Mar 13 at 0:44
add a comment |
$begingroup$
Hint:
If $Z$ is $textsymmetric$ around $0$, then $P(Z>c)=P(Zleq -c)$, where $c>0$. These are the areas denoted by $4$ and $1$.
So you have to calculate $2cdot P(Z>c)$. Using the converse probability it becomes
$$P(c le |Z|))=2cdot (1-P(Zleq c))=2-2P(Zleq c)=0.016$$
Since $Z$ is standard normal distributed we have $2-2Phi( c)=0.016$
Now just solve for $c$.
$endgroup$
Hint:
If $Z$ is $textsymmetric$ around $0$, then $P(Z>c)=P(Zleq -c)$, where $c>0$. These are the areas denoted by $4$ and $1$.
So you have to calculate $2cdot P(Z>c)$. Using the converse probability it becomes
$$P(c le |Z|))=2cdot (1-P(Zleq c))=2-2P(Zleq c)=0.016$$
Since $Z$ is standard normal distributed we have $2-2Phi( c)=0.016$
Now just solve for $c$.
answered Mar 12 at 19:35
callculuscallculus
18.4k31428
18.4k31428
$begingroup$
Nice presentation, except I think regions 1 and 4 should be smaller to fit this particular problem.
$endgroup$
– BruceET
Mar 12 at 22:41
1
$begingroup$
@BruceET It´s just a shematic illustration, obviously.
$endgroup$
– callculus
Mar 13 at 0:44
add a comment |
$begingroup$
Nice presentation, except I think regions 1 and 4 should be smaller to fit this particular problem.
$endgroup$
– BruceET
Mar 12 at 22:41
1
$begingroup$
@BruceET It´s just a shematic illustration, obviously.
$endgroup$
– callculus
Mar 13 at 0:44
$begingroup$
Nice presentation, except I think regions 1 and 4 should be smaller to fit this particular problem.
$endgroup$
– BruceET
Mar 12 at 22:41
$begingroup$
Nice presentation, except I think regions 1 and 4 should be smaller to fit this particular problem.
$endgroup$
– BruceET
Mar 12 at 22:41
1
1
$begingroup$
@BruceET It´s just a shematic illustration, obviously.
$endgroup$
– callculus
Mar 13 at 0:44
$begingroup$
@BruceET It´s just a shematic illustration, obviously.
$endgroup$
– callculus
Mar 13 at 0:44
add a comment |
$begingroup$
Comment continued:
In the figure below, each of the two areas under the standard normal density curve
outside the vertical dotted lines (at about $pm 2.41$) corresponds to probability 0.008.
So the total 'tail probability' is 0.016 as required.

$endgroup$
add a comment |
$begingroup$
Comment continued:
In the figure below, each of the two areas under the standard normal density curve
outside the vertical dotted lines (at about $pm 2.41$) corresponds to probability 0.008.
So the total 'tail probability' is 0.016 as required.

$endgroup$
add a comment |
$begingroup$
Comment continued:
In the figure below, each of the two areas under the standard normal density curve
outside the vertical dotted lines (at about $pm 2.41$) corresponds to probability 0.008.
So the total 'tail probability' is 0.016 as required.

$endgroup$
Comment continued:
In the figure below, each of the two areas under the standard normal density curve
outside the vertical dotted lines (at about $pm 2.41$) corresponds to probability 0.008.
So the total 'tail probability' is 0.016 as required.

answered Mar 12 at 23:08
BruceETBruceET
36k71540
36k71540
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%2f3145533%2fdetermine-the-value-for-the-constant-c-that-makes-the-probability-statement-corr%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

2
$begingroup$
where $Z$ is standard normal $mathcalN(0, 1)$ ?
$endgroup$
– ippiki-ookami
Mar 12 at 19:05
$begingroup$
@ippiki-ookami correct
$endgroup$
– Elena Torre
Mar 12 at 19:30
$begingroup$
You want $c$ to be quantile 0.992 of the std normal dist'n. In R statistical software
qnorm(without extra arguments) is the inverse CDF or quantile function of std. norm. In R, codeqnorm(.992)returns $c = 2.408916.$ Then as in Answ (+1) of @callculus, the R code2 - 2*pdf(c)returns 0.016, wherepnormis std norm CDF. You can get $c$ correct to about two decimal places (i.e, 2.41) using printed normal tables. I think this is a drill problem on use of such tables; try it.$endgroup$
– BruceET
Mar 12 at 22:52