rxmc.proposal.HalfNormalProposalDistribution#
- class rxmc.proposal.HalfNormalProposalDistribution(scale: float)[source]#
Bases:
ProposalDistributionHalf-normal proposal, useful for strictly non-negative parameters.
- Parameters:
scale (float) – Scale parameter of the half-normal distribution.
Methods
__init__(scale)