dirichletprocess (version 0.2.1)

ChangeObservations: Change the observations of fitted Dirichlet Process.

Description

Using a fitted Dirichlet process object include new data. The new data will be assigned to the best fitting cluster for each point.

Usage

ChangeObservations(dpobj, newData)

Arguments

dpobj

The Dirichlet process object.

newData

New data to be included

Value

Changed Dirichlet process object

Examples

Run this code
# NOT RUN {
y <- rnorm(10)
dp <- DirichletProcessGaussian(y)
dp <- ChangeObservations(dp, rnorm(10))

# }

Run the code above in your browser using DataLab