MCPcopy Create free account

hub / github.com/GGiecold/pyRMT / functions

Functions10 in github.com/GGiecold/pyRMT

↓ 3 callersFunctioncheckDesignMatrix
Parameters ---------- X: a matrix of shape (T, N), where T denotes the number of samples and N labels the number of f
pyRMT.py:89
↓ 1 callersFunctiondirectKernel
This function computes a non linear shrinkage estimator of a covariance marix based on the spectral distribution of its eigenvalues and that of
pyRMT.py:609
↓ 1 callersFunctiongammaHelper
Helper function to optimalShrinkage function defined below. The eigenvalue to the cleaned estimator of a true correlation matrix are co
pyRMT.py:384
↓ 1 callersFunctionmarcenkoPastur
Parameter --------- X: random matrix of shape (T, N), with T denoting the number of samples, whereas N refers to the
pyRMT.py:136
↓ 1 callersFunctionpoolAdjacentViolators
PAV uses the pool adjacent violators method to produce a monotonic smoothing of y. Translated from matlab by Sean Collins (2006), and part of
pyRMT.py:679
↓ 1 callersFunctionstieltjes
Parameters ---------- z: complex number E: square matrix Returns ------- A complex number, the reso
pyRMT.py:289
↓ 1 callersFunctionxiHelper
Helper function to the rotationally-invariant, optimal shrinkage estimator of the true correlation matrix (implemented via function opti
pyRMT.py:328
Functionclipped
Clips the eigenvalues of an empirical correlation matrix E in order to provide a cleaned estimator E_clipped of the underlying correla
pyRMT.py:174
FunctionoptimalShrinkage
This function computes a cleaned, optimal shrinkage, rotationally-invariant estimator (RIE) of the true correlation matrix C underlyin
pyRMT.py:471
Functionrho
(x)
pyRMT.py:166