Learn R Programming

ecp (version 1.5.2)

stpp: Spatio-temporal Point Process

Description

A spatio-temporal inhomogeneous poisson point process. The data set contains 3 change points which occur at times 1, 3, and 4.5.

Usage

data(stpp)

Arguments

format

A list with the following components. period1: The inhomogeneous poisson point process over the time interval [0,1). period2: The inhomogeneous poisson point process over the time interval [1,3). period3: The inhomogeneous poisson point process over the time interval [3,4.5). period4: The inhomogeneous poisson point process over the time interval [4.5,7]. pointProcess: The inhomogeneous poisson point process over the time interval [0,7]. member: The segment membership array for when the process is divided into 50 segments each spanning an equal amount of time.

References

James NA, Matteson DS (2013). ecp: An R Package for Nonparametric Multiple Change Point Analysis of Multivariate Data.

Examples

Run this code
data(ecp/data/stpp.RData)

Run the code above in your browser using DataLab