class documentation

class TestStats:

View In Hierarchy

Undocumented

Method setup Undocumented
Method test​_ddof Undocumented
Method test​_ddof​_too​_big Undocumented
Method test​_dtype​_from​_dtype Undocumented
Method test​_dtype​_from​_input Undocumented
Method test​_empty Undocumented
Method test​_keepdims Undocumented
Method test​_mean​_axis​_error Undocumented
Method test​_mean​_float16 Undocumented
Method test​_mean​_values Undocumented
Method test​_mean​_where Undocumented
Method test​_out Undocumented
Method test​_python​_type Undocumented
Method test​_std​_values Undocumented
Method test​_std​_where Undocumented
Method test​_subclass Undocumented
Method test​_var​_axis​_error Undocumented
Method test​_var​_complex​_byteorder Undocumented
Method test​_var​_complex​_values Undocumented
Method test​_var​_dimensions Undocumented
Method test​_var​_values Undocumented
Method test​_var​_where Undocumented
Class Variable funcs Undocumented
Instance Variable cmat Undocumented
Instance Variable omat Undocumented
Instance Variable rmat Undocumented
def setup(self):

Undocumented

def test_ddof(self):

Undocumented

def test_ddof_too_big(self):

Undocumented

def test_dtype_from_dtype(self):

Undocumented

def test_dtype_from_input(self):

Undocumented

def test_empty(self):

Undocumented

def test_keepdims(self):

Undocumented

def test_mean_axis_error(self):

Undocumented

def test_mean_float16(self):

Undocumented

def test_mean_values(self):

Undocumented

def test_mean_where(self):

Undocumented

def test_out(self):

Undocumented

def test_python_type(self):

Undocumented

def test_std_values(self):

Undocumented

def test_std_where(self):

Undocumented

def test_subclass(self):

Undocumented

def test_var_axis_error(self):

Undocumented

def test_var_complex_byteorder(self):

Undocumented

@pytest.mark.parametrize(('complex_dtype', 'ndec'), (('complex64', 6), ('complex128', 7), ('clongdouble', 7)))
def test_var_complex_values(self, complex_dtype, ndec):

Undocumented

def test_var_dimensions(self):

Undocumented

def test_var_values(self):

Undocumented

def test_var_where(self):

Undocumented

funcs =

Undocumented

cmat =

Undocumented

omat =

Undocumented

rmat =

Undocumented