2021-10-19 Philip Rinn * Tag as version 1.3.1 * Don't strip libraries, CRAN doesn't like it 2021-10-18 Philip Rinn * Tag as version 1.3.0 * Langevin1D: add option to use the kernel based Nadaraya-Watson estimator 2021-09-04 Philip Rinn * Fix documentation: eD2 is not implemented for Langevin2D * Fix spelling errors 2019-01-02 Philip Rinn * Tag as version 1.2.1 * Remove calls to `Rcpp:::CxxFlags()` and `Rcpp:::LdFlags()` 2017-07-20 Philip Rinn * Add package registration code 2016-08-29 Philip Rinn * Tag as version 1.2 * Update vignette to meet the published version of the paper * Update citation file 2016-06-01 Philip Rinn * Add bug tracker and homepage 2016-05-20 Philip Rinn * Add README.md * Update examples.r to clean and restore the environment correctly 2016-01-27 Philip Rinn * OpenMP: Use recommended method to set the number of used threads 2015-11-02 Philip Rinn * Add missing importFroms * Tag as version 1.1.1 2015-11-02 Philip Rinn * Add citation file * Update vignette * Tag as version 1.1 2015-10-21 Philip Rinn * Add plot function for class 'Langevin' (only for 1D) 2015-10-19 Philip Rinn * Add print function for class 'Langevin' 2015-10-16 Philip Rinn * Add summary function for class 'Langevin' 2015-09-07 Philip Rinn * Langevin{1,2}D: read sampling frequency from time-series object * Langevin2D: time-series need to be arranged as columns now! 2015-09-03 Philip Rinn * timeseries{1,2}D: output is a time-series object now * timeseries2D: time-series are the columns of the returned object now! 2015-08-26 Philip Rinn * Use title case for package title * Tag as version 1.0.3 2015-08-26 Philip Rinn * Don't install vignette source files in inst/doc * Tag as version 1.0.2 2015-08-25 Philip Rinn * Add paper submitted to JSS as vignette * Tag as version 1.0.1 2015-08-25 Philip Rinn * Update package description * Tag as version 1.0 2015-07-21 Philip Rinn * Langevin1D: calculate error of the Diffusion 2015-07-21 Philip Rinn * Add description of package * Langevin1D: move part of the documentation to package description 2015-07-16 Philip Rinn * timeseries2D: major cleanup * rewrite to use matrices as input for the coefficients * use cubic drift and quadratic diffusion polynomial * output is a matrix with two rows now * timeseries1D: use cubic drift and quadratic diffusion polynomial 2015-07-15 Philip Rinn * Rename timeseries -> timeseries1D to be consistent with Langevin{1,2}D * timeseries{1,2}D: remove argument seed: * One should use set.seed(seed) before calling timeseries{1,2}D instead 2015-02-16 Philip Rinn * Use 'Rcpp Attributes' to generate the glue between C++ and R. 2015-01-13 Philip Rinn * Add Pedro G. Lind to package authors 2015-01-13 Pedro G. Lind * Add function timeseries2D: Generate a two-dimensional Langevin process 2014-09-03 Philip Rinn * Langevin2D: Do the linear regression right * linreg.h: catch situations where no solution is found 2014-02-24 Philip Rinn * Langevin{1,2}D: Make minimal number of events per bin configurable 2014-02-19 Philip Rinn * Langevin1D: Use weighted linear regression to determine D2 2014-02-17 Philip Rinn * Langevin2D: Use weighted linear regression to determine D1 2014-02-14 Philip Rinn * Langevin1D: Use weighted linear regression to determine D1 2013-06-11 Philip Rinn * Avoid extra copy of large input variables in C++ code 2013-05-31 Philip Rinn * timeseries: be a little smarter to allow longer time series 2013-03-26 Philip Rinn * timeseries: sampling frequency is a double now 2013-03-15 Philip Rinn * Switch documentation to in-source with roxygen2 2012-12-17 Philip Rinn * timeseries: if no seed it given use a random one to preserve old behavior 2012-12-10 Philip Rinn * timeseries: adding ability so set the seed for the RNG 2012-11-20 Philip Rinn * Add David Bastine to package contributors 2012-11-20 David Bastine * timeseries: adding integration time step as optional argument 2012-09-03 Philip Rinn * Langevin{1,2}D: adding option to set the number of threads 2012-09-03 Philip Rinn * BugFix: Again: don't try to be smarter than you are in Langevin{1,2}D 2012-08-24 Philip Rinn * Add function timeseries 2012-08-15 Philip Rinn * BugFix: check for NAs when calculation mean_bins in Langevin2D 2012-08-13 Philip Rinn * BugFix: Don't over-optimize in Langevin{1,2}D 2012-08-09 Philip Rinn * Langevin2D: Mayor rewrite of the function: * Pure C++ now * Output of D2 changed from (bins,bins,2,2) to (bins,bins,3)! 2012-08-08 Philip Rinn * BugFix: corrected D2 estimation in Langevin1D * Update documentation of Langevin{1,2}D 2012-08-06 Philip Rinn * Update documentation of Langevin1D 2012-07-04 Philip Rinn * Update the C++ and linker flags for Windows builds * Byte-compile functions by default 2012-05-25 Philip Rinn * Add generic functions for 1D and 2D Langevin analysis: Langevin{1,2}D * Initiate the package