Learn R Programming

BNPmix (version 0.2.5)

summary.BNPdens: BNPdens summary method

Description

The summary.BNPdens method provides summary information on BNPdens objects.

Usage

# S3 method for BNPdens
summary(object, ...)

Arguments

object

an object of class BNPdens;

...

additional arguments

Examples

Run this code
# NOT RUN {
data_toy <- c(rnorm(100, -3, 1), rnorm(100, 3, 1))
grid <- seq(-7, 7, length.out = 50)
est_model <- PYdensity(y = data_toy, mcmc = list(niter = 100,
                      nburn = 10, napprox = 10), output = list(grid = grid))
class(est_model)
summary(est_model)
# }

Run the code above in your browser using DataLab