A MATLAB toolbox for time series analysis using state space models. Supports fully interactive model construction with MATLAB objects and efficient Kalman filter backend implemented in c.
Be the first to post a text review of State Space Models. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.0.0 1. Predefined models are constructed in their own functions now. For example, ssmodel('llm') should be changed to ssm_llm(), and ssmodel('arma', p, q) to ssm_arma(p, q). Basically the code for predefined model construction are moved from ssmodel object constructor to their own respective functions in the form ssm_*.m. 2. Predefined non-Gaussian distributions are also constructed in their own functions. For example, ssdist('binary') becomes dist_binary(). 1.0.0 fix for R2007b 1. New 'csrc/mexssa.m' script for MATLAB 7.5 (R2007b) and later.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?