Forum FlexPro – Discuss your topic!

Standard error of the mean

Accueil > Community > General > Standard error of the mean

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12670

    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

    #9100
    Bernhard KantzBernhard Kantz
    Participant

    You can use the Statistical Characteristic Quantity Analysis Object to calculate different statistical characteristic quantities for a data set or you can create a FPScript formula to calculate the variance:

    NumberOfValues(Signal) / (NumberOfValues(Signal) - 1.L) * (Mean(Signal ** 2.L, PROCESS_COLUMNS) - Mean(Signal, PROCESS_COLUMNS) ** 2.L)
    

    Support@weisang.com

    #9101

    Thank you.

    #8333

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.