Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanjohnharris committed May 10, 2024
1 parent 9974ca2 commit e6a8e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Any of these normalizations will work in place of `ZScore` in the examples above
| `Center` | $x - \mu$ | Subtract the mean |
| `UnitEnergy` | $x/\sum x^2$ | Scale to have unit energy |
| `HalfZScore` | $\sqrt{1-2/\pi} \cdot (x - \inf{x})/\sigma$ | Normalization to the standard half-normal distribution |
| `OutlierSuppress` | $\max(\min(x, \mu + 5\sigma), \mu - 5\sigma)$ | Clip values outside of $\mu \pm \sigma$ |
| `OutlierSuppress` | $\max(\min(x, \mu + 5\sigma), \mu - 5\sigma)$ | Clip values outside of $\mu \pm 5\sigma$ |


### Robust normalizations
Expand Down

0 comments on commit e6a8e60

Please sign in to comment.