Skip to contents

State Space Model

SimBetaN()
Simulate Transition Matrices from the Multivariate Normal Distribution
SimSSMFixed()
Simulate Data from a State Space Model (Fixed Parameters)
SimSSMIVary()
Simulate Data from a State Space Model (Individual-Varying Parameters)
TestStationarity()
Test Stationarity

Growth Curve Model

SimSSMLinGrowth()
Simulate Data from the Linear Growth Curve Model
SimSSMLinGrowthIVary()
Simulate Data from the Linear Growth Curve Model (Individual-Varying Parameters)

Vector Autoregressive Model

PBSSMVARFixed()
Parametric Bootstrap for the Vector Autoregressive Model (Fixed Parameters)
SimSSMVARFixed()
Simulate Data from the Vector Autoregressive Model (Fixed Parameters)
SimSSMVARIVary()
Simulate Data from the Vector Autoregressive Model (Individual-Varying Parameters)

Linear Stochastic Differential Equation Model

LinSDE2SSM()
Convert Parameters from the Linear Stochastic Differential Equation Model to State Space Model Parameterization
PBSSMLinSDEFixed()
Parametric Bootstrap for the Linear Stochastic Differential Equation Model using a State Space Model Parameterization (Fixed Parameters)
SimPhiN()
Simulate Random Drift Matrices from the Multivariate Normal Distribution
SimSSMLinSDEFixed()
Simulate Data from the Linear Stochastic Differential Equation Model using a State Space Model Parameterization (Fixed Parameters)
SimSSMLinSDEIVary()
Simulate Data from the Linear Stochastic Differential Equation Model using a State Space Model Parameterization (Individual-Varying Parameters)
TestPhi()
Test the Drift Matrix
TestStability()
Test Stability

Ornstein–Uhlenbeck Model

PBSSMOUFixed()
Parametric Bootstrap for the Ornstein–Uhlenbeck Model using a State Space Model Parameterization (Fixed Parameters)
SimSSMOUFixed()
Simulate Data from the Ornstein–Uhlenbeck Model using a State Space Model Parameterization (Fixed Parameters)
SimSSMOUIVary()
Simulate Data from the Ornstein–Uhlenbeck Model using a State Space Model Parameterization (Individual-Varying Parameters)

Parametric Bootstrap

PBSSMLinSDEFixed()
Parametric Bootstrap for the Linear Stochastic Differential Equation Model using a State Space Model Parameterization (Fixed Parameters)
PBSSMOUFixed()
Parametric Bootstrap for the Ornstein–Uhlenbeck Model using a State Space Model Parameterization (Fixed Parameters)
PBSSMVARFixed()
Parametric Bootstrap for the Vector Autoregressive Model (Fixed Parameters)

Transformation

LinSDE2SSM()
Convert Parameters from the Linear Stochastic Differential Equation Model to State Space Model Parameterization

Tests

TestPhi()
Test the Drift Matrix
TestStability()
Test Stability
TestStationarity()
Test Stationarity

Methods

as.data.frame(<simstatespace>)
Coerce an Object of Class simstatespace to a Data Frame
as.matrix(<simstatespace>)
Coerce an Object of Class simstatespace to a Matrix
coef(<statespacepb>)
Estimated Parameter Method for an Object of Class statespacepb
confint(<statespacepb>)
Confidence Intervals Method for an Object of Class statespacepb
plot(<simstatespace>)
Plot Method for an Object of Class simstatespace
print(<simstatespace>)
Print Method for an Object of Class simstatespace
print(<statespacepb>)
Print Method for an Object of Class statespacepb
summary(<statespacepb>)
Summary Method for an Object of Class statespacepb
vcov(<statespacepb>)
Sampling Variance-Covariance Matrix Method for an Object of Class statespacepb