Skip to content
Snippets Groups Projects
Commit 4ce2714e authored by Mahmoud Bentriou's avatar Mahmoud Bentriou
Browse files

Improving README

parent 65751c77
No related branches found
No related tags found
No related merge requests found
Pipeline #31320 passed
......@@ -2,10 +2,11 @@
MarkovProcesses.jl
==================
[![Pipeline status](https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/badges/master/pipeline.svg)]
![Pipeline status](https://gitlab-research.centralesupelec.fr/2017bentrioum/markovprocesses.jl/badges/master/pipeline.svg)
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://2017bentrioum.pages.centralesupelec.fr/markovprocesses.jl/)
A Julia package for efficient simulation, statistical inference and verification of Continuous Time Markov Chains.
A Julia package for efficient simulation, statistical inference and verification of Continuous Time Markov Chains
modeled by Chemical Reaction Networks with Approximate Bayesian Computation methods.
It implements:
......@@ -21,7 +22,7 @@ It implements:
## Install
This package is not yet registered in the Julia's packages. For the install of the package:
This package is not yet registered in the Julia's General registry. For the install of the package:
1. Launch Julia's REPL (for example by entering `julia` in the shell)
2. Enter Pkg's REPL by typing `]`
......@@ -32,11 +33,11 @@ This package is not yet registered in the Julia's packages. For the install of t
## Getting started
A few notebooks are available in examples/notebooks for a quick presentation of the different features of the package.
A few notebooks are available in examples/notebooks for a quick presentation of the packages' features.
## Tests
Execution tests and statistical tests are available. It can be run by
Execution and statistical tests can be run through:
`julia test/runtests.jl`
......@@ -54,5 +55,5 @@ Benchmarks have been made to test the performance of the package compared to wel
## Info
This package was written during my PhD thesis. The mathematical fundations and the package archtecture are presented in it.
The mathematical fundations and the package architecture are presented in my [PhD thesis](https://theses.hal.science/tel-03621447).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment