ParetoDistribution as a long-tailed distribution can be used to model city population sizes:
Compare the histogram of population sizes with the PDF of the estimated distribution:
Find the probability that a city has a population of at least 10000:
Find the mean city size:
Simulate the population size of 20 randomly selected cities:
Use
ParetoDistribution to model incomes at a large state university:
Adjust part-time salaries to full-time salaries and select nonzero values:
Fit a Pareto distribution into the data:
Compare the histogram of the data to the PDF of the estimated distribution:
Find average income at the large state university:
Find the probability that a salary is at most $15000:
Find the probability that a salary is at least $150000:
Find the median salary:
Simulate the incomes for 100 randomly selected employees of such a university:
The lifetime of a device follows
ParetoDistribution:
Find the reliability of the device:
Find the average lifetime of this device:
Find the probability that the device will be operational for more than 6 years:
Find the failure rate of the device:
Consider earthquake magnitudes recorded in the U.S. from 1935 to 1989:
The integer parts of the magnitudes recorded on a Richter scale can be fitted with a
ParetoDistribution:
Compare the histogram of the magnitudes with the fitted distribution:
Find the probability of an earthquake with magnitude at least 6 on the Richter scale:
Find the average magnitude:
Simulate the next 30 earthquakes:
Use truncated Pareto IV distribution to define Bradford distribution:
Find the limit of density function when the shape parameter tends to 0:
Substitute to simplify constants:
Define Bradford distribution:
Bradford probability density function:
Cumulative density function:
Mean:
Generate random numbers: