HTBasic Help
×
Menu
Index

Q_pareto

Complementary probability integral for Pareto distribution.
 
Loading        LOADSUB ALL FROM "PARETO.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X,X0,T,Y
Y=FNQ_pareto(X0,T,X)
 
Description                
FNQ_pareto returns the value of the complementary integral of the Pareto probability density function of parameters X0 (here written as x0) and t at x, Q(x;x0,t). Q(x;x0,t) is defined by the expression
Q is defined for positive values of x0 and t.
 
                 Q(x;1,t)
         
Errors
FNQ_pareto causes an HTBasic error if its arguments are not all of type REAL or if the value of x0 or t is negative or zero.
 
See Also
F_pareto, P_pareto