Chapter 13 — Glossary

This glossary clarifies some key terms used throughout the eBook.
It will expand in future releases as new chapters and case studies are added.


🔑 Transfer Equation


🔑 Random Number

A pseudo-random value in [0,1] generated by a computer algorithm.
Used as the raw input for creating random variates.


🔑 Random Variate

A value drawn from a specific probability distribution (Normal, Uniform, Triangular, etc.), usually obtained by transforming a random number through the appropriate transfer equation.


🔑 p_out (Probability of OOS)

The probability that a simulated batch falls Out of Specification (OOS).
It is estimated as the proportion of simulated values lying outside the lower and/or upper specification limits (LSL, USL).


🔑 Capability Indices (Cp, Cpk, Percentile-based)

Indices that quantify how well a process fits within its specification limits.


🔑 Bootstrap

A resampling method that estimates variability and confidence intervals by repeatedly sampling with replacement from observed data.


🔑 OC Curve (Operating Characteristic Curve)

A plot that shows the probability of accepting a lot as a function of its actual quality level (e.g., % defective units).
Originates from sampling theory (e.g., ISO 2859-1, ISO 3951-1).


📌 Note

This glossary will be progressively expanded as new chapters are added
(e.g., dissolution, microbiology, stability, advanced capability measures).


← Previous: References ▲ Back to top