diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-04 15:09:28 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-04 15:09:28 +0200 |
commit | 95178837d3f91e84837628446b5fd468179af2b9 (patch) | |
tree | 8b162d5a22b28b59ca9c6bb27bf8f9dfbeaefbae /_pkgdown.yml | |
parent | 9a96391589fef9f80f9c6c4881cc48a509cb75f2 (diff) |
Additional algorithm "d_c", more tests, docs
The new algorithm tries direct optimization of the likelihood, as well
as a three step procedure. In this way, we consistently get the
model with the highest likelihood for SFO, DFOP and HS for all 12
new test datasets.
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index e98469cd..04f46649 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -18,6 +18,7 @@ reference: - summary.mkinfit - mkinresplot - mkinparplot + - mkinerrplot - endpoints - mkinerrmin - logLik.mkinfit @@ -39,6 +40,7 @@ reference: - mccall81_245T - schaefer07_complex_case - synthetic_data_for_UBA_2014 + - experimental_data_for_UBA_2019 - test_data_from_UBA_2014 - mkinds - print.mkinds |