qnorm_mu | R Documentation |
Internal function to calculate Pr(-t < Z < t) - kkk/d for Z~N(mu,1). Take the root of this function to find the mu such that P(|Z|>=t_k) = k/d.
qnorm_mu(mu, t, kkk, d)
mu |
The mean of the normal random variable. |
t |
The threshold (boundaries) we are interested in. |
kkk |
We decided to make you input the fraction in two parts. |
d |
We decided to make you input the fraction in two parts. |
Pr(-t < Z < t) - kkk/d for Z~N(mu,1).
qnorm_mu(mu=0, t=1.96, kkk=1, d=5) # Should return 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.