Version 1.2
Some changes have occurred in this new release, mainly:
-
Removed check for uniformity in the grid of
fData()
andmfData()
constructor -
Added the possibility to subset
fData
in time with logical vectors -
Fixes in methods
BD
,BD_relative
,HI
andEI
: the previous computational technique was based on arguments from the popular reference "Exact fast computation of band depth for large functional datasets: How quickly can one million curves be ranked?" by Sun, Genton and Nychka, which in the case ofBD
, andHI
/EI
are incorrect. Now the implementation sticks to the definition, at the cost of a higher computational burden (and thus, time to complete the computation).