Package-level declarations
Types
Control limits for a single Shewhart control chart.
Results of a two-sided tabular CUSUM control chart analysis.
A snapshot of common descriptive statistics for a dataset.
Results of an EWMA (Exponentially Weighted Moving Average) control chart analysis.
A mutable accumulator that counts the frequency of discrete values.
A data holder representing a single value and its observed frequency.
A streaming one-pass accumulator for descriptive statistics.
Selects between sample and population formulas for variance and standard deviation.
Results of a process capability analysis.
Controls how values between two data points are interpolated when computing quantiles and percentiles.
Selects the algorithm used to compute quantiles and percentiles from sample data.
Selects which side of the threshold to measure in a semi-variance calculation.
Indices of observations that violate each of the four Western Electric Rules.
Results of an x-bar and R (range) control chart analysis.
Results of an x-bar and S (standard deviation) control chart analysis.
Functions
Computes the n-th central moment of the values.
Computes the n-th central moment of the values in this sequence.
Computes the coefficient of variation (CV) of the values in this array.
Computes the coefficient of variation (CV) of the values in this iterable.
Computes the coefficient of variation (CV) of the values in this sequence.
Computes a two-sided tabular CUSUM control chart for the given observations.
Computes a two-sided tabular CUSUM control chart for an Iterable of observations.
Computes a two-sided tabular CUSUM control chart for a Sequence of observations.
Computes a comprehensive descriptive statistics summary of the values in this array.
Computes a comprehensive descriptive statistics summary of the values in this iterable.
Computes a descriptive statistics summary of the Int values.
Computes a descriptive statistics summary of the Long values.
Computes an EWMA (Exponentially Weighted Moving Average) control chart for the given observations.
Computes an EWMA control chart for an Iterable of observations.
Computes an EWMA control chart for a Sequence of observations.
Computes the geometric mean of the values in this array.
Computes the geometric mean of the values in this iterable.
Computes the geometric mean of the values in this sequence.
Computes the harmonic mean of the values in this array.
Computes the harmonic mean of the values in this iterable.
Computes the harmonic mean of the values in this sequence.
Computes the interquartile range (IQR) of the values in this array.
Computes the interquartile range (IQR) of the values in this iterable.
Computes the interquartile range (IQR) of the values in this sequence.
Computes the k-statistic of the given order, the unique symmetric unbiased estimator of the corresponding cumulant.
Computes the kurtosis of the values in this array.
Computes the kurtosis of the values in this iterable.
Computes the kurtosis of the values in this sequence.
Computes the arithmetic mean of the values in this array.
Computes the arithmetic mean of the values in this iterable.
Computes the arithmetic mean of the Int values.
Computes the arithmetic mean of the Long values.
Computes the arithmetic mean of the values in this sequence.
Computes the mean absolute deviation (MAD) of the values in this array.
Computes the mean absolute deviation (MAD) of the values in this iterable.
Computes the mean absolute deviation (MAD) of the values in this sequence.
Computes the median of the values in this array.
Computes the median of the values in this iterable.
Computes the median of the Int values.
Computes the median of the Long values.
Computes the median of the values in this sequence.
Computes the median absolute deviation (median AD) of the values in this array.
Computes the median absolute deviation (median AD) of the values in this iterable.
Computes the median absolute deviation (median AD) of the values in this sequence.
Computes the p-th percentile of the values in this array.
Computes the p-th percentile of the values in this iterable.
Computes the p-th percentile of the Int values.
Computes the p-th percentile of the Long values.
Computes the p-th percentile of the values in this sequence.
Selects the element at the p-th percentile position from this sorted list.
Computes process capability indices (Cp, Cpk, Pp, Ppk) for the values in this array.
Computes process capability indices (Cp, Cpk, Pp, Ppk) for the values in this iterable.
Computes process capability indices (Cp, Cpk, Pp, Ppk) for the Int values.
Computes process capability indices (Cp, Cpk, Pp, Ppk) for the Long values.
Computes process capability indices (Cp, Cpk, Pp, Ppk) for the values in this sequence.
Computes the q-th quantile of the values in this array.
Computes the q-th quantile of the values in this iterable.
Computes the q-th quantile of the values in this sequence.
Selects the element at the q-th quantile position from this list.
Computes the three quartiles (Q1, Q2, Q3) of the values in this array.
Computes the three quartiles (Q1, Q2, Q3) of the values in this iterable.
Computes the three quartiles (Q1, Q2, Q3) of the values in this sequence.
Computes the semi-variance using the mean as the threshold.
Computes the semi-variance of the values on one side of a threshold.
Computes the skewness of the values in this array.
Computes the skewness of the values in this iterable.
Computes the skewness of the values in this sequence.
Returns the standard SPC constants for the given subgroupSize.
Computes the standard deviation of the values in this array.
Computes the standard deviation of the values in this iterable.
Computes the standard deviation of the Int values.
Computes the standard deviation of the Long values.
Computes the standard deviation of the values in this sequence.
Computes the standard error of the mean for the values in this array.
Computes the standard error of the mean for the values in this iterable.
Computes the standard error of the mean for the values in this sequence.
Creates a Frequency accumulator from the elements of this iterable.
Computes the trimmed (truncated) mean by removing a fraction of values from each tail.
Computes the standard deviation of the values after removing a fraction from each tail.
Computes the variance of the values after removing a fraction from each tail.
Computes the variance of the values in this array.
Computes the variance of the values in this iterable.
Computes the variance of the Int values.
Computes the variance of the Long values.
Computes the variance of the values in this sequence.
Computes the weighted arithmetic mean of the values using the given weights.
Applies the Western Electric Rules to the given observations to detect non-random patterns on a control chart.
Applies the Western Electric Rules to an Iterable of observations to detect non-random patterns on a control chart.
Applies the Western Electric Rules to a Sequence of observations to detect non-random patterns on a control chart.
Computes x-bar and R control chart limits for the given subgroups.
Computes x-bar and S control chart limits for the given subgroups.