ComputeCloud Formula Examples
From dataZoa Wiki
Revision as of 11:01, 24 January 2019 by SNC (Talk | contribs) (→Formulas with just one input Variable:)
Formulas with just one input Variable:
Purpose | Formula |
Simple 10 Point Moving Average | Movavg(V1,10) |
Remove Mean | V1-Mean(V1) |
Index to 100 | Index(V1) |
Percent Change | Index(v1)-100 |
Convert to Quarterly | SetFreq(V1, 'Quarterly', 'Avg', 'PrecAuto', 'Trim') |