-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Simple statistical functions
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 17 Jahren, 8 Monaten von Tathagata Ghose aktualisiert.
-
AutorBeiträge
-
März 23, 2007 um 8:53 pm Uhr #12642Tathagata GhoseMitglied
Hello,
I am a new FlexPro user from a non-engineering background – we purchased Flexpro for its great graphing functions – our use is in finance/economics.
Since I am a new user, I may be missing the right place to look for this in the manuals, but I can’t find any easy ways to do 2 simple things:
a) Apply a 3-period moving average to a selected data series.
b) To lag a data series by a no. of periods (e.g. 12 months) while plotting it with some other series.
These should be child’s play, but somehow I can’t find the relevant functions. It is not ideal if one has to create new series manually using FP script formulae just to apply a moving average. Are there simple functions for these 2 procedures?
Thanks in advance for your help.
TathaMärz 23, 2007 um 8:53 pm Uhr #8305Tathagata GhoseMitgliedHello,
I am a new FlexPro user from a non-engineering background – we purchased Flexpro for its great graphing functions – our use is in finance/economics.
Since I am a new user, I may be missing the right place to look for this in the manuals, but I can’t find any easy ways to do 2 simple things:
a) Apply a 3-period moving average to a selected data series.
b) To lag a data series by a no. of periods (e.g. 12 months) while plotting it with some other series.
These should be child’s play, but somehow I can’t find the relevant functions. It is not ideal if one has to create new series manually using FP script formulae just to apply a moving average. Are there simple functions for these 2 procedures?
Thanks in advance for your help.
TathaMärz 23, 2007 um 11:17 pm Uhr #9041Bernhard KantzTeilnehmer1) At first you have to calculate the number of values of three periods.
3 * Period(Signal) / (Signal.X[1] - Signal.X[0])
Then you can use the Signal Smoothing Analysis Object. The object calculates a smoothing average. This analysis object uses the Smooth- or the Mean-FPScript function to calculate the moving average.
2)FlexPro offers the index operator [] or the value index operator [[]]. These operators can extract sections from signals and signal series.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.