Age | Commit message (Expand) | Author | Files | Lines |
2021-02-13 | Update for gmkin 0.6.12v1.0.2 | Johannes Ranke | 1 | -2/+9 |
2021-02-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 1 | -0/+2 |
2021-01-11 | Rebuild docs | Johannes Ranke | 1 | -1/+1 |
2020-12-08 | mixed.mmkin and test coverage | Johannes Ranke | 1 | -2/+2 |
2020-11-12 | mkindsg class to hold groups of datasets | Johannes Ranke | 1 | -1/+1 |
2020-11-06 | Fast analytical solutions for saemix, update.mmkin | Johannes Ranke | 1 | -10/+8 |
2020-11-03 | Do not test residuals per default, improve nlme.mmkin | Johannes Ranke | 1 | -6/+10 |
2020-10-24 | Printing method for mmkin objects | Johannes Ranke | 1 | -3/+3 |
2020-07-17 | mkinfit: Ignore unused components of state.ini | Johannes Ranke | 1 | -1/+2 |
2020-07-15 | Improve tests | Johannes Ranke | 1 | -1/+1 |
2020-07-15 | Improve handling of (partially) failing fits | Johannes Ranke | 1 | -20/+26 |
2020-06-15 | Fix a bug, update for current vdiffr | Johannes Ranke | 1 | -1/+1 |
2020-05-29 | Improve handling of warnings, reorganize tests | Johannes Ranke | 1 | -7/+20 |
2020-05-29 | Warn if standardized residuals are unlikely normal | Johannes Ranke | 1 | -46/+54 |
2020-05-28 | use_of_ff = "max" for shorthand models like "SFO" | Johannes Ranke | 1 | -1/+1 |
2020-05-15 | Use markdown links in mkinfit documentation | Johannes Ranke | 1 | -24/+24 |
2020-05-12 | Another documentation update | Johannes Ranke | 1 | -9/+8 |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -1/+1 |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -3/+7 |
2020-05-11 | Analytical solutions for all SFO variants | Johannes Ranke | 1 | -0/+1 |
2020-05-11 | Reduce precision of traced parameters, formatting | Johannes Ranke | 1 | -2/+2 |
2020-05-11 | Avoid merge() and data.frame() in cost function | Johannes Ranke | 1 | -6/+2 |
2020-05-10 | Default to analytical for coupled models if available | Johannes Ranke | 1 | -2/+2 |
2020-05-09 | Avoid the call to merge for analytical solutions | Johannes Ranke | 1 | -38/+37 |
2020-05-08 | Profiling suggests the merge in mkinfit is the bottleneck | Johannes Ranke | 1 | -0/+3 |
2020-05-08 | We do not need the n.outtimes argument for mkinfit | Johannes Ranke | 1 | -10/+3 |
2020-05-08 | Avoid duplicate merge in tc error model fit | Johannes Ranke | 1 | -10/+7 |
2020-05-08 | Slight performance gain by reducing default n.outtimes | Johannes Ranke | 1 | -2/+2 |
2020-05-08 | Analytical SFO_SFO about as fast as deSolve compiled | Johannes Ranke | 1 | -2/+2 |
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -1/+1 |
2020-05-06 | Change implementation of analytical solutions | Johannes Ranke | 1 | -3/+3 |
2020-04-22 | Support SFORB with formation fractions | Johannes Ranke | 1 | -4/+5 |
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -0/+2 |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -13/+39 |
2019-10-26 | parms and confint methods | Johannes Ranke | 1 | -22/+27 |
2019-10-25 | Use roxygen for functions and methods | Johannes Ranke | 1 | -904/+897 |
2019-10-22 | Go back to d_3 for errmod = "obs" | Johannes Ranke | 1 | -1/+1 |
2019-10-21 | Refactor mkinfit, infrastructure work | Johannes Ranke | 1 | -153/+175 |
2019-07-09 | Adaptations for gmkin | Johannes Ranke | 1 | -1/+3 |
2019-07-08 | Support summarizing older fits | Johannes Ranke | 1 | -8/+10 |
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+1 |
2019-06-05 | Add error model algorithm to output | Johannes Ranke | 1 | -8/+19 |
2019-06-04 | Fix a bug introduced in the last commit | Johannes Ranke | 1 | -2/+4 |
2019-06-04 | For the d_3 algorithm, report which was better, if any | Johannes Ranke | 1 | -2/+13 |
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -46/+71 |
2019-06-04 | Algorithms direct, two-, three-, fourstep, IRLS | Johannes Ranke | 1 | -9/+41 |
2019-06-03 | Status von Samstag morgen - untested | Johannes Ranke | 1 | -37/+63 |
2019-05-23 | Fix a bug that could lead to wrong chi2 error levels | Johannes Ranke | 1 | -0/+1 |
2019-05-07 | Fix hessian calculations | Johannes Ranke | 1 | -7/+8 |
2019-05-07 | After the OLS step, use OLS parameter estimates | Johannes Ranke | 1 | -24/+24 |