Carsten Urbach
Carsten Urbach
or shall we just take the latest version?
> Also that fix in the `configure.ac` is trivial, and should not break anything. I think that we can just merge that into the `master` and then try to update...
> Something that has really irked me over the past couple of years is > that fact that we abuse `cf_boot` (and others) to also deal with > jackknife samples....
> > Apart from obvious consistency improvements, what would we gain? > > consistency in such a basic element of the framework should be enough in my opinion As usual,...
I know why it is slow for fixed t0: the matrix is inverted over and over again. This could be improved, but for the cost of some generality. Using `Rcpp`...
This leads Travis check to fail, I think...
> There should probably be some internal loops, such that vector-valued quantities can be dealt with. At present, this fails because the conditionals don't play nice with vectors of `x`...
> It would be trivial to have a the current non-vectorized version as `tex.catwitherror.scalar` and then have a new `tex.catwitherror` which just calles the implementation with `mapply`. The problem is...
> anyone feeling inspired to do this? an alternative could be to have the data on a web server, which can also directly be accessed from R. This might be...
> Note that in the ```optim``` case, the resulting chi^2 compares very well to the chi^2 of the corresponding effective mass fit with covariance. I have observed such an effect...