| .elasticity_at_price | R Documentation |
Computes eta(p) = d log(Q(p)) / d log(p) via central finite differences
.elasticity_at_price(demand_fn, price, delta = 1e-05)
demand_fn |
Function Q(p) returning demand at price p |
price |
Price point at which to evaluate elasticity |
delta |
Relative step size for finite difference (default 1e-5) |
Numeric elasticity value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.