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 .
Dismod_at Getting Started Examples / Tests

See Also
Database
Run One Example
get_started.db
Commands

See Also
csv2db_command

Database
get_started_db.py

Run One Example
If you have built dismod_at and are in the directory dismod_at.git , you can run one of these examples with the command
   
python3_executable example/get_started/name
where python3_executable is the python3 program and name is the name of the example. The name of the example includes the .py extension at the end.

get_started.db
Each of these examples uses the database
   build/example/get_started/get_started.db
which is created by get_started_db.py and can be inspected using any sqlite viewer; e.g., http://sqlitebrowser.org/ .

Commands
init_command.py init Command: Example and Test
set_command.py set Command: Example and Test
fit_command.py fit Command: Example and Test
simulate_command.py simulate Command: Example and Test
sample_command.py sample Command: Example and Test
predict_command.py predict Command: Example and Test
db2csv_command.py db2csv Command: Example and Test

Input File: example/get_started/get_started.omh