Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-28 | Skip testing for warning for ill-defined FOMC fits | Johannes Ranke | 1 | -0/+2 | |
This caused the test suite to fail on r-forge for v0.9.43, obviously no warning was produced in one of the two expectations | |||||
2016-04-21 | Avoid unnecessary stop in edge case, improve warnings | Johannes Ranke | 1 | -0/+42 | |
mkinfit: Do not error out in cases where the fit converges, but the Jacobian for the untransformed model cost can not be estimated. Give a warning instead and return NA for the t-test results. summary.mkinfit: Give a warning message when the covariance matrix can not be obtained. A test has been added to containing such an edge case to check that the warnings are correctly issued and the fit does not terminate. |