Summary

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

Description

Per timestep the fourth standardized moment is computed using 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="kurtosis_transform">
		<statisticsEnsemble>
			<kurtosis>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<outputVariable>
					<variableId>data_kurtosis</variableId>
				</outputVariable>
			</kurtosis>
		</statisticsEnsemble>
	</transformation>



  • No labels