.breakpointFit {Trendy}R Documentation

breakpoint fits

Description

breakpoint fits

Usage

.breakpointFit(J, tVectIn, lmLinear, numTry)

Arguments

J

number of breakpoints in the model

tVectIn

a numerical vector indicating the time-points or the order of samples. If it is NULL (default), then the time/order will be assumed to be equaly spaced from 1:N (N is number of samples).

lmLinear

the linear fit as a starting point to segmented function

numTry

the number of different seeds to try. If all numTry runs fail, then the linear regression (no breakpoints, one segment) model will be returned.


[Package Trendy version 1.4.6 Index]