DirichletProcessExponential {dirichletprocess} | R Documentation |
Create a Dirichlet Mixture of Exponentials
Description
This is the constructor function to produce a dirichletprocess
object with a Exponential mixture kernel with unknown rate.
The base measure is a Gamma distribution that is conjugate to the posterior distribution.
Usage
DirichletProcessExponential(y, g0Priors = c(0.01, 0.01), alphaPriors = c(2, 4))
Arguments
y |
Data |
g0Priors |
Base Distribution Priors |
alphaPriors |
Alpha prior parameters. See |
Details
Value
Dirichlet process object
[Package dirichletprocess version 0.4.2 Index]