MarkedPointProcess-class: Class "MarkedPointProcess"

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

An object of class MarkedPointProcess is a container for data obtained as observations of a marked point process or combinations of a continuous time process and a marked point process.

Objects from the Class

Objects can be created by calls of the function markedPointProcess.

The object contains time points or positions in one-dimensional space of either a marked point process, that is, discrete events and their associated mark information, or a combination of point process data and continuous process data.

The class extends ContinuousProcess and is extended by the class JumpProcess. These classes form an infrastructure for storing and handling general stochastic process data.

Slots

markColNames:

a character.

markValueColNames:

a character.

iPointSubset

an integer vector.

jPointSubset

an integer vector.

pointPointer

an integer vector.

pointProcessEnv

an environment.

Methods

colNames

signature(object = "MarkedPointProcess", type = "character"): Returns the column names if type is missing. If type is not missing, it must be either 'unit', 'factor', 'numeric', 'mark' or 'markValue' resulting in the column names for the specific column type only.

dim

signature(x = "MarkedPointProcess"): Returns the dimensions.

getPointId

signature(object = "MarkedPointProcess"): Returns the values of the unit identification variable.

getMarkType

signature(object = "MarkedPointProcess"): Returns the discrete marks.

getMarkValue

signature(object = "MarkedPointProcess"): Returns additional mark values.

getPointPosition

signature(object = "MarkedPointProcess"): Returns the time/position, position, of the observed discrete events.

getPointTime

signature(object = "MarkedPointProcess"): Same as getPointPosition.

getPointPointer

signature(object = "MarkedPointProcess", mark = "character"): Returns the pointer to the point positions in the continuous data.

Other methods are documented in their own help pages.

Author(s)

Niels Richard Hansen, Niels.R.Hansen@math.ku.dk

See Also

markedPointProcess, ProcessData, ContinuousProcess, JumpProcess

Examples

1
2
showClass("MarkedPointProcess")
showMethods(classes = "MarkedPointProcess")

ppstat documentation built on May 2, 2019, 5:26 p.m.