Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New implementation of studentt function for ncm_stats_dist_kernel and reformulation of NcmStatsDist* objects. #42

Merged
merged 81 commits into from
Aug 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
a4f5e80
New implementation of studentt function for ncm_stats_nd_kde.
eduardojsbarroso Mar 3, 2021
e2e88fb
Adding the updated Jupyter notebook
eduardojsbarroso Mar 4, 2021
cc8fb86
(Re)updated m4 macros and gtk-doc.make.
Mar 4, 2021
0f6064e
Implementation of the comentaries from the commit "New implementation…
eduardojsbarroso Mar 5, 2021
490e8c5
Minor identation/positional tweaks.
Mar 15, 2021
a777714
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
Mar 15, 2021
64abac7
Reupdated m4 and automake stuff.
Mar 15, 2021
365f984
Merge branch 'master' into studentt
Mar 16, 2021
bdf0e5f
Change on the file numcosmo-docs.sgml to include ncm_stats_dist_nd_kd…
eduardojsbarroso Mar 19, 2021
603c26e
Reorganized ncm_stats_dist_nd* objects family. Testing different solv…
Mar 26, 2021
b396c39
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
Mar 26, 2021
41bbd62
Fixed a few documentation glitches.
Mar 26, 2021
9db7077
Added tests for KDEStudentt.
Mar 26, 2021
6aea466
Added interpolation case where only the most probable point is necess…
Mar 26, 2021
87850f1
Merge branch 'master' into studentt
Mar 26, 2021
c429f13
Moved external codes to a new (sub)library to remove these codes from…
Mar 26, 2021
27a747a
Missing Makefile.am.
Mar 27, 2021
398c572
Moved headers to the right place.
Mar 27, 2021
e650b4e
Improved the description in the documentation of ncm_stats_dist_nd.c,…
eduardojsbarroso Mar 30, 2021
c127f2b
Added documentation and comentaries in the notebook TestInterp.ipnb.
eduardojsbarroso Mar 31, 2021
5f65b04
Working version (not organized yet, full of debug prints...).
Apr 7, 2021
cb2d367
Working on ncm_stats_dist_nd + ncm_nnls. Working version, finishing c…
Apr 13, 2021
d856f0b
Working version of the reorganized code (NcmNNLS, NcmISet and NcmStat…
Apr 15, 2021
def4633
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
Apr 15, 2021
6a18cc4
Typo fix.
Apr 16, 2021
d9c1c22
New Rosenbrock model/likelihood to check MCMC convergence. New option…
Apr 25, 2021
e50f26f
New notebook used to plot Rosenbrock MCMC evolution.
Apr 25, 2021
32d9f87
Fixed bug in ncm_stats_dist_nd (it didn't set weights vector to zero …
Apr 27, 2021
f8702ce
Set default to aps with studentt (Cauchy dist) with no CV and over sm…
Apr 28, 2021
26f3cbb
Included the RoT for the Student t distributions in ncm_stats_dist_nd…
Apr 29, 2021
99bdcd0
New test likelihood Funnel.
May 18, 2021
5d0a330
Funnel example and notebook.
May 18, 2021
9e80648
Added gtk-doc to mac os build.
May 18, 2021
50339f1
Added the required files for CNearTree.c library, created copies of s…
eduardojsbarroso May 18, 2021
0ea3e49
Updated autotools files and removed travis-ci.
May 18, 2021
ab18d89
removed azure.
May 18, 2021
f03c64e
Fixed the includes for CNearTree, inserted a flag in Makefile.am and …
eduardojsbarroso May 19, 2021
02ade8c
example_neartree is the example from documentation, test_neartree is …
eduardojsbarroso May 21, 2021
f6eb073
Updated autotools file and removed binnary.
May 21, 2021
7baa61b
Working on VBK.
May 24, 2021
14297ea
Working on the examples.
Jun 2, 2021
2d42929
Functions prepare_args and preapre_interp running. Starting to work o…
eduardojsbarroso Jun 10, 2021
278c951
Missing files from last commit.
eduardojsbarroso Jun 10, 2021
16c7f54
vbk_studentt working for eval and evan_m2lnp. Copy of APS to work wit…
eduardojsbarroso Jun 14, 2021
412cdc8
vbk_studentt working on notebook. Memory error for rosenbrock. Check …
eduardojsbarroso Jun 17, 2021
6aa8edd
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
Jun 17, 2021
d97dfb6
Removed unecessary files.
Jun 17, 2021
ba94c33
Fixed indentation.
Jun 22, 2021
d966493
Merge branch 'master' into studentt
Jun 25, 2021
7850609
Working version of vbk.
Jul 6, 2021
5c5cd29
Removed CNearTree.
Jul 6, 2021
c5de50d
First (incomplete) reorganized version of NcmStatsDist*. Updated mken…
Jul 22, 2021
9c1b1ef
Working version of ncm_stats_dist*. Not yet fully tested.
Jul 29, 2021
0b56de4
Removed unecessary files. Added notebooks.
Jul 29, 2021
d85b2fb
Fixed wrong href when computing IM in VKDE. Fixed over_smooth tweak i…
Jul 29, 2021
b9eefb5
uncrustify and rename APS to APES.
Jul 29, 2021
1b54b31
Fixed bug in ncm_mset_trans_kern_cat.c (re-preparing for each samplin…
Jul 30, 2021
6625d26
Uncrustify tests. Tweak mcmc tests.
Aug 2, 2021
ff158f4
Working on stats_dist.c documentation
eduardojsbarroso Aug 3, 2021
0f0c27d
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
eduardojsbarroso Aug 3, 2021
08019d8
Added missing include directory.
Aug 3, 2021
cf5cdeb
Removed whitespace following trailing backslash.
Aug 3, 2021
8bdda9b
Unfinished stats dist objects documentation
eduardojsbarroso Aug 4, 2021
5c3ee90
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
eduardojsbarroso Aug 4, 2021
70c66ae
Documentation for stats dist objects with image problems
eduardojsbarroso Aug 4, 2021
3d6aa45
Fix documentation glitches and solve warnings.
Aug 4, 2021
1b3c215
Improved interface to NcmFitESMCMCWalkerAPES. Included and tweaked un…
Aug 8, 2021
463d6b5
Improved unit tests for NcCBE, NcCBEPrecision and NcmVector.
Aug 8, 2021
7c917ef
Tweaking tests to avoid false positives.
Aug 8, 2021
3cf7c56
More tweaks on NcmDiff tests.
Aug 9, 2021
90cebf8
Improving NcmStatsDist* coverage.
Aug 9, 2021
9cc5b3a
Improved tests and coverage for NcmStatsDist* family.
Aug 9, 2021
ec41ce5
Included over-smooth option in APES. Added the same option to darkene…
Aug 9, 2021
8d19b66
Generating graphs with the notebooks.
eduardojsbarroso Aug 9, 2021
92822c2
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
eduardojsbarroso Aug 9, 2021
70122ee
Improving coverage and fixed casting.
Aug 9, 2021
f894f72
Merge branch 'studentt' of github.com:NumCosmo/NumCosmo into studentt
eduardojsbarroso Aug 9, 2021
aa985fe
Changed the size of figures in docs and improved the documentation of…
eduardojsbarroso Aug 12, 2021
c20eac9
Tweaked test_ncm_mset_catalog.c and test_ncm_diff.c. Solved APES offb…
Aug 13, 2021
7d0875f
Merge branch 'master' into studentt
Aug 13, 2021
f46647b
uncrustify and more tweaks on test_ncm_diff.c removing edge cases.
Aug 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Installation Instructions
*************************

Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
Foundation, Inc.
Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
Expand Down Expand Up @@ -225,7 +225,7 @@ order to use an ANSI C compiler:

and if that doesn't work, install pre-built binaries of GCC for HP-UX.

HP-UX 'make' updates targets which have the same time stamps as their
HP-UX 'make' updates targets which have the same timestamps as their
prerequisites, which makes it generally unusable when shipped generated
files such as 'configure' are involved. Use GNU 'make' instead.

Expand Down
126 changes: 126 additions & 0 deletions aminclude_static.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@

# aminclude_static.am generated automatically by Autoconf
# from AX_AM_MACROS_STATIC on Fri Aug 13 18:13:41 -03 2021


# Code coverage
#
# Optional:
# - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
# Multiple directories may be specified, separated by whitespace.
# (Default: $(top_builddir))
# - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
# by lcov for code coverage. (Default:
# $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
# - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
# reports to be created. (Default:
# $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
# - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
# set to 0 to disable it and leave empty to stay with the default.
# (Default: empty)
# - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
# instances. (Default: based on )
# - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
# instances. (Default: )
# - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
# - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the
# collecting lcov instance. (Default: )
# - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
# instance. (Default: )
# - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering
# lcov instance. (Default: empty)
# - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
# instance. (Default: )
# - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the
# genhtml instance. (Default: based on )
# - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
# instance. (Default: )
# - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
#
# The generated report will be titled using the $(PACKAGE_NAME) and
# $(PACKAGE_VERSION). In order to add the current git hash to the title,
# use the git-version-gen script, available online.
# Optional variables
# run only on top dir
if CODE_COVERAGE_ENABLED
ifeq ($(abs_builddir), $(abs_top_builddir))
CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage

CODE_COVERAGE_BRANCH_COVERAGE ?=
CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),--rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=
CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=$(if $(CODE_COVERAGE_BRANCH_COVERAGE),--rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
CODE_COVERAGE_IGNORE_PATTERN ?=

GITIGNOREFILES := $(GITIGNOREFILES) $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
code_coverage_v_lcov_cap_0 = @echo " LCOV --capture" $(CODE_COVERAGE_OUTPUT_FILE);
code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))
code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))
code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN);
code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))
code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))
code_coverage_v_genhtml_0 = @echo " GEN " "$(CODE_COVERAGE_OUTPUT_DIRECTORY)";
code_coverage_quiet = $(code_coverage_quiet_$(V))
code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
code_coverage_quiet_0 = --quiet

# sanitizes the test-name: replaces with underscores: dashes and dots
code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))

# Use recursive makes in order to ignore errors during check
check-code-coverage:
-$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k check
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture

# Capture code coverage data
code-coverage-capture: code-coverage-capture-hook
$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERSION))" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_OPTIONS)
$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_RMOPTS)
-@rm -f "$(CODE_COVERAGE_OUTPUT_FILE).tmp"
$(code_coverage_v_genhtml)LANG=C $(GENHTML) $(code_coverage_quiet) $(addprefix --prefix ,$(CODE_COVERAGE_DIRECTORY)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS)
@echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html"

code-coverage-clean:
-$(LCOV) --directory $(top_builddir) -z
-rm -rf "$(CODE_COVERAGE_OUTPUT_FILE)" "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "$(CODE_COVERAGE_OUTPUT_DIRECTORY)"
-find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete

code-coverage-dist-clean:

AM_DISTCHECK_CONFIGURE_FLAGS := $(AM_DISTCHECK_CONFIGURE_FLAGS) --disable-code-coverage
else # ifneq ($(abs_builddir), $(abs_top_builddir))
check-code-coverage:

code-coverage-capture: code-coverage-capture-hook

code-coverage-clean:

code-coverage-dist-clean:
endif # ifeq ($(abs_builddir), $(abs_top_builddir))
else #! CODE_COVERAGE_ENABLED
# Use recursive makes in order to ignore errors during check
check-code-coverage:
@echo "Need to reconfigure with --enable-code-coverage"
# Capture code coverage data
code-coverage-capture: code-coverage-capture-hook
@echo "Need to reconfigure with --enable-code-coverage"

code-coverage-clean:

code-coverage-dist-clean:

endif #CODE_COVERAGE_ENABLED
# Hook rule executed before code-coverage-capture, overridable by the user
code-coverage-capture-hook:

.PHONY: check-code-coverage code-coverage-capture code-coverage-dist-clean code-coverage-clean code-coverage-capture-hook
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ if test "x$have_lapack" != "xno"; then
LIBS="$LAPACK_LIBS $LIBS"
AC_MSG_RESULT([$lapack_support])

AC_CHECK_FUNCS([dptsv_ dpotrf_ dpotri_ dpotrs_ dposv_ dsytrf_ dsytrs_ dsytri_ dsysvx_ dsysvxx_ dsyevr_ dsyevd_ dgeev_ dgeevx_ dggglm_ dgeqrf_ dgerqf_ dgeqlf_ dgelqf_ dtrsv_],[],[])
AC_CHECK_FUNCS([dptsv_ dpotrf_ dpotri_ dpotrs_ dposv_ dsytrf_ dsytrs_ dsytri_ dsysv_ dsysvx_ dsysvxx_ dsyevr_ dsyevd_ dgeev_ dgeevx_ dggglm_ dgeqrf_ dgerqf_ dgeqlf_ dgelqf_ dgels_ dtrsv_],[],[])

if test "x$lapack_mkl" != "x"; then
AC_CHECK_HEADERS([mkl_lapacke.h],
Expand Down Expand Up @@ -1115,6 +1115,7 @@ numcosmo/plc/Makefile
numcosmo/class/Makefile
numcosmo/sundials/Makefile
numcosmo/toeplitz/Makefile
numcosmo/misc/Makefile
tools/Makefile
tests/Makefile
docs/Makefile
Expand Down
63 changes: 38 additions & 25 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -101,35 +101,48 @@ endif
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
IGNORE_HFILES= \
config.h \
config_extra.h \
ncm_gsl_blas_types.h \
ncm_fit_nlopt_enum_meta.h \
ncm_sphere_map_block.c \
ncm_flapack.h \
nc_hipert_private.h \
gsl_rstat.h \
gsl_cqp.h \
initial_point.h \
rquantile.c \
$(ignore_nlopt) \
Faddeeva.h \
levmar \
libcuba \
plc \
class \
class/source \
class/hyrec \
class/include \
toeplitz \
sundials \
rcm.h \
rcm.c
config.h \
config_extra.h \
ncm_gsl_blas_types.h \
ncm_fit_nlopt_enum_meta.h \
ncm_sphere_map_block.c \
ncm_flapack.h \
ncm_stats_dist_kernel_private.h \
ncm_stats_dist_private.h \
ncm_stats_dist_kde_private.h \
ncm_stats_dist_vkde_private.h \
nc_hipert_private.h \
gsl_rstat.h \
gsl_cqp.h \
initial_point.h \
rquantile.c \
$(ignore_nlopt) \
Faddeeva.h \
levmar \
libcuba \
plc \
class \
class/source \
class/hyrec \
class/include \
toeplitz \
sundials \
rcm.h \
rcm.c \
nnls.c \
libqp_gsmo.c \
libqp.h \
libqp_splx.c \
kdtree.h \
kdtree.c


# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
HTML_IMAGES= \
$(srcdir)/images/spline_func_knots_evolution.png
$(srcdir)/images/spline_func_knots_evolution.png \
$(srcdir)/images/vkde.png \
$(srcdir)/images/kde.png

# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
Expand Down
Binary file added docs/images/kde.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/vkde.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 28 additions & 9 deletions docs/numcosmo-docs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
<xi:include href="xml/ncm_c.xml"/>
<xi:include href="xml/ncm_cfg.xml"/>
<xi:include href="xml/ncm_util.xml"/>
<xi:include href="xml/ncm_iset.xml"/>
<xi:include href="xml/ncm_diff.xml"/>
<xi:include href="xml/ncm_vector.xml"/>
<xi:include href="xml/ncm_matrix.xml"/>
<xi:include href="xml/ncm_nnls.xml"/>
<xi:include href="xml/ncm_serialize.xml"/>
<xi:include href="xml/ncm_obj_array.xml"/>
<xi:include href="xml/ncm_integral1d.xml"/>
Expand Down Expand Up @@ -102,7 +104,6 @@
<xi:include href="xml/ncm_vparam.xml"/>
<xi:include href="xml/ncm_model_ctrl.xml"/>
<xi:include href="xml/ncm_model_builder.xml"/>
<xi:include href="xml/ncm_model_mvnd.xml"/>
<xi:include href="xml/ncm_mset.xml"/>
<xi:include href="xml/ncm_mset_func.xml"/>
<xi:include href="xml/ncm_mset_func1.xml"/>
Expand All @@ -124,7 +125,6 @@
<xi:include href="xml/ncm_data_poisson.xml"/>
<xi:include href="xml/ncm_data_dist1d.xml"/>
<xi:include href="xml/ncm_data_dist2d.xml"/>
<xi:include href="xml/ncm_data_gauss_cov_mvnd.xml"/>
</section>
<section>
<title>Statistical Analysis</title>
Expand All @@ -134,8 +134,6 @@
<xi:include href="xml/ncm_stats_dist1d_epdf.xml"/>
<xi:include href="xml/ncm_stats_dist2d.xml"/>
<xi:include href="xml/ncm_stats_dist2d_spline.xml"/>
<xi:include href="xml/ncm_stats_dist_nd.xml"/>
<xi:include href="xml/ncm_stats_dist_nd_kde_gauss.xml"/>
<xi:include href="xml/ncm_bootstrap.xml"/>
<xi:include href="xml/ncm_likelihood.xml"/>
<xi:include href="xml/ncm_prior.xml"/>
Expand All @@ -160,16 +158,37 @@
<xi:include href="xml/ncm_fit_levmar.xml"/>
<xi:include href="xml/ncm_fit_mc.xml"/>
<xi:include href="xml/ncm_fit_mcbs.xml"/>
<xi:include href="xml/ncm_lh_ratio1d.xml"/>
<xi:include href="xml/ncm_lh_ratio2d.xml"/>
<xi:include href="xml/ncm_abc.xml"/>
</section>
<section>
<title>Multivariate density estimation</title>
<xi:include href="xml/ncm_stats_dist.xml"/>
<xi:include href="xml/ncm_stats_dist_kde.xml"/>
<xi:include href="xml/ncm_stats_dist_vkde.xml"/>
<xi:include href="xml/ncm_stats_dist_kernel.xml"/>
<xi:include href="xml/ncm_stats_dist_kernel_gauss.xml"/>
<xi:include href="xml/ncm_stats_dist_kernel_st.xml"/>
</section>
<section>
<title>MCMC and ESMCMC</title>
<xi:include href="xml/ncm_fit_mcmc.xml"/>
<xi:include href="xml/ncm_fit_esmcmc.xml"/>
<xi:include href="xml/ncm_fit_esmcmc_walker.xml"/>
<xi:include href="xml/ncm_fit_esmcmc_walker_stretch.xml"/>
<xi:include href="xml/ncm_fit_esmcmc_walker_walk.xml"/>
<xi:include href="xml/ncm_fit_esmcmc_walker_aps.xml"/>
<xi:include href="xml/ncm_lh_ratio1d.xml"/>
<xi:include href="xml/ncm_lh_ratio2d.xml"/>
<xi:include href="xml/ncm_abc.xml"/>
</section>
<xi:include href="xml/ncm_fit_esmcmc_walker_apes.xml"/>
</section>
<section>
<title>MCMC Testing</title>
<xi:include href="xml/ncm_model_mvnd.xml"/>
<xi:include href="xml/ncm_data_gauss_cov_mvnd.xml"/>
<xi:include href="xml/ncm_model_rosenbrock.xml"/>
<xi:include href="xml/ncm_data_rosenbrock.xml"/>
<xi:include href="xml/ncm_model_funnel.xml"/>
<xi:include href="xml/ncm_data_funnel.xml"/>
</section>
<section>
<title>Spherical maps and Healpix</title>
<xi:include href="xml/ncm_sphere_map.xml"/>
Expand Down