target
- class ksd_metric.target.TargetDistributionInterface[source]
Bases:
ABCInterface for target distributions used in Kernel Stein Discrepancy (KSD).
- class ksd_metric.target.TargetDistributionJax(log_target_pdf)[source]
Bases:
TargetDistributionInterfaceRepresents a target distribution for the KSD.
- __init__(log_target_pdf)[source]
Initializes the target distribution with a logarithmic probability density function.
- Parameters:
log_target_pdf (DifferentiableFunction) – A function that computes the log of the target PDF.