Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
Functions | Variables
psi_traj.cpp File Reference

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
 

Detailed Description

PSI Trajectory Simulation Main.

Author
- Flore.nosp@m.nt.M.nosp@m.orata.nosp@m.@ima.nosp@m.g.fr
Date
December 11, 2002.

Function Documentation

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.

Parameters
patha string corresponding to the model name.
file_outa string corresponding to the (optional) output sample path.
statean integer corresponding to the initial state of the trajectory.
lengthan integer corresponding to the length of the trajectory.
void version_traj ( )

Give PSI informations.

Variable Documentation

char* prog_traj

Executable name.