Skip to content

Version 3.10.11

Choose a tag to compare

@eeholmes eeholmes released this 03 Aug 23:47
· 1068 commits to master since this release

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.

  1. 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.
  2. is.marssMLE is expensive. Replace with a call to class().
  3. MARSSkfss had a bug * used in place of %*% with J0. Would never show up unless V0 estimated.
  4. Add S3 methods for broom functions if broom is loaded.
  5. Add autoplot function and updated plot documentation to cover autoplot functions.
  6. Fixed typos in Case Study 4 and Derivation eq 143b.
  7. Bug in MARSSharveyobsFI() which arose if a parameter was fixed and time-varying.