Standard Deviation
PureStandardDeviationCalculates the standard deviation of an array of float values.
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Values | TArray<float> | — | Values parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float | ReturnValue output |
Example Use Cases
Example 1
Measure spread of player scores for matchmaking.
Example 2
Detect outlier data points in telemetry.