Interface IndividualsControlChart

    • Method Detail

      • calculate

        List<Limits> calculate​(Number[] data)
        Calculates center/lower/upper limit.
        Parameters:
        data - the data to use for the calculation
        Returns:
        center/lower/upper
      • prepare

        double[] prepare​(Number[] data)
        Prepares the data.
        Parameters:
        data - the data to prepare
        Returns:
        the prepared/processed data