Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.1

Latest

Choose a tag to compare

@alekssmolkovic alekssmolkovic released this 22 Sep 10:05
2d8e187

This is a first release of jelli with backwards-compatible UI to smelli and with new features:

  • A smelli-like interface is available via GlobalLikelihoodPoint, now supporting the computation of the table of observable pulls (obstable).
  • A new UI is provided via CompiledLikelihood, offering easy access to jit-compiled likelihood functions, their gradients and Hessians.
  • The initialization of GlobalLikelihood now additionally supports selecting which measurements to include/exclude via include_measurements and exclude_measurements.
  • The distributions and measurement modules have been extended, now supporting combining measurements, sampling distributions, computing experimental covariance matrices from a set of measurements, and adding functions for directly computing log-likelihood values for various distributions, normalized to the experimental central values.
  • Docstrings have been added and a first public documentation website is available.