subroutine bivariate_normal_cdf_values ( n_data, x, y, r, fxy ) c*********************************************************************72 c cc BIVARIATE_NORMAL_CDF_VALUES returns some values of the bivariate normal CDF. c c Discussion: c c FXY is the probability that two variables A and B, which are c related by a bivariate normal distribution with correlation R, c respectively satisfy A .lt.= X and B .lt.= Y. c c Mathematica can evaluate the bivariate normal CDF via the commands: c c <