Summary

Input: Ensemble
Output: Scalar timeseries
Returns the third standardized moment, using values from all ensemble members that have data for this timestep

Description

Per timestep the third standardized moment is computed using of ensemble members that have data for this timestep and written to the output value, resulting in a scalar timeseries.

Configuration

Statistics Ensemble - Count
	<transformation id="skewnessData">
		<statisticsEnsemble>
			<skewness>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<outputVariable>
					<variableId>data_skewness</variableId>
				</outputVariable>
			</skewness>
		</statisticsEnsemble>
	</transformation>



  • No labels