Standard deviation (with reset)
|
Signature |
|---|
|
Accumulate_Reset_Standard_Deviation(Expression, Reset) |
|
Description |
|---|
|
Calculates the standard deviation (sample variance) value over Expression since the last Reset up to the current sample. |
|
Result |
|---|
|
The standard deviation value over Expression since the last Reset up to the current sample. |
|
Arguments |
|
|---|---|
|
expression |
The signal to be integrated. |
|
reset |
A reset signal. If it is true (or not equal to 0), the standard deviation value will be reset. If it is false (or equal to 0), the last standard deviation value will be maintained. |