SAP ABAP Function Module QF20_CDF_NORMAL_ESTIMATE (Estimation of fractions of a normal distribution)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-MF (Application Component) Mathematical Functions
⤷
BSF (Package) R/3 Central: Statistics Functions
⤷
⤷
Basic Data
| Function Module | QF20_CDF_NORMAL_ESTIMATE | Estimation of fractions of a normal distribution |
| Function Group | QF20 | Statistical procedures |
| Program Name | SAPLQF20 | |
| INCLUDE Name | LQF20U01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
PROB_ABOVE | TYPE | QF00-WERT | Estimated fraction above the limit value | |||
| |
PROB_BELOW | TYPE | QF00-WERT | Estimated fraction below the limit value | |||
| |
SAMPLE_MEAN | TYPE | QF00-ARGUMENT | Mean value of the sample results | |||
| |
SAMPLE_SIZE | TYPE | QF00-ANZAHL | Sample size | |||
| |
SAMPLE_STDDEV | TYPE | QF00-ARGUMENT | Standard deviation of the sample results | |||
| |
SPLITTING_VALUE | TYPE | QF00-ARGUMENT | Limit Val. | |||
| |
NOT_POSITIVE | TYPE | SAMPLE_SIZE <= 0 or SAMPLE_STDDEV < 0. | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19980909 |
| SAP Release Created in |