HTBasic Help
×
Menu
Index
P_pareto
Probability integral for Pareto distribution.
 
Loading        LOADSUB ALL FROM "PARETO.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X,X0,T,Y
Y=FNP_pareto(X0,T,X)
 
Description                
FNP_pareto returns the value of the integral of the Pareto probability density function of parameters X0 (here written as x0) and t at x, P(x;x0,t). P(x;x0,t) is defined by the expression
P is defined for positive values of x0 and t.
 
P(x;1,t)
Errors
FNP_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, Q_pareto