faraday/dataset
carla 5d5f407800
dataset: return false map when outliers cannot be calcualted
Internally catch error that is thrown when we have too few
values to calcualte outliers and simply return an all false
map rather than exposing the error to calling functions. If
there are too few values to calculate outliers, then no values
are outliers so a false map is appropriate.
2020-01-31 13:07:28 +02:00
..
dataset.go dataset: return false map when outliers cannot be calcualted 2020-01-31 13:07:28 +02:00
dataset_test.go dataset: return false map when outliers cannot be calcualted 2020-01-31 13:07:28 +02:00
log.go dataset: add logger 2020-01-31 13:07:21 +02:00