https://github.com/cran/changepoint
Raw File
Tip revision: dfb130c94956f97660c8f4da1a9ccad2c2636aa5 authored by Rebecca Killick on 01 October 2015, 00:37:49 UTC
version 2.1.1
Tip revision: dfb130c
NAMESPACE
import(methods)
import(graphics)
import(zoo)
import(stats)

export("cpt.mean", "cpt.meanvar", "cpt.var")
exportClasses(cpt,cpt.reg,cpt.range)
exportMethods(plot,summary,show,nseg,logLik,likelihood,data.set,data.set.ts,cpts,cpts.full, cpts.ts,cpttype,distribution,test.stat,
	method,ncpts,ncpts.max,param.est,param, coef,pen.type,pen.value,pen.value.full, minseglen, seg.len,"cpts<-","cpttype<-","data.set<-","distribution<-","test.stat<-","ncpts.max<-","param.est<-","pen.type<-",
	"pen.value<-", "method<-", "cpts.full<-", "minseglen<-","pen.value.full<-")

useDynLib(changepoint)
back to top