Load a covariance matrix by dragging its .cov.json onto the page!

JSON file layout reference

fields

labels
Array of N Strings
the nuisance/fit parameter labels
cov or cor
Array of N Arrays of N Numbers between -1 and 1
the covariance/correlation matrix
at least one of them must be given
qual
the fit quality number, optional

example

{
  "labels": ["lumi", "BR", "r"],
  "cov": [
    [1   , 0.1, 0.01],
    [0.1 , 1  , 0.1 ],
    [0.01, 0.1, 1   ]
  ]
}
(Quality: {{raw?.qual}})
Display

Label collisions after label replacements!
Filters ({{filtered.original.length}} ➜ {{filtered.labels.length}})