Test if median ratio meets IAAO standards#

assesspy.med_ratio_met(x: float) bool#

Check whether median_ratio meets IAAO standards (between .9 and 1.1, inclusive).

Parameters:

x (float) – A single float value containing the median_ratio.

Returns:

A boolean value indicating whether the median_ratio meets IAAO standards.

Return type:

bool