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
I am currently working with mixtures and have been trying the "MixtureOfTwo" class.
When I try to compute the cumulative distribution function, however, I am met with the non-implemented error:
"NotImplementedError: Distribution MixtureOfTwo does not implement log_cdf"
Will log_cdf be implemented at some point?
Thank you very much and thank you for developing this fantastic project
Giovanni
The text was updated successfully, but these errors were encountered:
I am currently working with mixtures and have been trying the "MixtureOfTwo" class.
When I try to compute the cumulative distribution function, however, I am met with the non-implemented error:
"NotImplementedError: Distribution
MixtureOfTwo
does not implementlog_cdf
"Will
log_cdf
be implemented at some point?Thank you very much and thank you for developing this fantastic project
Giovanni
The text was updated successfully, but these errors were encountered: