Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.02 KB

dens_profs.rst

File metadata and controls

32 lines (23 loc) · 1.02 KB

Density Profiling

Classes for Density Profiling

The dens_profs_classes module defines the DensProfs and DensProfsGadget classes that provide density profiling capabilities. They inherit from the DensProfsBase class (not relevant for the user).

dens_profs.dens_profs_classes

Density profile estimation algorithms

The dens_profs_algos module contains the direct-binning and the kernel-based density profile estimation algorithms.

dens_profs.dens_profs_algos

Density profile fitting and plotting

The dens_profs_tools module provides density profile models such as the NFW profile as well as density profile fitting and plotting tools.

dens_profs.dens_profs_tools