View source: R/gd_compute_pip_stats_lq.R
gd_compute_quantile_lq | R Documentation |
gd_compute_quantile_lq()
computes quantiles from a Lorenz Quadratic fit.
gd_compute_quantile_lq(A, B, C, n_quantile = 10, key_values)
A |
numeric: Lorenz curve coefficient. Output of
|
B |
numeric: Lorenz curve coefficient. Output of
|
C |
numeric: Lorenz curve coefficient. Output of
|
n_quantile |
numeric: Number of quantiles to return. |
key_values |
named list: key values for lq fit, calculated using A, B, C parameters using gd_lq_key_values |
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.