To content
Department of Computer Science

ASMo - Adaption of Stochastic Models

The construction of stochastic models requires the analysis and modeling of data using appropriate stochastic distributions and processes. Software support for this task is often fragmented across various tools and libraries. The ASMo tool consolidates this support into a user-friendly environment, simplifying the visualization, analysis, and fitting of stochastic models. ASMo is designed to be easily extendable and provides an open environment for integrating new methods.

 

 

ASMo v.0.3.0

ASMo is free software, released under the terms of the MIT License.

Run the following commands for Linux (python 3.11 or newer has to be installed):

If not installed do

1) Update Package repo:     sudo apt update
2) Install Python:                   sudo apt install python3
3) Install Pip:                          python -m ensurepip --upgrade
                                                  python get-pip.py
4) Install Python poetry:      pip install poetry

Unzip the downloaded zip file asmo_program.zip  and

1) Install dependencies:        poetry install
2) Run the application:          poetry run asmo
3) Open a local browser instance and call: localhost

  • ASMo Manual:     will follow soon
  • ASMo Overview: see publications

Falko Bause, Andreas Blume, Peter Buchholz, Alexander Puzicha and Alina Timmermann.
Adaption of Stochastic Models (ASMo) - A Tool for Input Modeling -
accepted for QEST 2024, International Conference on Quantitative Evaluation of SysTems,
Calgary, Canada — September 9-13, 2024. (Artifact of Software)

asmo (at) ls4.cs.tu-dortmund.de