Prev Next

@(@\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 .
Python Utilities

Contents

Contents
average_integrandCompute The Average Integrand
connection_fileGet File Name For a Database Connection
create_connectionCreate a Python sqlite3 Database Connection
create_databaseCreate a Dismod_at Database
create_tableCreate a Database Table
csv2db_commandConversion of a Csv File to a Dismod_at Database
db2csv_commandCreate Csv Files that Summarize The Database
get_name_typeGet Column Names and Types in a Table
get_row_listGet Data From a Table
get_table_dictGet All Data From a Table
metropolisMetropolis MCMC Algorithm
modify_commandModify a Column of an Sqlite Database
perturb_commandPerturb Command: Random Change to Start or Scale Tables
plot_curvePlot Log-Scaled Values With Respect To Age and Time
plot_data_fitPlot The Data Fit By Integrand
plot_rate_fitPlot The Rates for a Fit
replace_tableReplace A a Table
sql_commandExecute an SQL command
system_command_prcPrint Run and Check a System Command
unicode_tupleConvert an Iterable Object to a Unicode String

Input File: python/dismod_at/__init__.py