Published March 6, 2020
| Version v1.4.8.0
Software
Open
OstapHEP/ostap: v1.4.8.0
Authors/Creators
- 1. University of Cincinnati
- 2. Gitter
- 3. @TIBHannover
Description
v1.4.8.0
New features:
- add methods
vars_power,vars_expandvars_formulathat allows to create functional variables (and properly store intermediate objects)pdf = ... v1 = pdf.vars_power ( a , 2 ) ## a^2 v2 = pdf.vars_power ( 10 , b ) ## 10^b v3 = pdf.vars_power ( a , b ) ## a^b v4 = pdf.vars.exp ( a , -1 ) ## exp(-a) v5 = pdf.vars.exp ( a , b ) ## exp(a*b) v6 = pdf.vars_formula ( '{}*{}/{}' , vars = ( a , b , c ) ) v7 = pdf.vars_formula ( 'x[0]*x[1]/x[2]' , vars = ( a , b , c ) ) - add
Asymptotic(alsoAsymptoticErr,AsymptoticError,AsymptoticErrors, case-insensitive) keyword for fit-related methods, that (for ROOT versions starting from 6.19) is decoded toROOT.RooFit.AsymptoticError(...) - add possible file-extensions for canvas-plots :
canvas >> 'plots.tgz' ## make plot in all formats and store them in tar/GZIP format canvas >> 'plots.tbz' ## make plot in all formats and store them in tar/BZIP2 format canvas >> 'plots.txz' ## make plot in all formats and store them in tar/LZMA format - Improve a bit the interface for BLUE: Best Linear Unbiased Estimator : combination of correlated measurements
- add test for BLUE
ostap/stats/tests/test_stats_blue.py - add SciPy/FFT-based convolution for functions `ostap/math/sp_convolution.py'
- add SciPy-based bspline interpolation for functions `ostap/math/sp_interpolation.py'
- imporve pseudo-abstract operations `ostap/math/operations.py'
- extend interpolation tests
- add simple shapes to probe signal/background interference
Ostap::Models::BWIandBWI_pdf - Fixes for ROOT 6.20/00
- Remove all
Rotated-stuff
- fix typo in treatment of
pdf.draw ( ,,, , in_range(1/2/3) = ... , ) - fix some new typos/errors in
ostap.math
Files
OstapHEP/ostap-v1.4.8.0.zip
Files
(17.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:7ed9f150db261a25f782383e61e4ec83
|
17.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/OstapHEP/ostap/tree/v1.4.8.0 (URL)