SAP ABAP Class CL_UPF_STATISTICS (General Statistical Functions)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPS (Application Component) Business Planning and Simulation
     UPF (Package) SEM-BPS: Planning Functions
Properties
Class CL_UPF_STATISTICS  
Short Description General Statistical Functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UPF   SEM-BPS: Planning Functions 
Created 20021210   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UPF_STATISTICS has no forward declaration.
Interfaces
Class CL_UPF_STATISTICS has no interface implemented.
Friends
Class CL_UPF_STATISTICS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AVERAGE_ID_MEAN Constant Public Type reference (TYPE) I 1 20030116
2 C_AVERAGE_ID_MEDIAL Constant Public Type reference (TYPE) I 3 20030116
3 C_AVERAGE_ID_MEDIAN Constant Public Type reference (TYPE) I 2 20030116
4 C_EPSILON Constant Public Type reference (TYPE) F '1E-15' 20021220
5 C_ERROR_ID_MAE Constant Public Type reference (TYPE) I 3 20030130
6 C_ERROR_ID_MAE_WEIGHTED Constant Public Type reference (TYPE) I 4 20030211
7 C_ERROR_ID_MAPE Constant Public Type reference (TYPE) I 2 20030130
8 C_ERROR_ID_MSE Constant Public Type reference (TYPE) I 1 20030130
9 C_FALSE Constant Public Type reference (TYPE) UPF_E_BOOL '2' 20021219
10 C_FLOAT_INITIAL Constant Public Type reference (TYPE) F '1E300' 20021216
11 C_FLOAT_MAX Constant Public Type reference (TYPE) F '1E300' 20021216
12 C_INT_MAX Constant Public Type reference (TYPE) I 2147483647 20021216
13 C_PI Constant Public Type reference (TYPE) F '3.1415926535897932' 20030303
14 C_TRUE Constant Public Type reference (TYPE) UPF_E_BOOL '1' 20021219
Methods
# Method Level Visibility Method type Description Created on
1 ACF Static method Public Method Autocorrelation Function 20021211
2 AIC Static method Public Method Akaike's Information Criterion 20030214
3 AUTOCORREL Static method Public Method Autocorrelation 20030305
4 AVERAGE_BY_ID Static method Public Method Mean Value (Arithmetical, Medial, Median) 20030116
5