We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c944c commit d4e7c06Copy full SHA for d4e7c06
src/procedures/__init__.py
@@ -39,7 +39,7 @@
39
NMEstimationSigmaLaplace
40
)
41
ALGORITHM_REGISTRY.register("density_estim_inv_mellin_rqmc_int", AlgorithmPurpose.NMV_SEMIPARAMETRIC)(
42
- NMVEstimationDensityInvMTquadRQMCBased
+ SemiParametricGEstimationGivenMuRQMCBased
43
44
ALGORITHM_REGISTRY.register("density_estim_post_widder", AlgorithmPurpose.NMV_SEMIPARAMETRIC)(
45
NMVEstimationDensityPW
0 commit comments