Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/6.5.0/doc/ssclib/node74.html
Дата изменения: Tue Aug 16 01:58:14 2005 Дата индексирования: Sat Dec 22 08:07:03 2007 Кодировка: |
This function returns the probability that a gaussian-distributed variable will depart from the mean
by greater than
. For values obeying a gaussian distribution of standard deviation
, the probability
of a given
value (or greater) occurring by chance is
function integratedGaussProb(testY, meanY, sigma) result(probability) real(single), intent(in) :: testY, meanY, sigma real(single) :: probability end function integratedGaussProb