mqr.spc.ControlParams.

ucl#

abstractmethod ControlParams.ucl(nobs)#

Calculates the upper control limits for samples with sizes in nobs.

Parameters:
nobspandas.Series

Sample sizes used to construct the statistic that will be monitored with this limit. The index must match the index of the samples argument passed to ControlParams.statistic.

Returns:
pandas.Series

Upper limits for each sample. Has the same index as the argument nobs.