zejin / MDMICA

R Package MDMICA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDMICA

Travis-CI Build Status

Overview

MDMICA provides independent component analysis methods based on mutual dependence measures.

The two main parts are:

  • applying mutual dependence measures
  • initializing local optimization methods

Applying mutual dependence measures

The mutual dependence measures include:

  • distance-based energy statistics
    • asymmetric measure based on distance covariance
    • symmectric measure based on distance covariance
    • simplified complete measure based on incomplete V-statistics
  • kernel-based maximum mean discrepancies
    • d-variable Hilbert−Schmidt independence criterion based on Hilbert−Schmidt independence criterion

Initializing local optimization methods

The initialization methods include:

  • Latin hypercube sampling
  • Bayesian optimization

Installation

# Install the released version from CRAN
install.packages("MDMICA")

# Or the development version from GitHub:
# install.packages("MDMICA")
devtools::install_github("zejin/MDMICA")

About

R Package MDMICA


Languages

Language:R 100.0%