File: __init__.py

package info (click to toggle)
astroml 0.4.post1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 892 kB
  • sloc: python: 5,492; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
from .density_estimation import KNeighborsDensity
from .xdeconv import XDGMM
from .bayesian_blocks import bayesian_blocks
from .histtools import\
    scotts_bin_width, freedman_bin_width, knuth_bin_width, histogram
from .empirical import FunctionDistribution, EmpiricalDistribution
from .gauss_mixture import GaussianMixture1D