skbel.algorithms ================= This package contains some algorithms for the SKBEL project. skbel.algorithms.extmath ------------------------- This module contains some functions for matrix operations. .. automodule:: skbel.algorithms.extmath :members: :undoc-members: :show-inheritance: skbel.algorithms.statistics --------------------------- This module contains some functions for statistics, such as the Kernel Density Estimation (KDE) inference and the Multivariate Normal inference (MVN). .. automodule:: skbel.algorithms.statistics :members: :undoc-members: :show-inheritance: