-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Standard error of the mean
- This topic has 3 replies, 2 voices, and was last updated 19 years, 11 months ago by luka.peternel@mf.uni-lj.si.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
December 9, 2004 at 5:16 pm #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
December 9, 2004 at 6:23 pm #9100Bernhard KantzParticipantYou 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)
December 14, 2004 at 1:00 am #9101Thank you.
December 14, 2004 at 1:11 am #8333Hi 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
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.