Uses of Class
adams.data.spc.Limits
-
Packages that use Limits Package Description adams.data.spc adams.flow.container adams.flow.sink -
-
Uses of Limits in adams.data.spc
Methods in adams.data.spc that return types with arguments of type Limits Modifier and Type Method Description List<Limits>
CChart. calculate(Number[] data)
Calculates the center/lower/upper limit.List<Limits>
IndividualsControlChart. calculate(Number[] data)
Calculates center/lower/upper limit.List<Limits>
MatrixControlChart. calculate(Number[][] data)
Calculates center/lower/upper limit.List<Limits>
MOACUSUM. calculate(Number[] data)
Calculates center/lower/upper limit.List<Limits>
MOAPageHinkley. calculate(Number[] data)
Calculates center/lower/upper limit.List<Limits>
NPChart. calculate(Number[] data)
Calculates the center/lower/upper limit.List<Limits>
PChart. calculate(Number[] data)
Calculates the center/lower/upper limit.List<Limits>
UChart. calculate(Number[][] data)
Calculates the center/lower/upper limit.List<Limits>
XBarRChart. calculate(Number[][] data)
Calculates the center/lower/upper limit.List<Limits>
XBarSChart. calculate(Number[][] data)
Calculates the center/lower/upper limit.Methods in adams.data.spc with parameters of type Limits Modifier and Type Method Description protected void
AbstractViolationFinder. check(double[] data, Limits[] limits)
Check method before locating violations.protected abstract int[]
AbstractViolationFinder. doFind(double[] data, Limits[] limits)
Performs the finding.protected int[]
BeyondLimitsViolations. doFind(double[] data, Limits[] limits)
Performs the finding.protected int[]
NullViolations. doFind(double[] data, Limits[] limits)
Performs the finding.protected int[]
OnOneSideViolations. doFind(double[] data, Limits[] limits)
Performs the finding.int[]
AbstractViolationFinder. find(double[] data, Limits[] limits)
Performs the finding.int[]
ViolationFinder. find(double[] data, Limits[] limits)
Performs the finding. -
Uses of Limits in adams.flow.container
Constructors in adams.flow.container with parameters of type Limits Constructor Description ControlChartContainer(ControlChart algorithm, String chart, Object data, Object prepared, Limits[] limits)
Initializes the container. -
Uses of Limits in adams.flow.sink
Fields in adams.flow.sink declared as Limits Modifier and Type Field Description protected Limits
ControlChartPlot. m_Limits
the limits to use.
-