Skip to content

Commit d4e7c06

Browse files
committed
fixed
1 parent b1c944c commit d4e7c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
NMEstimationSigmaLaplace
4040
)
4141
ALGORITHM_REGISTRY.register("density_estim_inv_mellin_rqmc_int", AlgorithmPurpose.NMV_SEMIPARAMETRIC)(
42-
NMVEstimationDensityInvMTquadRQMCBased
42+
SemiParametricGEstimationGivenMuRQMCBased
4343
)
4444
ALGORITHM_REGISTRY.register("density_estim_post_widder", AlgorithmPurpose.NMV_SEMIPARAMETRIC)(
4545
NMVEstimationDensityPW

0 commit comments

Comments
 (0)