|
28 | 28 |
|
29 | 29 | ALGORITHM_REGISTRY: Registry = Registry() |
30 | 30 | ALGORITHM_REGISTRY.register("mu_estimation", AlgorithmPurpose.NMV_SEMIPARAMETRIC)(SemiParametricMuEstimation) |
31 | | -ALGORITHM_REGISTRY.register("g_estimation_given_mu", AlgorithmPurpose.NMV_SEMIPARAMETRIC)( |
| 31 | +ALGORITHM_REGISTRY.register("density_estim_inv_mellin_quad_int", AlgorithmPurpose.NMV_SEMIPARAMETRIC)( |
32 | 32 | SemiParametricGEstimationGivenMu |
33 | 33 | ) |
34 | | -ALGORITHM_REGISTRY.register("g_estimation_convolution", AlgorithmPurpose.NM_SEMIPARAMETRIC)(NMSemiParametricGEstimation) |
35 | | -ALGORITHM_REGISTRY.register("sigma_estimation_eigenvalue_based", AlgorithmPurpose.NM_SEMIPARAMETRIC)( |
| 34 | +ALGORITHM_REGISTRY.register("density_estim_deconv", AlgorithmPurpose.NM_SEMIPARAMETRIC)(NMSemiParametricGEstimation) |
| 35 | +ALGORITHM_REGISTRY.register("sigma_estimation_eigenvalue", AlgorithmPurpose.NM_SEMIPARAMETRIC)( |
36 | 36 | SemiParametricMeanSigmaEstimationEigenvalueBased |
37 | 37 | ) |
38 | | -ALGORITHM_REGISTRY.register("sigma_estimation_empirical", AlgorithmPurpose.NM_SEMIPARAMETRIC)( |
| 38 | +ALGORITHM_REGISTRY.register("sigma_estimation_laplace", AlgorithmPurpose.NM_SEMIPARAMETRIC)( |
39 | 39 | SemiParametricMeanSigmaEstimationEmpirical |
40 | 40 | ) |
41 | | -ALGORITHM_REGISTRY.register("g_estimation_given_mu_rqmc_based", AlgorithmPurpose.NMV_SEMIPARAMETRIC)( |
| 41 | +ALGORITHM_REGISTRY.register("density_estim_inv_mellin_rqmc_int", AlgorithmPurpose.NMV_SEMIPARAMETRIC)( |
42 | 42 | SemiParametricGEstimationGivenMuRQMCBased |
43 | 43 | ) |
44 | | -ALGORITHM_REGISTRY.register("g_estimation_post_widder", AlgorithmPurpose.NMV_SEMIPARAMETRIC)( |
| 44 | +ALGORITHM_REGISTRY.register("density_estim_post_widder", AlgorithmPurpose.NMV_SEMIPARAMETRIC)( |
45 | 45 | SemiParametricGEstimationPostWidder |
46 | 46 | ) |
0 commit comments