Previous Page | Next Page

Planning for SAS OLAP Cubes

Statistics Available for Measures

When you define a cube, you select the statistics that are used to calculate the cube's measures. Here is the list of available statistics.

Base Stored Statistics:

Derived Statistics:

New cubes that are based on a data source that contains existing summarized data must include measure statements for the stored statistics. Measure statements are required for each derived statistic that you want to create for the new cube. For example, if you want to calculate AVG, you must create measures for N and SUM, as well as AVG. The following table indicates which stored statistics are required for each derived statistic.

Derived Statistics Required Stored Statistics
AVG N, SUM
RANGE MIN, MAX
CSS N, SUM, USS
VAR, STD, STDERR, CV, T, PRT, LCLM, UCLM N, SUM, USS

Previous Page | Next Page | Top of Page