Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-29 | Warn if standardized residuals are unlikely normal | Johannes Ranke | 1 | -0/+5 | |
This revealed a bug in the data returned in mkinfit$data in the case of the d_3 algorithm, which also affected the residual plot - the data from the direct fitting was not returned even if this was the better method. | |||||
2020-05-12 | Address solaris platform dependence revealed on CRAN | Johannes Ranke | 1 | -1/+2 | |
2020-05-11 | Release to CRANv0.9.50.1 | Johannes Ranke | 1 | -1/+2 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -1/+13 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-11 | Analytical solutions for all SFO variants | Johannes Ranke | 1 | -5/+40 | |
2020-05-09 | Avoid the call to merge for analytical solutions | Johannes Ranke | 1 | -0/+11 | |
This increases performance up to a factor of five! |