Back to FabImage Studio website
You are here: Start » Filter Reference » Statistics » StandardDeviation
Computes the standard deviation of an array of real numbers. The array must be not empty.
Name | Type | Description | |
---|---|---|---|
![]() |
inValues | RealArray | |
![]() |
inUseSampleFormula | Bool | |
![]() |
outStandardDeviation | Real |
Hints
- If the input array is not guaranteed to be non-empty, precede this filter with SkipEmptyArray.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Empty array on input in StandardDeviation. |
Complexity Level
This filter is available on Basic Complexity Level.