https://en.wikipedia.org/wiki/Standard_error
s
SEₓ = --
√n
s = sample standard deviation
n = size (number of observations) of the sample
public static standardErrorOfTheMean ( array $X ) : float | ||
$X | array | list of numbers (random variable X) |
return | float |