Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

scrollbar
Excerpt
hiddentrue

aggregates data by calculating the mean value

...

This method will give the same results as the instantaneoustoMean transformation transformation while setting the includeFirstValueOfAggregationPeriodInCalculation option to false. However, before 2016.02 it has no option to ignore missing values in the input series. This has been implemented in 2016.02 build 62835.

Validation rules

See Aggregation Accumulative

Configuration example
No Format

	<transformation id="aggregation MeanToMean">
		<aggregation>
			<meanToMean>
				<inputVariable>
					<timeSeriesSet>
						<moduleInstanceId>ImportTelemetry</moduleInstanceId>
						<valueType>scalar</valueType>
						<parameterId>H.obs</parameterId>
						<locationSetId>hydgauges</locationSetId>
						<timeSeriesType>external historical</timeSeriesType>
						<timeStep unit="minute" multiplier="15"/>
						<relativeViewPeriod unit="day" startOverrulable="true" start="-7" end="0"/>
						<readWriteMode>read only</readWriteMode>
						<delay unit="minute" multiplier="0"/>
					</timeSeriesSet>
				</inputVariable>
				<outputVariable>
					<timeSeriesSet>
						<moduleInstanceId>Aggregate_Historic</moduleInstanceId>
						<valueType>scalar</valueType>
						<parameterId>meanToMean</parameterId>
						<locationSetId>hydgauges</locationSetId>
						<timeSeriesType>external historical</timeSeriesType>
						<timeStep unit="hour" multiplier="1"/>
						<relativeViewPeriod unit="day" startOverrulable="true" start="-7" end="0"/>
						<readWriteMode>add originals</readWriteMode>
						<synchLevel>1</synchLevel>
					</timeSeriesSet>
				</outputVariable>
			</meanToMean>
		</aggregation>
	</transformation>