Difference between revisions of "Component: Standard Deviation (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
''No detailed description exists yet for this component'' | ''No detailed description exists yet for this component'' | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 130: | Line 134: | ||
|- | |- | ||
| colspan="2" | Sets the initial value of each sample when initialising the FIFO. | | colspan="2" | Sets the initial value of each sample when initialising the FIFO. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 17:24, 9 November 2022
Author | MatrixTSL |
Version | 1.0 |
Category | Storage |
Contents
Standard Deviation component
A set of functions used to calculate the mean and standard deviation on a set of data samples.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
InitialiseFIFO |
initialises the first in first out buffer values to 0 | |
![]() |
Return |
![]() |
AddSample |
Adds a sample to the first in first out sample buffer. | |
![]() |
Sample |
Value to add into the FIFO buffer | |
![]() |
Return |
![]() |
GetMean |
Gets the mean of the values in the first in first out buffer | |
![]() |
Return |
![]() |
GetDeviation |
Gets the standard deviation of the values in the first in first out buffer | |
![]() |
Return |
![]() |
SetSampleCount |
Sets the number of samples when using the variable sample count type. | |
![]() |
SampleCount |
![]() |
Return |