|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node74.html
Дата изменения: Wed Jul 2 03:52:40 2008 Дата индексирования: Fri Sep 5 18:38:40 2008 Кодировка: Поисковые слова: http www.badastronomy.com bad tv foxapollo.html |
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