Skip to content

Commit 0f881b5

Browse files
committed
minor
1 parent 5fbe26d commit 0f881b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ENHANCEMENTS
1414
* Beginning to add testthat tests to the package. These are set with `skip_on_cran()` as they are for internal testing.
1515

1616

17-
MARSS 3.11.2 (released 2020-09-13 on GitHub)
17+
MARSS 3.11.2 (released 2020-10-02 on GitHub)
1818
------------------------------------
19-
This is a minor update to make the testing and output (plots, residuals, tsSmooth, fitted) less reliant on `MARSSkfss()`, which involves an inversion of `Vtt1` which can become ill-conditioned thus preventing inversion. The update also fixes a bug in the log-likelihood calculation due to not specifying the `tol=0` in `SSModel()` call. This bug would come up only for certain variance matrices with very high condition numbers fit with `method=BFGS`. Data and covariates can now be a ts object and the time information will be used for plotting.
19+
This is an update to make the testing and output (plots, residuals, tsSmooth, fitted) less reliant on `MARSSkfss()`, which involves an inversion of `Vtt1` which can become ill-conditioned thus preventing inversion. The update also fixes a bug in the log-likelihood calculation due to not specifying the `tol=0` in `SSModel()` call. This bug would come up only for certain variance matrices with very high condition numbers fit with `method=BFGS`. Data and covariates can now be a ts object and the time information will be used for plotting.
2020

2121
ENHANCEMENTS
2222

0 commit comments

Comments
 (0)