Description Usage Arguments Details Value References
This function returns the upper tail probability of a truncated normal distribution
at quantile q.
| 1 | 
| 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 ≥ 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.