Skip to content

Commit

Permalink
AC
Browse files Browse the repository at this point in the history
14/08/2018

Far nearer finished vignette just putting final case studies in. Mean values are slightly thrown as param.ests are thrown off.
  • Loading branch information
Andrew Connell committed Aug 14, 2018
1 parent 7f285e8 commit 5b60b63
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 8 deletions.
8 changes: 4 additions & 4 deletions man/ocpt.mean.initialise.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ ocpt.mean.initialise(data,penalty="Manual",pen.value=length(data),Q=5,test.stat=
The maximum number of changepoints to search for using the "BinSeg" method. The maximum number of segments (number of changepoints + 1) to search for using the "SegNeigh" method.
}
\item{test.stat}{
The assumed test statistic / distribution of the data. Currently only "Normal", "ECP" and "CUSUM" supported.
The assumed test statistic / distribution of the data. Currently only "ECP" "Normal", "Exponential", "Gamma" or "Poisson" supported.
}
\item{class}{
Logical. If TRUE then an object of class \code{cpt} is returned.
Logical. If TRUE then an object of class \code{ocpt} is returned.
}
\item{param.estimates}{
Logical. If TRUE and class=TRUE then parameter estimates are returned. If FALSE or class=FALSE no parameter estimates are returned.
Expand All @@ -35,13 +35,13 @@ ocpt.mean.initialise(data,penalty="Manual",pen.value=length(data),Q=5,test.stat=
Only used when cost function is the gamma likelihood.
}
\item{minseglen}{
Positive integer giving the minimum segment length (no. of observations between changes), default is the minimum allowed by theory.
Positive integer giving the minimum segment length (no. of observations between changes), default is the minimum allowed by theory. Note that when the "ECP" test.stat is used then the input value for minseglen is one less than the delta value used.
}
\item{alpha}{
The moment index used for determining the distance between and within segments.
}
\item{verbose}{
Allows the user to have some of the internal steps returned. (Only for ECP method.)
Allows the user to have some of the internal steps returned. (Only for ECP case.)
}
}
\details{
Expand Down
Loading

0 comments on commit 5b60b63

Please sign in to comment.