rmnldwg / lymph

Python package for statistical modelling of lymphatic metastatic spread in head & neck cancer.

Home Page:https://lymph-model.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

risk from precomputed state distribution

rmnldwg opened this issue · comments

It could be use- and helpful to implement a method that can compute risks and prevalences from a set of precomputed distributions over hidden states. This method should basically take in the same arguments as the models' risk() method, but instead of samples, it should expect arrays the like the ones produced by the state_dist() method.