Version 3.10.11
Version 3.10.11 has some edits to speed up the code by minimizing calls to expensive checking functions and fixes a bug in MARSSharveyobsFI() that appeared if a parameter was fixed and time-varying and MARSSparamCIs() was called.
- is.validvarcov is expensive. minimize calls to it. If called with a diagonal matrix, it should automatically pass so added a check to is.validvarcov() to see if matrix is diagonal.
- is.marssMLE is expensive. Replace with a call to class().
- MARSSkfss had a bug * used in place of %*% with J0. Would never show up unless V0 estimated.
- Add S3 methods for broom functions if broom is loaded.
- Add autoplot function and updated plot documentation to cover autoplot functions.
- Fixed typos in Case Study 4 and Derivation eq 143b.
- Bug in MARSSharveyobsFI() which arose if a parameter was fixed and time-varying.