SAP ABAP Class CL_UPF_FC_LINEAR_REGRESSION (Forecast Model Linear Regression)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPS (Application Component) Business Planning and Simulation
     UPF (Package) SEM-BPS: Planning Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UPF_FC_MODEL_BASE Forecast Model Base Class 20030131
Properties
Class CL_UPF_FC_LINEAR_REGRESSION  
Short Description Forecast Model Linear Regression    
Super Class CL_UPF_FC_MODEL_BASE Forecast Model Base Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UPF   SEM-BPS: Planning Functions 
Created 20030130   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UPF_FC_LINEAR_REGRESSION has no forward declaration.
Interfaces
Class CL_UPF_FC_LINEAR_REGRESSION has no interface implemented.
Friends
Class CL_UPF_FC_LINEAR_REGRESSION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_EXPOSTE_VALUES Instance attribute Public Type reference (TYPE) UPF_T_FLOAT Ex-post Forecast Values 20030130
2 M_EXPOSTE_OFFSET Instance attribute Public Type reference (TYPE) I Offset Ex-post Forecast 20030203
3 M_INTERCEPT Instance attribute Public Type reference (TYPE) F Axis Section 20030130
4 M_IS_FITTED Instance attribute Private Type reference (TYPE) UPF_E_BOOL Model Is Adjusted to Data 20030130
5 M_PHI_FORECAST Instance attribute Public Type reference (TYPE) F Trend Dampening Factor Forecast Period 20030226
6 M_SLOPE Instance attribute Public Type reference (TYPE) F Gradient of Regression Line 20030130
Methods
# Method Level Visibility Method type Description Created on
1 FIT_TO_DATA Instance method Public Method Adjust Model to Data 20030130
2