You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The limit {eq}`plrt` implies the existence of positive constants $b$ and $\bar x$ such that $\mathbb P\{X > x\} \geq b x^{- \alpha}$ whenever $x \geq \bar x$.
492
+
The limit {eq}`plrt` implies the existence of positive constants $b$ and $\bar x$
493
+
such that $\mathbb P\{X > x\} \geq b x^{- \alpha}$ whenever $x \geq \bar x$.
479
494
480
495
The implication is that $\mathbb P\{X > x\}$ converges to zero no faster than $x^{-\alpha}$.
481
496
@@ -727,11 +742,14 @@ The Pareto distribution is assumed to take the form {eq}`pareto` with $\bar x =
727
742
728
743
(The value the tail index $\alpha$ is plausible given the data {cite}`gabaix2016power`.)
729
744
730
-
To make the lognormal option as similar as possible to the Pareto option, choose its parameters such that the mean and median of both distributions are the same.
745
+
To make the lognormal option as similar as possible to the Pareto option, choose
746
+
its parameters such that the mean and median of both distributions are the same.
731
747
732
-
Note that, for each distribution, your estimate of tax revenue will be random because it is based on a finite number of draws.
748
+
Note that, for each distribution, your estimate of tax revenue will be random
749
+
because it is based on a finite number of draws.
733
750
734
-
To take this into account, generate 100 replications (evaluations of tax revenue) for each of the two distributions and compare the two samples by
751
+
To take this into account, generate 100 replications (evaluations of tax revenue)
752
+
for each of the two distributions and compare the two samples by
735
753
736
754
* producing a [violin plot](https://en.wikipedia.org/wiki/Violin_plot) visualizing the two samples side-by-side and
737
755
* printing the mean and standard deviation of both samples.
0 commit comments