You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The observation process for the log viral genome concentration in wastewater follow a censored normal distribution with concentration below the level of detection (LOD) censored.
We can use @dylanhmorris's implementation of the censored normal distribution here.
I am wondering if the censored normal distribution in PyRenew should inherit from the RandomVariable class instead of numpyro.distributions.Distribution so that it can be "time-aware" like all other randomvariables. Thoughts? @damonbayer@dylanhmorris@AFg6K7h4fhy2
The text was updated successfully, but these errors were encountered:
The observation process for the log viral genome concentration in wastewater follow a censored normal distribution with concentration below the level of detection (LOD) censored.
We can use @dylanhmorris's implementation of the censored normal distribution here.
I am wondering if the censored normal distribution in
PyRenew
should inherit from theRandomVariable
class instead ofnumpyro.distributions.Distribution
so that it can be "time-aware" like all other randomvariables. Thoughts? @damonbayer @dylanhmorris @AFg6K7h4fhy2The text was updated successfully, but these errors were encountered: