Metadata-Version: 2.1
Name: blue-combine
Version: 0.1.dev1
Summary: Python package for the Best Linear Unbiased Estimate (BLUE) method
Home-page: https://github.com/jolange/BLUE-py
Author: Johannes Lange
License: GPL-3.0
Platform: UNKNOWN
Requires-Python: >=3
Requires-Dist: numpy

A description of the BLUE method as implemented in this package can be found in

- L. Lyons, D. Gibaut and P. Clifford,
  "How to Combine Correlated Estimates of a Single Physical Quantity",
  Nucl. Instrum. Meth. A 270 (1988) 110,
  doi:10.1016/0168-9002(88)90018-6.

- A. Valassi,
  "Combining correlated measurements of several different physical quantities",
  Nucl. Instrum. Meth. A 500 (2003) 391,
  doi:10.1016/S0168-9002(03)00329-2.


