View source: R/gd_compute_pip_stats_lq.R
value_at_lq | R Documentation |
value_at_lq()
solves for quadratic Lorenz curves with c = 1
General quadratic form: ax^2 + bxy + cy^2 + dx + ey + f = 0
value_at_lq(x, A, B, C, key_values)
x |
numeric: Point on curve. |
A |
numeric: Lorenz curve coefficient. Output of
|
B |
numeric: Lorenz curve coefficient. Output of
|
C |
numeric: Lorenz curve coefficient. Output of
|
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.