Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
ProcessControl[RControlLimits] - compute control limits for the R chart
Calling Sequence
RControlLimits(X, n, options)
Parameters
X
-
data
n
(optional) sample size
options
(optional) equation(s) of the form option=value where option is one of confidencelevel, ignore, or rbar; specify options for computing the control limits
Description
The RControlLimits command computes the upper and lower control limits for the R chart. Unless explicitly given, the average range of individual samples is computed based on the data.
The first parameter X is either a single data sample - given as a Vector or list - or a list of data samples. Each value represents an individual observation. Note, that the individual samples can be of variable size.
If X is a single data sample, the second parameter n is used to specify the size of individual samples.
Computation
All computations involving data are performed in floating-point; therefore, all data provided must have type realcons and all returned solutions are floating-point, even if the problem is specified with exact values.
For more information about computation in the ProcessControl package, see the ProcessControl help page.
Options
The options argument can contain one or more of the following options.
confidencelevel=realcons -- This option specifies the required confidence level. The default value is 0.9973, corresponding to a 3 sigma confidence level.
ignore=truefalse -- This option controls how missing values are handled by the RControlLimits command. Missing values are represented by undefined or Float(undefined). So, if ignore=false and X contains missing data, the RControlLimits command returns undefined. If ignore=true, all missing items in X are ignored. The default value is true.
rbar=deduce or realcons -- This option specifies the average range of individual samples.
Examples
Sample Size: constant
Sample Size: variable
See Also
infolevel, ProcessControl, ProcessControl[RChart], ProcessControl[SChart], ProcessControl[XBarChart], Statistics
References
Montgomery, Douglas C. Introduction to Statistical Quality Control. 2nd ed. New York: John Wiley & Sons, 1991.
Download Help Document