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