Skip to content

diguida/STSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statistical Testing Simulation

A small suite to simulate the statistical testing phase of a software module.

Requirements

gcc >= 5.3.0

Installation

After cloning, in the main directory run

$ make

It will compile all sources and produce

  • test executables in the test folder;
  • the main executable STSimulation.

Running

In order to run the simulation, run the executable

$ ./STSimulation

In input, you will be requested to type:

  • The seed for the linear congruential engine
  • The number of initial faults
  • The (constant) failure rate in the pre-run phase (expressed in failure/h)
  • The number of failure to be observed in the pre-run phase
  • The number of failure to be observed in the run phase
  • The Musa factor A.

The program will produce a txt file in Mathematica format, to be passed as input to the Newton-Raphson implementation in that language.

About

Statistical testing simulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published