Topic
Standard error of the mean
Startseite ' Community ' Allgemein ' Standard error of the mean
- Dieses Thema hat 3 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 20 Jahren, 5 Monaten von luka.peternel@mf.uni-lj.si aktualisiert.
-
AutorBeiträge
-
09.12.2004 um 17:16 Uhr #34157luka.peternel@mf.uni-lj.siTeilnehmer
Hi flex pro users,
I would like to present on the chart three signals as the mean value + standard error of the mean. I was able to create the mean value, however, I have difficulties with the standard error. Do you have any idea how to do this.
Thanks
09.12.2004 um 18:23 Uhr #34155Bernhard KantzTeilnehmerYou can use the [b]Statistical Characteristic Quantity Analysis Object[/b] to calculate different statistical characteristic quantities for a data set or you can create a FPScript formula to calculate the variance:
[code]NumberOfValues(Signal) / (NumberOfValues(Signal) – 1.L) * (Mean(Signal ** 2.L, PROCESS_COLUMNS) – Mean(Signal, PROCESS_COLUMNS) ** 2.L)
[/code]
Support@weisang.com14.12.2004 um 01:00 Uhr #34156luka.peternel@mf.uni-lj.siTeilnehmerThank you.
14.12.2004 um 01:11 Uhr #34154luka.peternel@mf.uni-lj.siTeilnehmerHi flex pro users,
I would like to present on the chart three signals as the mean value + standard error of the mean. I was able to create the mean value, however, I have difficulties with the standard error. Do you have any idea how to do this.
Thanks
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.