Tillmann Nett

Results 3 issues of Tillmann Nett

It seems that couchdb-python or some of the libraries used leaks memory. This can lead to memory exhaustion on big tasks. A simple example using only reads from a server...

This PR adds a smoothing function (by default gaussian smoothing) as in [here](https://github.com/scherbau/TCMR_Toolbox/blob/master/smooth.m). I am currently in the process of implementing time-continuous multiple-regression ([see e.g. here]( https://link.springer.com/article/10.3758/s13421-019-00981-x)) in R and...

**Problem** In the implementation of `residual_rt()` the normal is truncated via `std::max(0.0, dist(rng));`. https://github.com/igmmgi/DMCfun/blob/800364f5d0eae4b6b4d7f076286570b1e265987f/src/runDMC.cpp#L129 However, this implies that any part of the density that is below zero is mapped onto...