You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Aggregation for T0-based aggregation timespan.
Output is always nonequidistant.
Supported statistic methods: max, min, mean, sum

Validation rules

See Aggregation Accumulative

Configuration example
T0-based 2day aggr
<transformation id="T0BasedAgg_7day">
		<aggregation>
			<nonEquidistantTimeSpan>
				<inputVariable>
					<variableId>ESP_mean_6hr</variableId>
				</inputVariable>
				<statisticMethod>mean</statisticMethod>
				<aggregationTimespan unit="day" multiplier="2"/>
				<outputVariable>
					<variableId>SQME_7day_ne</variableId>
				</outputVariable>
			</nonEquidistantTimeSpan>
		</aggregation>
	</transformation>


  • No labels