EBSProfiles(data=numeric(), model=1, K = 3, hyper = numeric(), theta = numeric(), var = numeric(), homoscedastic = FALSE, unif= TRUE)
Johnson, Kotz & Kemp: Univariate Discrete Distributions
Hall, Kay & Titterington: Asymptotically optimal difference-based estimation of variance in non-parametric regression
EBSegmentation
# changes for Poisson model
set.seed(1)
x1<-c(rpois(125,1),rpois(100,5),rpois(50,1),rpois(75,5),rpois(50,1))
x2<-c(rpois(125,3),rpois(75,4),rpois(75,1),rpois(125,8))
M<-rbind(x1,x2)
out <- EBSProfiles(M,model=1,K=10)
Run the code above in your browser using DataLab