Skip to content

sandialabs/hitmix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright 2021 National Technology & Engineering Solutions of Sandia,
LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
U.S. Government retains certain rights in this software.

Python HITMIX

Computation of hitting time moments using a linear algebraic approach, as defined in the following paper:

Current Capabilities Available

  • Computation of first two hitting time momments

Quick Start

Install

  • User: python setup.py install
  • Developer: python setup.py develop

Testing

# requires `pytest`
python -m pytest --disable-pytest-warnings

Coverage Testing

# requires `pytest-cov`
pytest --cov=hitmix  tests/ --cov-report=html
# output can be accessed via htmlcov/index.html

Documentation

# requires `sphinx`
sphinx-build ./docs/source ./docs/build
# output can be accessed via docs/build/html/index.html