Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-19 | Correct default y axis label for plot.one_box | Johannes Ranke | 1 | -1/+1 | |
2017-01-19 | Fix one_box for ini = 1, use in sawtooth examples | Johannes Ranke | 1 | -1/+1 | |
2017-01-19 | Fix order of arguments to one_box, correct docs | Johannes Ranke | 1 | -0/+1 | |
2017-01-19 | Predict parent decline without fitting for non-SFO models | Johannes Ranke | 1 | -3/+9 | |
2017-01-19 | Switch sawtooth plotting example to FOMC | Johannes Ranke | 1 | -1/+6 | |
as this it is claimed in the README that an mkinfit prediction is used. - Add another seealso link - Delete trailing whitespace | |||||
2017-01-18 | One box time series and twa values | Johannes Ranke | 1 | -0/+35 | |
- one_box() creates decline time series from mkinfit objects or simply from a half-life - sawtooth() generates sawtooth curves for arbitrary application patterns and decline models - twa() calculates moving window averages - max_twa() gives their maxima and - plot.one_box() can plot series generated by one_box() or sawtooth(), optionally adding a greay rectangle to illustrate the maximum moving window time weighted average |