Visible to Intel only — GUID: GUID-2B89E7E2-393B-4A46-8EBC-0361C174C134
Legal Information
About This Document
About Summary Statistics
Algorithms and Interfaces in Summary Statistics
Common Usage Model of Summary Statistics Algorithms
Processing Data in Blocks
Detecting Outliers in Datasets
Dealing with Missing Observations
Computing Quantiles for Streaming Data
Bibliography
Estimating Raw and Central Moments and Sums, Skewness, Excess Kurtosis, Variation, and Variance-Covariance/Correlation/Cross-Product Matrix
Computing Median Absolute Deviation
Computing Mean Absolute Deviation
Computing Minimum/Maximum Values
Calculating Order Statistics
Estimating Quantiles
Estimating a Pooled/Group Variance-Covariance Matrices/Means
Estimating a Partial Variance-Covariance Matrix
Performing Robust Estimation of a Variance-Covariance Matrix
Detecting Multivariate Outliers
Handling Missing Values in Matrices of Observations
Parameterizing a Correlation Matrix
Sorting an Observation Matrix
Visible to Intel only — GUID: GUID-2B89E7E2-393B-4A46-8EBC-0361C174C134
Conventions and Symbols
This document uses the following conventions:
Convention | Explanation |
---|---|
This type style | Indicates an element of syntax, parameter name, keyword, filename, computer output, or part of a program example. The text appears in lowercase unless uppercase is significant. |
This type style | Indicates the exact characters you type as input. Also used to highlight the elements of a graphical user interface such as buttons or menu names. |
This type style | Indicates a placeholder for an identifier, an expression, a string, a symbol, or a value. Substitute one of these items for the placeholder. |
[ items ] | Indicates that the items enclosed in brackets are optional. |
{ item | item } | Indicates to select only one of the items listed between braces. A vertical bar ( | ) separates the items. |
... (ellipses) | Indicates that you can repeat the preceding item. |
Parent topic: About This Document