class documentation

class TestNanFunctions_MeanVarStd(SharedNanFunctionsTestsMixin):

View In Hierarchy

Undocumented

Method test​_allnans Undocumented
Method test​_ddof Undocumented
Method test​_ddof​_too​_big Undocumented
Method test​_dtype​_error Undocumented
Method test​_empty Undocumented
Method test​_out​_dtype​_error Undocumented
Method test​_where Undocumented
Class Variable nanfuncs Undocumented
Class Variable stdfuncs Undocumented

Inherited from SharedNanFunctionsTestsMixin:

Method test​_dtype​_from​_char Undocumented
Method test​_dtype​_from​_dtype Undocumented
Method test​_dtype​_from​_input Undocumented
Method test​_keepdims Undocumented
Method test​_mutation Undocumented
Method test​_out Undocumented
Method test​_result​_values Undocumented
Method test​_scalar Undocumented
Method test​_subclass Undocumented
@pytest.mark.parametrize('axis', [None, 0, 1])
@pytest.mark.parametrize('dtype', np.typecodes['AllFloat'])
@pytest.mark.parametrize('array', [np.array(np.nan), np.full((3, 3), np.nan)], ids=['0d', '2d'])
def test_allnans(self, axis, dtype, array):

Undocumented

def test_ddof(self):

Undocumented

def test_ddof_too_big(self):

Undocumented

def test_dtype_error(self):

Undocumented

def test_empty(self):

Undocumented

def test_out_dtype_error(self):

Undocumented

@pytest.mark.parametrize('dtype', np.typecodes['AllFloat'])
def test_where(self, dtype):

Undocumented

nanfuncs =

Undocumented

stdfuncs =

Undocumented