IdentifyTerminalPoints: Identify terminal points

View source: R/IdentifyTerminalPoints.R

IdentifyTerminalPointsR Documentation

Identify terminal points

Description

Computes a vector of times at which the estimated piecewise constant intensity function c(t) changes.

Usage

IdentifyTerminalPoints(t.start, t.end, J)

Arguments

t.start

the starting time of the data collection.

t.end

the ending time of the data collection.

J

the maximum size of the tree in the initial dyadic partitioning used to estimate c(t).

Value

A numeric vector of points at which c(t) changes.


dpwynne/mmnst documentation built on Aug. 1, 2023, 8:08 a.m.