Computes a rectified p-value.
rectified_p_value(
rectifier,
rectifier_std,
imputed_mean,
imputed_std,
null = 0,
alternative = "two-sided"
)(float or vector): The rectified p-value.
(float or vector): Rectifier value.
(float or vector): Rectifier standard deviation.
(float or vector): Imputed mean.
(float or vector): Imputed standard deviation.
(float, optional): Value of the null hypothesis to be tested.
Defaults to 0.
(str, optional): Alternative hypothesis, either 'two-sided', 'larger' or 'smaller'.