From 679063f063fd2147689b5694a2714b195088fc31 Mon Sep 17 00:00:00 2001 From: Haziq Jamil Date: Tue, 14 Feb 2017 01:17:27 +0000 Subject: [PATCH] Update NEWS --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e612049..a060550 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ * Fixed "override warning" bug in kernel loader when multiple Hurst coefficients used. * Updated documentation for `iprior()` and `kernL()`. -* Trimmed down the size of `ipriorMod` objects by not saving `Psql`, `Sl`, `Hlam.mat`, and `VarY.inv`. Although these are no longer stored within an `ipriorMod` object, they can still be retrieved via the functions `Hlam()` and `varyinv()`. +* Trimmed down the size of `ipriorMod` objects by not saving `Psql`, `Sl`, `Hlam.mat`, and `VarY.inv`. Although these are no longer stored within an `ipriorMod` object, they can still be retrieved via the functions `Hlam()` and `vary()`. * Fixed a bug with `ipriorOptim()` or `fbmOptim()` whereby standard errors could not be calculated. * Added new features to `fbmOptim()`: Ability to specify an interval to search for, and also the maximum number of iterations for the initial EM step.