Skip to main content

Tools for producing sweights using classic methods or custom orthogonal weight functions (COWs) and for corrected covariance matrices for weighted data fits.

Project description

sweights

pip install sweights

We provide a few tools for projecting component weights ("sweights") for a control variable(s) using a discriminating variable(s). For details please see Dembinski, Kenzie, Langenbruch, Schmelling - arXiv:2112.XXXXX.

We also provide tools for correcting the covariance matrix of fits to weighted data. For details please see Dembinski, Kenzie, Langenbruch, Schmelling - arXiv:2112.XXXXX (Sec IV) and Langenbruch - arXiv:1911.01303.

Documentation

A variety of options for extraction of signal-like weights is provided:

  • classic "sWeights" via the sweight class produces pure weight functions and provides the Wkl and Akl matrices

    1. Using the "summation" method from the original sPlot paper Pivk, Le Diberder - arXiv:physics/0402083 referred to as Variant B in arXiv:2112.XXXXX
    2. Using the "integration" method rederived originally by Schmelling and referred to as Variant A in arXiv:2112.XXXXX
    3. Using the "refit" method, i.e. taking the covariance matrix of a yield only fit, referred to as Variant Ci in arXiv:2112.XXXXX
    4. Using the "subhess" method, i.e. taking the sub-covariance matrix for the yields, referred to as Variant Cii in arXiv:2112.XXXXX
    5. Using the implementation in ROOT's TSPlot (this we believe should be equivalent to Variant B but is more susceptible to numerical differences)
    6. Using the implementation in RooStat's SPlot (we found this identical to Variant B ("summation") above in all the cases we tried)
  • Custom Orthogonal Weight functions (COWs) via the cow class produces pure weight functions and provides Wkl and Akl matrices. It expects

    • gs - the signal function for the discrimant variable
    • gb - the background function(s) for the discriminant variable (can pass orders of polynomials here if desired)
    • Im - the variance function for the discriminant variance (can also pass 1 and it will be set of uniform)
    • obs - one can instead or additionally pass the observed distribution in the discriminant variable which will be used for the variance function instead. In this case you must pass a two element tuple giving the bin entries and bin edges for the observed dataset (the same as what np.histogram(data) would return)

Corrections to the covariance matrix can be implemented using

  • cov_correct which computes the full asymptotic correction using Eq. 55 in arXiv:2112.XXXXX
  • approx_cov_correct is more straightfoward to compute but only computes the first term in Eq. 55 of arXiv:2112.XXXXX which will be slightly conservative

A test of variable independence based on the Kendall tau coefficient is also provided in kendall_tau

Examples

An example script demonstrating a typical use case is provided in

python tests/examples.py

This does the following:

  1. Generate toy data in two independent dimensions m and t

toy

  1. Fit the toy data in the discriminanting variable to get an estimate of the discriminating variable pdfs

  2. Compute sWeights using the "summation" method (implemented by the sweight class provided)

sws

  1. Compute sWeights using the COW method with a variance function of unity, I(m)=1, (implemented by the cow class provided)

cows

  1. Fit the weighted distributions and correct the covariance using the cov_correct function provided

tfit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sweights-0.0.4.tar.gz (16.0 kB view hashes)

Uploaded Source

Built Distribution

sweights-0.0.4-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page