Age | Commit message (Collapse) | Author | Files | Lines |
|
mkinfit objects now include an ll() function to calculate the
log-likelihood. Part of the code was refactored, hopefully making it
easier to read and maintain. IRLS is currently the default algorithm for
the error model "obs", for no particular reason. This may be subject
to change when I get around to investigate.
Slow tests are now in a separate subdirectory and will probably
only be run by my own Makefile target.
Formatting of test logs is improved.
Roundtripping error model parameters works with a precision of 10% when
we use lots of replicates in the synthetic data (see slow tests). This
is not new in this commit, but as I think it is reasonable this
closes #7.
|
|
|
|
|
|
Static documentation rebuilt by pkgdown
|
|
Static documentation rebuilt by pkgdown
|
|
|
|
|
|
While this was OK on my local windows machine, the test failed on
winbuilder
|
|
|
|
Testing the package on winbuilder shows that the Port algorithm
does not converge on Windows with this combination, which is
not a problem as the FOMC model is not appropriate for the dataset
anyways.
|
|
|
|
|