asa076
    
    
    
      asa076,
      a C++ code which
      evaluates Owen's T function,
      by Young and Minder.
    
    
      The code is a version of Applied Statistics Algorithm 76.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Languages:
    
    
      asa076 is available in
      a C version and
      a C++ version and
      a Fortran90 version and
      a MATLAB version and
      an Octave version and
      a Python version.
    
    
      Related Data and Programs:
    
    
      
      asa076_test
    
    
      
      asa005,
      a C++ code which
      evaluates the CDF of the noncentral T distribution, and 
      uses Owen's T function.
    
    
      
      asa243,
      a C++ code which
      evaluates the CDF of the noncentral T distribution.
    
    
      
      owen,
      a C++ code which
      evaluates Owen's T function.
    
    
      Author:
    
    
      Original Fortran77 version by JC Young and Christoph Minder;
      This version by John Burkardt.
    
    
      Reference:
    
    
      
        - 
          Richard Boys,
          Remark AS R80:
          A Remark on Algorithm AS76:
          An Integral Useful in Calculating Noncentral T and Bivariate
          Normal Probabilities,
          Applied Statistics,
          Volume 38, Number 3, 1989, pages 580-582.
         
        - 
          Youn-Min Chou,
          Remark AS R55:
          A Remark on Algorithm AS76:
          An Integral Useful in Calculating Noncentral T and Bivariate
          Normal Probabilities,
          Applied Statistics,
          Volume 34, Number 1, 1985, pages 100-101.
         
        - 
          PW Goedhart, MJW Jansen,
          Remark AS R89:
          A Remark on Algorithm AS76:
          An Integral Useful in Calculating Noncentral T and Bivariate
          Normal Probabilities,
          Applied Statistics,
          Volume 41, Number 2, 1992, pages 496-497.
         
        - 
          MA Porter, DJ Winstanley,
          Remark AS R30:
          A Remark on Algorithm AS76:
          An Integral Useful in Calculating Noncentral T and Bivariate
          Normal Probabilities,
          Applied Statistics,
          Volume 28, Number 1, 1979, page 113.
         
        - 
          JC Young, Christoph Minder,
          Algorithm AS 76:
          An Algorithm Useful in Calculating Non-Central T and
          Bivariate Normal Distributions,
          Applied Statistics,
          Volume 23, Number 3, 1974, pages 455-457.
         
      
    
    
      Source Code:
    
    
      
    
    
    
      Last revised on 26 January 2020.