Description Objects from the Class Slots Methods Author(s) See Also Examples
An object of class ContinuousProcess is a container for data
obtained as discrete observations of univariate or multivariate continuous
time processes.
Objects can be created by calls of the function continuousProcess.
The object contains time points or positions in one-dimensional space and corresponding observations of a univariate or multivariate process. The data structure can hold data for several units, or individuals.
The class extends ProcessData and is extended by the classes
MarkedPointProcess and JumpProcess. These classes form
an infrastructure for storing and handling general stochastic
process data.
equiDistance:a numeric. The interdistance
between equidistant sampled observations or 0 indicating
non-equidistant observations.
factorColNames:a character.
iSubset: an integer vector. References for subsetting.
jSubset: an integer vector. References for subsetting.
numericColNames:a character.
positionVar: a character.
signature(object = "ContinuousProcess", type
= "character"): Returns the column names if type is
missing. If type is not missing, it must be either
'unit', 'factor', 'numeric', resulting in
the column names for the specific column type only.
signature(x = "ContinuousProcess"): Returns the
dimensions.
signature(object = "ContinuousProcess"): Returns
the identification variable with name in slot idVar.
signature(object = "ContinuousProcess"): Returns
the value of the equiDistance slot. A value of 0 means that
the observations are not equidistant.
signature(object = "ContinuousProcess"): Returns the time/position of the observations.
signature(object = "ContinuousProcess"): Same
as getPosition.
signature(object = "ContinuousProcess"):
Returns the numeric columns as a "matrix".
signature(object = "ContinuousProcess"):
Returns the factor columns as a "list".
signature(object = "ContinuousProcess"):
Same as getNumerics.
signature(object = "ContinuousProcess"):
Returns the unit data as a "data.frame" with row names
the unit identifications.
signature(object = "ContinuousProcess"):
Computes and prints a summary of the information in the object.
Other methods are documented in their respective help pages.
Niels Richard Hansen, Niels.R.Hansen@math.ku.dk
ProcessData, continuousProcess.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.