Standardize the loglikelihood
and likelihood
shape broadcasting
#15
Labels
enhancement
New feature or request
loglikelihood
and likelihood
shape broadcasting
#15
Working on #12 I started changing the broadcasting behavior of
CalibrationModel.likelihood
andCalibrationModel.loglikelihood
, but it's not as simple and deserves it's very own issue & PR.What needs to be done:
shape_indep, shape_obs, model_ndim, scan_x
combinations and precisely define theshape_expected
.shape_indep
may be higher-dimensional, for example when broadcasting with a 5-dimensional tensor..scan_x
if the broadcasting behavior is clearly defined?CalibrationModel.loglikelihood
andCalibrationModel.likelihood
The text was updated successfully, but these errors were encountered: