Skip to contents
simStateSpace 1.2.8
Patch
- Moved bootstrap components to a dedicated package, bootStateSpace, for better modularity.
simStateSpace 1.2.7
CRAN release: 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
CRAN release: 2024-11-26
Patch
- Replaced
arma::inv
with arma::solve
.
simStateSpace 1.2.2
CRAN release: 2024-06-21
simStateSpace 1.2.1
CRAN release: 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
CRAN release: 2024-02-16
Patch
- Added functions to generate linear stochastic differential equation models.
simStateSpace 1.1.0
CRAN release: 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
CRAN release: 2023-11-17
Patch
- Updates to package documentation.