predict.adeba: Predict PDF at selected points

Description Usage Arguments Value Author(s)

View source: R/calculate.r

Description

Predict PDF at selected points

Usage

1
2
## S3 method for class 'adeba'
predict(object, newx, ...)

Arguments

object

Density estimate.

newx

New data points to predict. Can either be a dataset of the same dimension as was used to make the estimate, or a point grid in list form (see render for details).

...

Ignored, kept for S3 consistency.

Value

A vector if newx is a matrix or array, or an array if newx.

Author(s)

Christofer B<c3><a4>cklin


adeba documentation built on May 2, 2019, 3:21 a.m.

Related to predict.adeba in adeba...