README.md

pske: Probabilistic Solutions to Kolmogorov's Equations

Description

pske (pronounced "peh·skee") is a collection of probabilistic solvers of Kolmogorov's equations for Markov jump processes.

Installation

Step 1: system dependencies

A working C/C++/Fortran toolchain

Linux systems usually ship with such tools, but macOS and Windows users might require additional setup:

Step 2: install pske

if (!require(remotes)) {
    install.packages('remotes')
}
remotes::install_github("UBC-Stat-ML/pske")

TODO



UBC-Stat-ML/pske documentation built on April 5, 2022, 7:48 p.m.