Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Empirical *parameter* event ndims.
A *scalar* Empirical has self.event_ndims=0 and is parameterized by a *vector* samples of scalars. A *matrix* Empirical has self.event_ndims=1 and is parameterized by a *matrix* samples of vectors. Therefore we should be advertising _params_event_ndims=dict(self.event_ndims+1). PiperOrigin-RevId: 237457364
- Loading branch information