From e0a342c38cbf56cfec61d7f1c66e8dbdb15588b0 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Thu, 16 Sep 2021 20:00:19 +0200 Subject: [PATCH] init covariance and glasso - 'glasso' is method to estimate sparse covariance/precision matrices from sample data. I am not the author of 'glasso', but in agreement with the author I add this package. The author may take ownership at a later time. See https://github.com/kaizhang/glasso/issues/1. - 'covariance' provides shrinkage based estimators for the same problem and also a wrapper around 'glasso'. This solves issue https://github.com/commercialhaskell/stackage/issues/6196. I also sorted the packages I maintain. --- build-constraints.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50a3da9f..5654a859 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4556,18 +4556,20 @@ packages: - cabal-appimage "Dominik Schrempf @dschrempf": - - pava - - elynx-nexus + - circular + - covariance + - dirichlet + - elynx - elynx-markov + - elynx-nexus - elynx-seq - elynx-tools - elynx-tree + - glasso + - mcmc + - pava - slynx - tlynx - - elynx - - mcmc - - dirichlet - - circular "Eric Rochester @erochest": - text-regex-replace @@ -6719,9 +6721,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6195 - miso < 1.8 - # https://github.com/commercialhaskell/stackage/issues/6196 - - mcmc < 0.6.1 - # end of packages # Package flags are applied to individual packages, and override the values of