def sem(self) -> float: """ Standard error of the mean (standard deviation / sqrt(observations)) """ return st.sem(self.array)