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
If this is a universal requirement, can you also document somewhere, perhaps on the definition of testvalue that it should produce a point from the sample space of the measure such that evaluating logdensity on it produces a Float64?
If this is a universal requirement, can you also document somewhere, perhaps on the definition of
testvalue
that it should produce a point from the sample space of the measure such that evaluatinglogdensity
on it produces aFloat64
?Originally posted by @sethaxen in #137 (comment)
We should add methods to
testvalue
so that for any measured
,logdensity(d, testvalue(d)) isa Float64
logdensity(d, testvalue(T, d) isa T
The text was updated successfully, but these errors were encountered: