shapelets / khiva

An open-source library of algorithms to analyse time series in GPU and CPU.
https://khiva.readthedocs.io/
Mozilla Public License 2.0
228 stars 30 forks source link

BinnedEntropy function produces NaN values #94

Open avilchess opened 5 years ago

avilchess commented 5 years ago

The binnedEntropy function produces nan values with the following input parameters:

auto tss = {1..20, 21.. 40} result = binnedEntropy(tss, 5) af_print(result) => [nan nan]