Skip to content
drphilmarshall edited this page Dec 14, 2011 · 7 revisions

Welcome to the pappy wiki!

pappy is a library of python routines for manipulating and plotting PDFs that are stored in the form of a list of sample parameter "vectors". The main documentation is in the headers of the primary source code files. These are:

  • CornerPlotter.py: plotting requested 1 and 2D marginalised PDFs as histograms.
  • Amplifier.py: generating N samples consistent with being drawn from the same PDF as the initial set

Quickstart

import pappy
pappy.call(data)
Clone this wiki locally