EasyFit – Easily Fit Distributions to Your Data!
EasyFit Help HomeLearn More About EasyFit

Pareto (Second Kind) Distribution

Parameters

- continuous shape parameter ()
- continuous scale parameter ()

Domain

Probability Density Function

Cumulative Distribution Function

Worksheet and VBA Functions

The following worksheet and VBA functions are available for this distribution:

Description
VBA Functions
Worksheet Functions
Distribution Fitting - =DistFit("Pareto2";Data)
Probability Density Function Pareto2Pdf(x,alpha,beta) =Pareto2Pdf(alpha;beta)
=DistPdf("Pareto2(alpha;beta)";x)
Cumulative Distribution Function Pareto2Cdf(x,alpha,beta) =Pareto2Cdf(alpha;beta)
=DistCdf("Pareto2(alpha;beta)";x)
Survival Function Pareto2Surv(x,alpha,beta) =DistSurv("Pareto2(alpha;beta)";x)
Hazard Function Pareto2Haz(x,alpha,beta) =Pareto2Haz(alpha;beta)
=DistHaz("Pareto2(alpha;beta)";x)
Cumulative Hazard Function Pareto2CumHaz(x,alpha,beta) =DistCumHaz("Pareto2(alpha;beta)";x)
Inverse CDF (Quantile Function) Pareto2Inv(P,alpha,beta) =Pareto2Inv(alpha;beta)
=DistInv("Pareto2(alpha;beta)";P)
Random Numbers Pareto2Rand(alpha,beta) =Pareto2Rand(alpha;beta)
=DistRand("Pareto2(alpha;beta)")
Mode Pareto2Mode(alpha,beta) =DistMode("Pareto2(alpha;beta)")
Mean Pareto2Mean(alpha,beta) =Pareto2Mean(alpha;beta)
=DistMean("Pareto2(alpha;beta)")
Variance Pareto2Var(alpha,beta) =Pareto2Var(alpha;beta)
=DistVar("Pareto2(alpha;beta)")
Standard Deviation Pareto2Stdev(alpha,beta) =Pareto2Stdev(alpha;beta)
=DistStdev("Pareto2(alpha;beta)")
Skewness Pareto2Skew(alpha,beta) =DistSkew("Pareto2(alpha;beta)")
(Excess) Kurtosis Pareto2Kurt(alpha,beta) =DistKurt("Pareto2(alpha;beta)")

Copyright © MathWave Technologies
www.mathwave.com