diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:20:22 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:20:22 +0100 |
commit | a6d61c06d573574cf574ed893cc13808a9e8b785 (patch) | |
tree | 6ff3587e1445ed57861f22cb7074257238366a0f /ChangeLog | |
parent | b8ac1393b9e1bef8c48b26b790cf5759ccd69fed (diff) |
Fix order of arguments to one_box, correct docs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,3 +1,59 @@ +commit b8ac1393b9e1bef8c48b26b790cf5759ccd69fed +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-01-19 09:10:37 +0100 + + Predict parent decline without fitting for non-SFO models + +commit 3d4f6f8c582c19c38587ead305a1229ff069da63 +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-01-19 08:24:44 +0100 + + Switch sawtooth plotting example to FOMC + + as this it is claimed in the README that an mkinfit prediction is used. + - Add another seealso link + - Delete trailing whitespace + +commit 9b5faa8b8475bdd7624c58b07d45d28d42a47a2e +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-01-18 23:02:14 +0100 + + Point to the github.io documentation site + +commit cff68edc1ac113ac9e159dfdf7cfcbb6721ff2a7 +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-01-18 22:58:51 +0100 + + Make README.md simple, and point to the reference + +commit a76221d87485029444c8e684022ca606a0c7e68d +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-01-18 22:41:01 +0100 + + Update static docs using pkgdown + + - Add _pkgdown.yml for a structured function/data reference + - Make seealso links active + - Make mkinfit calls quiet + - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics + ordered + +commit a1d9f93138c2cfed92a683e37e72c737d52b7ad7 +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-01-18 19:58:13 +0100 + + One box time series and twa values + + - 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 + commit bba2cf3a70849ba86f37520d3e909cf1c706f416 Author: Johannes Ranke <jranke@uni-bremen.de> Date: 2016-12-22 11:06:57 +0100 |