bkrueger / mocasinns

MOnte-CArlo-SImulations - Neat'N'Simple
Other
4 stars 1 forks source link

Implement analysis of observables #9

Closed bkrueger closed 10 years ago

bkrueger commented 11 years ago

Add the following analysis-methods for sets of observables:

[1] B. A. Berg, "Markov Chain Monte Carlo Simulations and their Statistical Analysis", World Scientific (2004) [2] http://en.wikipedia.org/wiki/Resampling_%28statistics%29#Jackknife [3] http://en.wikipedia.org/wiki/Bootstrap_%28statistics%29

SpeckFleck commented 11 years ago

Shouldn't that be externalized to data analysis helper scripts? Separation of concerns...

bkrueger commented 11 years ago

One should provide these standard-analysis methods also for plain C++ users.

Interpreted scripts can then access these methods.

SpeckFleck commented 11 years ago

I am not talking about a Python interface, but of a completely separate set of software -- no compile time integration at all. Of course this requires a defined data interface.