Does the Statistics.jl package or one of the Julia Stats packages have a function for standard error of an array?
in other words the standard deviation ?
standard deviation/ sqrt(n)
I think I was also searching about this sometime ago. There might be something in the MLJ.jl direction, but it's a rather big dependency to have. In the end I implemented my own one line function.
Last updated: Nov 06 2024 at 04:40 UTC