R/computeBreakPoints.R

Defines functions computeBreakPoints

Documented in computeBreakPoints

computeBreakPoints<- function(series,alpha){
BPDriver <- .jnew("edu.dtulnu.stat.brpts.rect.BreakPointsMinMaxDriver") # create instance of BreakPointsMinMaxDriver class
out <- .jcall(BPDriver,  "[I" , "computeBreakPoints", series, alpha) # invoke computeBreakPoints method
return(out)
}

Try the SBRect package in your browser

Any scripts or data that you put into this service are public.

SBRect documentation built on May 2, 2019, 11:27 a.m.