Distribution
Summary
This operator calculates distribution curves for input data. In doing so, calculates a weighted average for all the data rows containing the same day type, the same time and also the same identifier. The thus calculated profiles can optionally be standardized by day type, identifier, and time.
Configuration
Input of existing table
Name | Value | Opt. | Description | Example |
---|---|---|---|---|
Identifier | System.String | opt. | This is the identifier column of the data table | col1 |
From | System.DateTime | - | This is the "From" column | col2 |
To | System.DateTime | - | This is the "To" column | col3 |
Data | System.Double | opt. | This is the "Call" column | col4 |
Day type | System.String | - | This is the "Day type" column. This day type can also be a generic day type from the General Calendar. | col5 |
Settings
Name | Value | Opt. | Description | Example |
---|---|---|---|---|
Weighting | System.String
| - | Weighting of previous values against the current ones | exponential |
Factor | System.Double | - | Factor for linear weighting and scaling of the exponent in exponential weighting | 10 |
Basis | System.Double | - | Basis for exponential weighting | 2 |
Standardization | System.Double
| - | Standardizing the distribution | 1 |
Per identifier | System.Boolean | - | Identifiers are separately standardized | - |
Per day type | System.Boolean | - | Day types are separately standardized | - |
Per time of day | System.Boolean | - | Times of day are separately normalized | - |
Want to learn more?
Screenshot
Troubleshooting
Nothing known up to now.