simStateSpace
R package simStateSpace by jeksterslab — release notes from GitHub.
State-space data simulation for R, filled in one function at a time
◆Recent moves
- 4mo ago
LinSDE intercept helpers added; parameter simulators consolidated
Adds SimMVN() and the LinSDEInterceptEta()/LinSDEInterceptY() pair, giving the continuous-time side the intercept functions the discrete-time side received one release earlier. The four separate SimAlphaN/SimIotaN/SimNuN/SimMuN functions are consolidated, which trims near-duplicate entry points.
View source ↗ - 6mo ago
SSM intercept functions added
A single-item release adding SSMInterceptEta() and SSMInterceptY(). Minor alone, but it is the first half of the intercept pair completed for the LinSDE models in the next release — the parity-filling pattern this package runs on.
View source ↗ - 10mo ago
simStateSpace 1.2.12
A citation-only release pointing at the author's Psychological Methods paper on effects in continuous-time mediation models. No code change, though it marks the methodological work the simulation tooling exists to support.
View source ↗ - 1y ago
LinSDECov() and LinSDEMean() added
Two moment functions for the linear SDE models, giving users the implied covariance and mean without deriving them by hand. Another instance of extending an existing model family rather than adding one.
View source ↗ - 1y ago
Bootstrap components split into bootStateSpace
Bootstrap functionality moves out into a dedicated bootStateSpace package. A packaging decision rather than a feature, but it sets the boundary this package has kept since — simStateSpace simulates, and anything built on top ships separately.
View source ↗ - 1y ago
Parametric bootstrap functions across all four model families
Adds PBSSMFixed(), PBSSMVARFixed(), PBSSMLinSDEFixed() and PBSSMOUFixed() — the same capability delivered across all four model families at once, which is unusually broad for this feed. These are the components moved out to bootStateSpace two weeks later. A GSL system requirement is also declared for dynr.
View source ↗