-
- Downloads
[RF] Remove HistoToWorkspaceFactory (non-Fast)
The original `HistoToWorkspaceFactory` produced models that consisted of a Poisson term for each bin. In this "number counting form" the dataset has one row and the collumns corresponded to the number of events for each bin. This led to severe performance problems in statistical tools that generated pseudo-experiments and evaluated likelihood ratio test statistics. Nowadays, everyone uses the faster `HistoToWorkspaceFactoryFast` implementation that produces a model in the "standard form" where the dataset has one row for each event, and the column corresponds to the value of the observable in the histogram. Therefore, the original `HistoToWorkspaceFactory` is now removed to avoid confusion and maintainance burden.
Showing
- README/ReleaseNotes/v628/index.md 16 additions, 0 deletionsREADME/ReleaseNotes/v628/index.md
- roofit/histfactory/CMakeLists.txt 0 additions, 2 deletionsroofit/histfactory/CMakeLists.txt
- roofit/histfactory/inc/LinkDef.h 0 additions, 1 deletionroofit/histfactory/inc/LinkDef.h
- roofit/histfactory/inc/RooStats/HistFactory/HistoToWorkspaceFactory.h 0 additions, 104 deletions...actory/inc/RooStats/HistFactory/HistoToWorkspaceFactory.h
- roofit/histfactory/src/HistoToWorkspaceFactory.cxx 0 additions, 1127 deletionsroofit/histfactory/src/HistoToWorkspaceFactory.cxx
Loading
Please register or sign in to comment