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

  • Average
  • Straight proportional
  • exponential

-

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

  • none
  • 1
  • 100

-

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

-


Troubleshooting

Nothing known up to now.


Related topics