Complementary probability integral for Cauchy distribution.
Loading LOADSUB ALL FROM "ERF.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X,M,S,Y
Y=FNQ_gauss(M,S,X)
Description
FNQ_gaussreturns the value of the complementary integral of the Gaussian, or normal, probability density function of meanmand standard deviations(represented below byσ) atx. The integral,Q(x;m,σ), is defined by the expression
Qis defined for all values ofxandmand for positive values of .
Q(x;0,σ)
Errors
FNQ_gausscauses an HTBasic error if its arguments are not all of type REAL or if the value ofSis negative or zero.