ComputeCloud Formula Examples

From dataZoa Wiki
Revision as of 12:01, 24 January 2019 by SNC (Talk | contribs) (Formulas with just one input Variable:)

Jump to: navigation, search

Formulas with just one input Variable:

Purpose Formula
Simple 10 Point Moving AverageMovavg(V1,10)
Remove MeanV1-Mean(V1)
Index to 100Index(V1)
Percent ChangeIndex(v1)-100
Convert to QuarterlySetFreq(V1, 'Quarterly', 'Avg', 'PrecAuto', 'Trim')