Aggregation_InfoGeneralized mean function for multiple information inputs |
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]
.
MoleculesOfStructure.InformationProcessing.AggregatePerformance, Aggregation
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 |
u |
Type: RealMultiInput[nin] Description: Information inputs |
|
---|---|---|
y |
Type: RealOutput Description: Output of output type |
aggregateInformation |
Type: AggregatePerformance Description: Aggregate the information received from a set of performance indicators |
---|
BusinessSimulation.Examples.SoftwareReleaseProject Weighted average performance per period |