NEWS
simStateSpace 1.2.8
Patch
- Moved bootstrap components to a dedicated package, bootStateSpace, for better modularity.
simStateSpace 1.2.7 (2025-01-08)
Patch
- Added the
PBSSMFixed()
, PBSSMVARFixed()
, PBSSMLinSDEFixed()
, and PBSSMOUFixed()
functions.
- Added
SystemRequirements: GSL (>= 2.6)
in the DESCRIPTION file for the dynr
package.
simStateSpace 1.2.3 (2024-11-26)
Patch
- Replaced
arma::inv
with arma::solve
.
simStateSpace 1.2.2 (2024-06-21)
Patch
- Added the
TestStationarity()
, TestStability()
, and TestPhi()
functions.
- Added the
SimBetaN()
and SimPhiN()
functions.
- The
SimSSMLinSDEIVary()
and SimSSMOUIVary()
functions can now accept a matrix of zeros for the argument sigma_l
.
- The
SimSSMLinSDEIVary()
function can now accept a vector of zeros for the argument iota
.
- The
SimSSMOUIVary()
function can now accept a vector of zeros for the argument mu
.
simStateSpace 1.2.1 (2024-05-14)
Patch
- The
LinSDE2SSM
function can now accept a matrix of zeros for the argument sigma_l
.
- The
LinSDE2SSM
function can now accept a vector of zeros for the argument iota
.
simStateSpace 1.2.0 (2024-02-16)
Patch
- Added functions to generate linear stochastic differential equation models.
simStateSpace 1.1.0 (2024-01-15)
Minor
- Added functions to generate data for models with covariates.
- Added functions to generate data for linear growth curve models.
- Added
print
, as.data.frame
, as.matrix
, and plot
methods.
simStateSpace 1.0.1 (2023-11-17)
Patch
- Updates to package documentation.
simStateSpace 1.0.0