eval_poly | R Documentation |
Evaluate the polynomial using the Horner scheme
eval_poly(x, b, deriv = FALSE)
x |
numeric vector of values to evaluate a polynomial at |
b |
numeric vector of coefficients (highest degree first, degree 0 last) |
deriv |
logical. Should the value of the derivative be returned instead?. Default is FALSE. |
quantiles, QDF, DQF, random samples or probabilities of GLD (CSW parameterization)
eval_poly(1:3, c(0.1, 0.2, 0.6, 1.23, 4.43))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.