ajsims1704 / rdecision

Decision Analytic Modelling In Health Economics
1 stars 0 forks source link

Cycle duration cannot be queried in class SemiMarkovModel. #12

Closed ajsims1704 closed 1 month ago

ajsims1704 commented 1 month ago

The cycle duration of semi Markov models is set when a SemiMarkovModel class is created. It correct for the value to be non-modifiable (because changing it would require transition probabilities to change), but its value should be available via an accessor function.

ajsims1704 commented 1 month ago

Method get_tcycle added to class SemiMarkovModel.