Package edu.pitt.csb.mgm


package edu.pitt.csb.mgm
  • Classes
    Class
    Description
    This interface should be used for non-differentiable convex functions that are decomposable such that f(x) = g(x) + h(x) where g(x) is a differentiable convex function (i.e.
    Calculates the eigen decomposition of a real matrix.
    Created by ajsedgewick on 8/18/15.
    Created by ajsedgewick on 9/10/15.
    Performs a test of conditional independence X _||_ Y | Z1...Zn where all searchVariables are either continuous or discrete.
    Implementation of Lee and Hastie's (2012) pseudolikelihood method for learning Mixed Gaussian-Categorical Graphical Models Created by ajsedgewick on 7/15/15.
     
    Created by ajsedgewick on 7/29/15.
    Implementation of Nesterov's 83 method as described in Beck and Teboulle, 2009 aka Fast Iterative Shrinkage Thresholding Algorithm