-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
I am trying to apply to real data the function dirichletprocess beta but I got an extrange result. My goal is to cluster a one dimensional vector of percentages therefore bounded to [0,1]. I use the dirichlet process beta but I got this strange spyke near the boundary of 0. Would you have any advice on how to fit it in another way:
Currently using
dpobj = DirichletProcessBeta(y, maxY = 1, g0Priors = c(2,150), mhStep = c(0.25, 0.25), hyperPriorParameters = c(1, 1/150))
dpFit = Fit(dpObj = dpobj, 2000, updatePrior = TRUE)
plot(dpFit)
Metadata
Metadata
Assignees
Labels
No labels
