Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
|
PSI Trajectory Simulation Main. More...
#include "psi_traj.h"
Functions | |
void | help_traj () |
Help message of psi_traj executable. More... | |
void | version_traj () |
Give PSI informations. More... | |
void | traj (const string path, const string file_out, int state, const int length) |
PSI Trajectory Simulation. More... | |
int | main_psi_traj (int argc, char **argv) |
PSI Trajectory Simulation Main Program. More... | |
Variables | |
char * | prog_traj |
PSI Trajectory Simulation Main.
void help_traj | ( | ) |
Help message of psi_traj executable.
int main_psi_traj | ( | int | argc, |
char ** | argv | ||
) |
PSI Trajectory Simulation Main Program.
Unix like version of PSI trajectory simulation.
void traj | ( | const string | path, |
const string | file_out, | ||
int | state, | ||
const int | length | ||
) |
PSI Trajectory Simulation.
This modulate permits to obtain a trajectory of Markov chains with choice of initial state.
path | a string corresponding to the model name. |
file_out | a string corresponding to the (optional) output sample path. |
state | an integer corresponding to the initial state of the trajectory. |
length | an integer corresponding to the length of the trajectory. |
void version_traj | ( | ) |
Give PSI informations.
char* prog_traj |
Executable name.