Skip to content

scottw13/BET-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BET

BET is in active development. Hence, some features are still being added and you may find bugs we have overlooked. If you find something please report these problems to us through github so that we can fix them. Thanks!

Butler, Estep, Tavener Method

This code has been documented with Sphinx. The documentation is available online ta http://ut-chg.github.io/BET. To build documentation run make html in the doc/ folder. To build/update the documentation use the following commands::

sphinx-apidoc -f -o doc bet
cd doc/
make html
make html

This creates the relevant documentation at BET/gh-pages/html. To change the build location of the documentation you will need to update doc/Makefile.

You will need to run sphinx-apidoc AND reinstall BET anytime a new module or method in the source code has been added. If only the *.rst files have changed then you can simply run make html twice in the doc folder.

Useful scripts are contained in examples/

Dependencies

BET requires the following packages:

  1. numpy
  2. scipy
  3. nose
  4. pyDOE
  5. matplotlib

About

Butler, Estep, Tavener Method - A python based package for measure-theoretic stochastic inverse and forward problems.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%