rxmc.proposal.NormalProposalDistribution#
- class rxmc.proposal.NormalProposalDistribution(cov: ndarray)[source]#
Bases:
ProposalDistributionMultivariate-normal proposal centred at the current state.
- Parameters:
cov (np.ndarray, shape (ndim, ndim)) – Covariance matrix of the proposal distribution.
Methods
__init__(cov)