JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
71 stars 40 forks source link

correct std docs: uses abs2 & sqrt is elementwise #169

Closed stevengj closed 1 month ago

stevengj commented 2 months ago

The docstring for std was missing a . to indicate that the sqrt is computed elementwise. Also, it uses abs2 rather than ^2 (which is different for complex-valued data).

cc @lxvm

stevengj commented 1 month ago

bump. @andreasnoack?