Stream: helpdesk (published)

Topic: standard error


view this post on Zulip brett knoss (Jan 27 2023 at 16:39):

Does the Statistics.jl package or one of the Julia Stats packages have a function for standard error of an array?

view this post on Zulip Filippos Christou (Jan 27 2023 at 16:42):

in other words the standard deviation ?

view this post on Zulip brett knoss (Jan 27 2023 at 16:49):

standard deviation/ sqrt(n)

view this post on Zulip Filippos Christou (Jan 27 2023 at 17:11):

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: Oct 02 2023 at 04:34 UTC