morpho.processors.plots.APosterioriDistribution module

Some template vars

Members: APosterioriDistribution

Functions:

Classes:

Plot a posteriori distribution of the variables of interest Authors: J. Jonhston, M. Guigue Date: 06/26/18

Summary

Data:

Reference

class morpho.processors.plots.APosterioriDistribution.APosterioriDistribution(name, *args, **kwargs)[source]

Bases: morpho.processors.BaseProcessor.BaseProcessor

Generates an a posterior distribution for all the parameters of interest TODO: - Use the RootHistogram class instead of TH1F itself… :param n_bins_y: number of bins (default=100) :param n_bins_y: number of bins (default=100) :param variables: name(s) of the variable in the data :type variables: required :param width: window width (default=600) :param height: window height (default=400) :param title: canvas title :param x_title: title of the x axis :param y_title: title of the y axis :param options: other options (logy, logx) :param root_plot_option: root plot option (default=contz) :param output_path: where to save the plot :param output_pformat: plot format (default=pdf)

data
InternalConfigure(param_dict)[source]

Configure

InternalRun()[source]

Method called by Run() to run the object. Must be overridden by child class.