pmrf.distributions.maf
Functions
|
Classes
|
A generic NumPyro-compatible distribution wrapper for MAF-based models. |
- class pmrf.distributions.maf.MAFDistribution(batch_shape=(), event_shape=(), *, validate_args=None)[source]
Bases:
DistributionA generic NumPyro-compatible distribution wrapper for MAF-based models. The actual implementation is delegated to a backend adapter.
- Parameters:
batch_shape (tuple[int, ...])
event_shape (tuple[int, ...])
validate_args (bool | None)
- impl = None