(&self)
| 412 | } |
| 413 | |
| 414 | pub fn positive_tail(&self) -> bool { |
| 415 | self.positive_tail |
| 416 | } |
| 417 | |
| 418 | pub fn mean(&self) -> Result<ScalarValue> { |
| 419 | // TODO: Should we ensure that this always returns a real number data type? |
no outgoing calls
no test coverage detected