AggregationGeneralized mean function for multiple stock information inputs |
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The component uses the selected aggreagation function func
applying constant weights
to aggregate each information (→StockInformation
) provided within the nin
input connectors (stockInfoInput[nin
). The output is given via a single stockInfoOutput
.
MoleculesOfStructure.InformationProcessing.AggregatePerformance, Aggregation_Info
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 |
stockInfoInput |
Type: StockInfoMultiInput[nin] Description: Multiple inputs with stock-related information |
|
---|---|---|
stockInfoOutput |
Type: StockInfoOutput Description: Output of record with stock-related information |
aggregateStockInformation |
Type: StockInformation Description: Aggregate stock information |
|
---|---|---|
absoluteSensor |
Type: AbsoluteSensor[nin] Description: Reports basic stock–related information |
|
aggregateIN |
Type: AggregatePerformance Description: Aggregate the information received from a set of performance indicators |
|
aggregateS |
Type: AggregatePerformance Description: Aggregate the information received from a set of performance indicators |
|
aggregateMRT |
Type: AggregatePerformance Description: Aggregate the information received from a set of performance indicators |
|
aggregateF |
Type: AggregatePerformance Description: Aggregate the information received from a set of performance indicators |
|
aggregateOUT |
Type: AggregatePerformance Description: Aggregate the information received from a set of performance indicators |