Aggregation_Info

Generalized mean function for multiple information inputs

Diagram

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The output y is obtained by applying the selected aggregation function func with constant weights to nin inputs u[nin].

See also

MoleculesOfStructure.InformationProcessing.AggregatePerformance, Aggregation

Parameters (3)

nin

Value: 2

Type: Integer

Description: Number of inputs

func

Value: AggregateFunctions.arithmeticMean

Type: AggregateFunctions

Description: Function to apply for aggregation

weights

Value: ones(nin)

Type: Real[nin]

Description: Constant weights to be used for aggregation

Connectors (2)

u

Type: RealMultiInput[nin]

Description: Information inputs

y

Type: RealOutput

Description: Output of output type

Components (1)

aggregateInformation

Type: AggregatePerformance

Description: Aggregate the information received from a set of performance indicators

Used in Components (1)

AccumulatedPerformance

BusinessSimulation.Examples.SoftwareReleaseProject

Weighted average performance per period

Revisions

  • Introduced in v2.0.0.