Prev Next plot_rate_fit

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\W}[1]{ \; #1 \; }@)@ This is dismod_at-20221105 documentation: Here is a link to its current documentation .
Plot The Rates for a Fit

Syntax
database
pdf_file
plot_title
rate_set
plot_set
Example

Syntax
plot_set = plot_rate_fit(
   
databasepdf_fileplot_titlerate_set
)

database
This str is the file name for an existing dismod_at database that contains the results of a fit . If there is a sample_table it is assumed it was created using a sample_command after the fit_command .

pdf_file
Is the location where the pdf file containing the plot will be placed.

plot_title
This str is a title printed at the top of every plot.

rate_set
Each element of this set an str containing a rate_name that we are plotting the fit for.

plot_set
Each element of this set is a str containing the name of a rate (in rate_set ) that was plotted. If a rate was not plotted, it is constrained to be zero by the rate table.

Example
user_plot_rate_fit.py .
Input File: python/dismod_at/plot_rate_fit.py