CDL - STATS: Difference between revisions

m
== Statistical functions ==
The STATS keyword requires a ''Plotvariable'' on which to apply the statistics and a method to apply and a statistical method to use.
STATS [ALL||DAILY|RECENT|EXTRA] <[[Charts_Definition_Language_(CDL)#Plotvariables|Plotvariable]]> <Statistical method>
 
The following statistical methods are available in the ChartsCompiler:
 
CHART DailyRain TITLE Rain with statistics
PLOT ALL RainFallDayRain colour CornflowerBlue as column
PLOT ALL RainFallSumDayRain EVAL [ SUM( RainFallDayRain ) ] COLOUR crimson AXIS Free
STATS RainFallALL DayRain SMA colour green
EndChart OUTPUT Statistics.txt
 
 
[[Category:CumulusUtils]]