Samiksha Jaiswal (Editor)

Owen's T function

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, Owen's T function T(ha), named after statistician Donald Bruce Owen, is defined by

Contents

T ( h , a ) = 1 2 π 0 a e 1 2 h 2 ( 1 + x 2 ) 1 + x 2 d x ( < h , a < + ) .

The function was first introduced by Owen in 1956.

Applications

The function T(ha) gives the probability of the event (X>h and 0<Y<a*X) where X and Y are independent standard normal random variables.

This function can be used to calculate bivariate normal distribution probabilities and, from there, in the calculation of multivariate normal distribution probabilities. It also frequently appears in various integrals involving Gaussian functions.

Computer algorithms for the accurate calculation of this function are available; quadrature having been employed since the 1970s.

Properties

T ( h , 0 ) = 0 T ( 0 , a ) = 1 2 π arctan ( a ) T ( h , a ) = T ( h , a ) T ( h , a ) = T ( h , a ) T ( h , a ) + T ( a h , 1 a ) = 1 2 ( Φ ( h ) + Φ ( a h ) ) Φ ( h ) Φ ( a h ) if a 0 T ( h , a ) + T ( a h , 1 a ) = 1 2 ( Φ ( h ) + Φ ( a h ) ) Φ ( h ) Φ ( a h ) 1 2 if a < 0 T ( h , 1 ) = 1 2 Φ ( h ) ( 1 Φ ( h ) ) T ( 0 , x ) d x = x T ( 0 , x ) 1 4 π ln ( 1 + x 2 ) + C

Here Φ(x) is the standard normal cumulative density function

Φ ( x ) = 1 2 π x exp ( t 2 / 2 ) d t

More properties can be found in the literature.

Software

  • Owen's T function (user web site) - offers C++, FORTRAN77, FORTRAN90, and MATLAB libraries released under the LGPL license LGPL
  • Owen's T-function is implemented in Mathematica since version 8, as OwenT.
  • References

    Owen's T function Wikipedia