View source: R/owens_t_function.R
| owens_t | R Documentation |
Computes the Owens T function of h and a, giving the probability of the event (X > h and 0 < Y < a * X) where X and Y are independent standard normal random variables.
owens_t(h, a)
h |
The first argument of the Owens T function |
a |
The second argument of the Owens T function |
The value of the Owens T function at (h, a).
Boost Documentation for more details on the mathematical background.
# Owens T Function
owens_t(1, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.