class documentation

class TestCorrCoef:

View In Hierarchy

Undocumented

Constant A Undocumented
Constant B Undocumented
Method test​_bias Undocumented
Method test​_complex Undocumented
Method test​_corrcoef​_dtype Undocumented
Method test​_ddof Undocumented
Method test​_empty Undocumented
Method test​_extreme Undocumented
Method test​_non​_array Undocumented
Method test​_simple Undocumented
Method test​_xy Undocumented
Class Variable res1 Undocumented
Class Variable res2 Undocumented
A =

Undocumented

Value
np.array([[0.15391142, 0.18045767, 0.14197213],
          [0.70461506, 0.96474128, 0.27906989],
          [0.9297531, 0.32296769, 0.19267156]])
B =

Undocumented

Value
np.array([[0.10377691, 0.5417086, 0.49807457],
          [0.82872117, 0.77801674, 0.39226705],
          [0.9314666, 0.66800209, 0.03538394]])
def test_bias(self):

Undocumented

def test_complex(self):

Undocumented

@pytest.mark.parametrize('test_type', [np.half, np.single, np.double, np.longdouble])
def test_corrcoef_dtype(self, test_type):

Undocumented

def test_ddof(self):

Undocumented

def test_empty(self):

Undocumented

def test_extreme(self):

Undocumented

def test_non_array(self):

Undocumented

def test_simple(self):

Undocumented

def test_xy(self):

Undocumented

res1 =

Undocumented

res2 =

Undocumented