clean_input_thresholds | R Documentation |
threshold_fit
Check the validity and consistency of the input arguments
of threshold_fit
.
clean_input_thresholds(
p,
threshold,
average = NULL,
last_bracketavg = NULL,
last_invpareto = NULL,
bottom_model = NULL,
lower_bound = 0,
binf = NULL
)
p |
A vector of values in [0, 1]. |
threshold |
The quantiles corresponding to |
average |
The average over the entire distribution. Use |
last_bracketavg |
The average in the last bracket. Use |
last_invpareto |
The inverted Pareto coefficient at the last threshold.
Use |
bottom_model |
Which model to use at the bottom of the distribution?
Only relevant if |
lower_bound |
Lower bound of the distribution. Only relevant if
|
binf |
Asymptotic Pareto coefficient. |
Thomas Blanchet, Juliette Fournier, Thomas Piketty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.