TNSurv | R Documentation |
This function returns the upper tail probability of a truncated normal distribution
at quantile q
.
TNSurv(q, mean, sd, E, approx = FALSE)
q |
the quantile. |
mean |
the mean parameter |
sd |
the standard deviation |
E |
the truncation set, an "Intervals" object or a matrix where rows represents a union of disjoint intervals. |
approx |
should the approximation algorithm be used? Default is |
Let X
be a normal random variable with mean
and sd
. Truncating
X
to the set E
is equivalent to conditioning on {X \in E}
. So this function
returns P(X \ge q | X \in E)
.
This function returns the value of the survival function evaluated at quantile q
.
Bryc, Wlodzimierz. "A uniform approximation to the right normal tail integral." Applied mathematics and computation 127.2 (2002): 365-374.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.