├── LICENSE ├── README.md ├── localLevel-dlm.R ├── localLevel.R ├── localLinearTrend-dlm.R ├── localLinearTrend.R ├── randomWalk-dlm.R ├── randomWalk.R ├── regressionFixedCoeffs.R ├── regressionMultiVariate.R └── regressionVaryingCoeffs.R /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/README.md -------------------------------------------------------------------------------- /localLevel-dlm.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/localLevel-dlm.R -------------------------------------------------------------------------------- /localLevel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/localLevel.R -------------------------------------------------------------------------------- /localLinearTrend-dlm.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/localLinearTrend-dlm.R -------------------------------------------------------------------------------- /localLinearTrend.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/localLinearTrend.R -------------------------------------------------------------------------------- /randomWalk-dlm.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/randomWalk-dlm.R -------------------------------------------------------------------------------- /randomWalk.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/randomWalk.R -------------------------------------------------------------------------------- /regressionFixedCoeffs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/regressionFixedCoeffs.R -------------------------------------------------------------------------------- /regressionMultiVariate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/regressionMultiVariate.R -------------------------------------------------------------------------------- /regressionVaryingCoeffs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pteetor/StateSpaceModels/HEAD/regressionVaryingCoeffs.R --------------------------------------------------------------------------------