| B-Spline | R Documentation |
Density function for the normalized quadratic B-Spline distribution.
dbspline(x, theta, lwr, upr, log = FALSE)
pbspline(x, theta, lwr, upr, lower.tail = TRUE, log.p = FALSE)
x |
A vector of quantiles. |
theta |
A vector of unnormalized spline parameters. |
lwr |
A scalar lower bound. |
upr |
A scalar upper bound. |
log |
A logical value indication whether a probability |
dbspline gives the density. The length of the result is determined
by the length of x for dbspline.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.