Evaluate pdf, cdf, and quantiles for smoothing spline conditional density estimates.
dsscden(object, y, x)
psscden(object, q, x)
qsscden(object, p, x)
d.sscden(object, x, y)
d.sscden1(object, x, y, scale=TRUE)
A matrix or vector of pdf, cdf, or quantiles of f(y|x), with each column corresponding to a distinct x value.
Object of class "sscden"
or "sscden1"
.
Data frame of x values on which conditional density f(y|x) is to be evaluated.
Data frame or vector of points on which conditional density f(y|x) is to be evaluated.
Vector of points on which cdf is to be evaluated.
Vector of probabilities for which quantiles are to be calculated.
Flag indicating whether to use approximate scaling without quadrature.
The arguments x
and y
are of the same form as the
argument newdata
in predict.lm
, but y
in
dsscden
can take a vector for 1-D responses.
psscden
and qsscden
naturally only work for 1-D
responses.
Fitting function sscden
and cdsscden
.