FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

Standard error of the mean

Startseite ' Community ' Allgemein ' Standard error of the mean

Anzeigen von 4-Stellen - 1 bis 4 (von insgesamt 4)
  • Autor
    Beiträge
  • #34157

    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

    #34155
    Bernhard Kantz
    Teilnehmer

    You 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.com

    #34156

    Thank you.

    #34154

    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

Anzeigen von 4-Stellen - 1 bis 4 (von insgesamt 4)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.