Description Objects from the Class Slots Methods Author(s) See Also Examples
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 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.
markColNames:a character.
markValueColNames:a character.
iPointSubset an integer vector.
jPointSubset an integer vector.
pointPointer an integer vector.
pointProcessEnv an environment.
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.
signature(x = "MarkedPointProcess"): Returns the
dimensions.
signature(object = "MarkedPointProcess"):
Returns the values of the unit identification variable.
signature(object = "MarkedPointProcess"):
Returns the discrete marks.
signature(object = "MarkedPointProcess"):
Returns additional mark values.
signature(object =
"MarkedPointProcess"): Returns the time/position,
position, of the observed discrete events.
signature(object =
"MarkedPointProcess"): Same as getPointPosition.
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.
Niels Richard Hansen, Niels.R.Hansen@math.ku.dk
markedPointProcess,
ProcessData,
ContinuousProcess,
JumpProcess
1 2 | showClass("MarkedPointProcess")
showMethods(classes = "MarkedPointProcess")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.