epinowcast / primarycensored

Primary event censored distributions.
https://primarycensored.epinowcast.org/
Other
8 stars 1 forks source link

Implement analytical solutions to PMFs directly in the stan code #100

Open seabbs opened 2 months ago

seabbs commented 2 months ago

Currently we also drop down to the CDF solutions but there is likely a significant speed up available (due to reducing cdf calls) in directly implementing the analytical solutions for the PMFs.

We should:

seabbs commented 1 month ago

I think in the first instance we only need to do this for the vectorised helpers as this is where the most obvious speed up will be and its also where performance is most critical.