Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-04 | Direct error model fitting works | Johannes Ranke | 1 | -366/+133 | |
- No IRLS required - Removed optimization algorithms other than Port - Removed the dependency on FME - Fitting the error model 'obs' is much faster for the FOCUS_2006_D dataset and the FOMC_SFO model (1 second versus 3.4 seconds) - Vignettes build slower. Compiled models needs 3 minutes instead of 1.5 - For other vignettes, the trend is less clear. Some fits are faster, even for error_model = "const". FOCUS_Z is faster (34.9 s versus 44.1 s) - Standard errors and confidence intervals are slightly smaller - Removed code for plotting during the fit, as I hardly ever used it - Merged the two cost functions (using transformed and untransformed parameters) into one log-likelihood function | |||||
2019-03-04 | signif for DTx when printing nafta results | Johannes Ranke | 1 | -1/+1 | |
In order to be able to test cross-platform | |||||
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 1 | -3/+3 | |
Static documentation rebuilt by pkgdown | |||||
2019-02-27 | Comment out unused code | Johannes Ranke | 2 | -27/+27 | |
2019-02-27 | Increase test coverage | Johannes Ranke | 1 | -8/+17 | |
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 2 | -3/+7 | |
Also: - Change rounding in print.nafta - Add dots argument to nafta() - Use cores=1 in examples - Restrict N in IORE model to values > 0 | |||||
2019-02-26 | Add another NAFTA dataset + test | Johannes Ranke | 1 | -1/+2 | |
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 1 | -3/+7 | |
2019-02-22 | Implement the NAFTA evaluation scheme | Johannes Ranke | 1 | -0/+105 | |
2019-02-22 | Further adaptations for the logistic model | Johannes Ranke | 3 | -4/+9 | |
- Make mmkin compatible - Return DT50 values corresponding to k0 and kmax - Turn incompatible parameter names in parms.ini from an error to a warning, in order to make it possible to use this argument in calls to mmkin | |||||
2019-02-21 | Add the logistic model | Johannes Ranke | 6 | -17/+43 | |
2019-01-31 | Restore NAMESPACE | Johannes Ranke | 1 | -16/+1 | |
which was accidentally overwritten by pkgdown -> roxygen | |||||
2019-01-31 | Export to CAKE study file | Johannes Ranke | 1 | -0/+80 | |
2018-11-26 | Add AIC method for mmkin column objects | Johannes Ranke | 1 | -0/+30 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Support logLik and AIC for manual weights | Johannes Ranke | 1 | -2/+11 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-23 | Add logLik method to enable AIC() on mkinfit models | Johannes Ranke | 2 | -1/+36 | |
Further relax two tests to pass build on Travis | |||||
2018-11-23 | Improve initialisation of mkinds | Johannes Ranke | 1 | -10/+13 | |
Check in work from the beginning of the week | |||||
2018-09-21 | Improve fitting the two-component error model | Johannes Ranke | 1 | -47/+83 | |
with respect to accuracy and robustness. | |||||
2018-09-20 | Use the median absolute deviance for fitting | Johannes Ranke | 1 | -5/+16 | |
as the absolute value is a biased estimator for the standard deviation | |||||
2018-09-18 | Make mkinpredict generic and write a method for fits | Johannes Ranke | 1 | -25/+52 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 1 | -2/+16 | |
2018-09-15 | Remove correlation test as gmkin on windows still crashes | Johannes Ranke | 1 | -18/+10 | |
Clean up the code a bit | |||||
2018-09-15 | Respect reps argument in add_err | Johannes Ranke | 1 | -2/+2 | |
2018-09-14 | Update NEWS | Johannes Ranke | 1 | -2/+4 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Avoid nls crashes by checking for a correlation first | Johannes Ranke | 1 | -0/+7 | |
2018-09-13 | Enable new error model in gmkin | Johannes Ranke | 1 | -7/+20 | |
Also improve the irls fitting of the error model and add a test for FOCUS_2006_C where the second component of the error model is zero | |||||
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 3 | -6/+6 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. | |||||
2018-07-04 | Improve IORE fitting, use 1.1 as N starting value | Johannes Ranke | 1 | -1/+4 | |
2018-02-02 | mkinfit: Work around a bug in the current FME version | Johannes Ranke | 1 | -6/+15 | |
that prevented the convergence message to be returned in the case of non-convergence. | |||||
2018-02-02 | Show R and mkin version used for fitting in the summary | Johannes Ranke | 1 | -2/+15 | |
For fits generated with previous version, the version numbers used for fitting were not stored in the fit object. Therefore, the versions used for fitting can only be shown for fits generated with mkin containing this commit. | |||||
2018-01-30 | Reweighting with two-component error model | Johannes Ranke | 2 | -20/+92 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-11-16 | Add the code used for generating synthetic_data_for_UBA | Johannes Ranke | 1 | -3/+3 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-09-06 | Use full fitted curve(s) for y axis scaling ... | Johannes Ranke | 1 | -2/+1 | |
... when using plot_sep() or plot.mkinfit(..., sep_obs = TRUE) | |||||
2017-09-06 | Fix comment that was copied without checking | Johannes Ranke | 1 | -1/+1 | |
2017-09-06 | Fix scaling of residual plots ... | Johannes Ranke | 1 | -2/+6 | |
... in the case of separate plots for each observed variable as obtained with plot_sep() or plot.mkinfit(..., sep_obs = TRUE) | |||||
2017-07-21 | Rename twa to max_twa_parent, update docs | Johannes Ranke | 1 | -2/+2 | |
2016-12-21 | TWA calculation for SFO, FOMC and DFOP (parent) | Johannes Ranke | 1 | -0/+65 | |
2016-12-07 | Use latex in plots when using tikzDevice | Johannes Ranke | 2 | -4/+19 | |
2016-11-18 | Show differential equations when printing mkinmods | Johannes Ranke | 1 | -0/+3 | |
2016-11-17 | Show diffs in correct mathematical form in summary | Johannes Ranke | 1 | -1/+2 | |
2016-11-17 | Remove trailing whitespace, clean headers | Johannes Ranke | 16 | -140/+136 | |
Also ignore test.R in the top level directory, as it is not meant to be public | |||||
2016-09-10 | Plot using R model if compiled model is not available | Johannes Ranke | 1 | -2/+9 | |
2016-06-28 | Convenience wrapper plot_sep, further vignette updates | Johannes Ranke | 1 | -0/+6 | |
2016-06-27 | Improve listing of weights in output, update NEWS | Johannes Ranke | 1 | -1/+7 | |
2016-06-27 | Show chi2 in plot.mkinfit, round with signif | Johannes Ranke | 2 | -6/+22 | |
2016-06-25 | Fix the plot margins for combined plots | Johannes Ranke | 2 | -2/+37 | |
2016-06-25 | Now the old behaviour is restored for compatibility reasons | Johannes Ranke | 1 | -10/+17 | |
When observed variables are not shown in separate plots, the residual plot is shown in the lower third of the total plotting area | |||||
2016-06-25 | Working state, but not backwards compatible | Johannes Ranke | 1 | -48/+88 | |
In this commit, the separatation of plots for observed variables works. The formatting should be improved. However, in gmkin, plotting with show_residuals = TRUE is used, and the GUI expects that the residual plot is below the main plot. This behaviour should be restored. | |||||
2016-06-24 | Convert main vignette to Rmd/html, add_err(), fixes | Johannes Ranke | 2 | -7/+56 | |
2016-06-17 | Change the title of the package, small bugfix | Johannes Ranke | 1 | -1/+1 | |