Topic
Standard error of the mean
Page d'accueil ' Communauté ' Généralités ' Erreur standard de la moyenne
- Ce sujet contient 3 réponses, 2 participants et a été mis à jour pour la dernière fois par luka.peternel@mf.uni-lj.si, le il y a 20 années et 5 mois.
-
AuteurMessages
-
09.12.2004 à 17:16 #34157luka.peternel@mf.uni-lj.siParticipant
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 à 18:23 #34155Bernhard KantzParticipantYou 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 à 01:00 #34156luka.peternel@mf.uni-lj.siParticipantThank you.
14.12.2004 à 01:11 #34154luka.peternel@mf.uni-lj.siParticipantHi 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
-
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.