dssden {gss} | R Documentation |
Evaluate pdf, cdf, and quantiles for smoothing spline density estimates.
dssden(object, x) pssden(object, q) qssden(object, p) d.ssden(object, x) d.ssden1(object, x)
object |
Object of class |
x |
Data frame or vector of points on which density is to be evaluated. |
q |
Vector of points on which cdf is to be evaluated. |
p |
Vector of probabilities for which quantiles are to be calculated. |
The argument x
in dssden
is of the same form as the
argument newdata
in predict.lm
, but can take a
vector for 1-D densities.
pssden
and qssden
naturally only work for 1-D
densities.
A vector of pdf, cdf, or quantiles.
Fitting function ssden
and cdssden
.