reversed_arrays

cosmo_utils.mock_catalogues.abundance_matching.reversed_arrays(x, y)[source] [edit on github]

Determines if arrays increase or decrease monotonically.

Parameters:

x : numpy.ndarray

Array containing the 1st set of values

y : numpy.ndarray

Array containing the 2nd set of values.

Raises:

LSSUtils_Error : Exception

Program exception if input parameters are accepted