This document discusses using operators in APL to perform statistical analysis. It proposes defining operators that take statistical functions or distributions as left operands and relations as right operands. This reduces the number of functions needed compared to other languages. Examples of operators include probability, criticalValue, and hypothesis. Sample data can be represented as raw values, frequencies, or summary statistics, making them interchangeable for the operators. The TamingStatistics namespace implements this approach in APL.