Main Page   Namespace List   Alphabetical List   Compound List   File List   Compound Members   File Members  

psi.cpp File Reference

Main of PSI. More...

#include <iostream>
#include <fstream>
#include <string>
#include <iomanip>
#include <unistd.h>
#include <sys/time.h>
#include "hbf.h"
#include "alias.h"
#include "analyze.h"
#include "cost.h"
#include "alea.h"
#include "fic_gnu.h"
#include "interface.h"
#include "percent.h"

Namespaces

namespace  std

Functions

void precomputation ()
 Precomputation of PSI. More...

void backward ()
 PSI Exact Simulation. More...

void forward ()
 PSI Forward simulation. More...

void mcmc ()
 Classical Monte Carlo Simulation. More...

void trajectory ()
 Give a forward trajectory. More...

void norm ()
 Graphical analyze. More...

void simu ()
 PSI Simulation Menu. More...

void tool ()
 PSI tools. More...

int main (int argc, char **argv)
 PSI Main Program. More...


Detailed Description

Main of PSI.

This is the textual interface version of PSI.

Author:
- Florent.Morata@imag.fr
Date:
November 27, 2002.

Function Documentation

void backward  
 

PSI Exact Simulation.

void backward()

This is the real kernel simulation of PSI.

void forward  
 

PSI Forward simulation.

This simulation technique is based on the same coupling technique than Perfect Simulation, but it returns a not exact sampling of .

int main int    argc,
char **    argv
 

PSI Main Program.

Different interface menus of PSI.

void mcmc  
 

Classical Monte Carlo Simulation.

We give an arbitrary initial state and a steps number for Monte Carlo simulation. This steps number correspond to the burn-in time wished by the user.

void norm  
 

Graphical analyze.


void norm()

We obtain graphics of stationary distribution estimation (or functional) and iterations number observation.

void precomputation  
 

Precomputation of PSI.

void simu  
 

PSI Simulation Menu.

Backward simulation is based on CFTP algorithm and return an exact sampling of , whereas Monte Carlo simulation return a pseudo sampling of .

void tool  
 

PSI tools.

void trajectory  
 

Give a forward trajectory.

User gives initial state and length of trajectory. Results can be seen in corresponding '.traj' file.


Generated on Tue Dec 10 12:44:22 2002 for PSI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002