Standard deviation (rolling, sample-based)
|
Signature |
|---|
|
Accumulate_Samples_Standard_Deviation(Expression, Count) |
|
Description |
|---|
|
Calculates the rolling standard deviation of an input signal for a defined number of samples. |
|
Result |
|---|
|
The standard deviation for the last Count input samples of Expression. |
|
Arguments |
|
|---|---|
|
expression |
The signal for which the standard deviation is calculated. |
|
count |
The number of samples for calculating the rolling standard deviation. It must be a constant value. |