| 150 | ## Exceptions ############################################################## |
| 151 | |
| 152 | class StatisticsError(ValueError): |
| 153 | pass |
| 154 | |
| 155 | |
| 156 | ## Measures of central tendency (averages) ################################# |
no outgoing calls
no test coverage detected
searching dependent graphs…