Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.51 KB

absorbingmarkovchain

GoDoc Reference Build Status Coverage Status Go Report Card

Description

absorbingmarkovchain is a golang package that defines primitives for computing absorption probabilities of absorbing markov chains.

Installation

This package can be installed with the go get command:

go get github.com/ebonetti/absorbingmarkovchain

Dependencies

This package depends on PETSc. The associated dockerfile provides a complete environment in which use this package, such docker image can be found at ebonetti/golang-petsc. Otherwise PETSc can be installed following the same steps as in the dockerfile or in the PETSc installation page.

Documentation

API documentation can be found in the associated godoc reference.