knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Ultimate Deconvolution

Travis-CI Build Status AppVeyor Build Status Coverage Status License: GPL v3

This package fits the Gaussian deconvlution problem where the noise covariances are assumed diagonal and the signal covariances are assumed to be rank 1.

Installation

To install, run the following code in R:

install.packages("devtools")
devtools::install_github("dcgerard/UltimateDeconvolution")


dcgerard/UltimateDeconvolution documentation built on May 15, 2019, 1:24 a.m.