Skip to content

Commit e612f23

Browse files
committed
Updated DESCRIPTION and NEWS.md
1 parent 461b664 commit e612f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: roahd
22
Type: Package
33
Title: Robust Analysis of High Dimensional Data
44
Version: 1.2
5-
Date: 2016-05-30
5+
Date: 2016-07-06
66
Authors@R: c( person("Nicholas", "Tarabelloni", role = c("aut", "cre"),
77
email = "[email protected]"),
88
person("Ana", "Arribas-Gil", role = "aut",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Here's a list of what is changed in this update of __roahd__:
1010

1111
2) Added the possibility to subset fData in time with logical vectors
1212

13-
3) Fixes in methods BD, BD_relative, HI and EI
13+
3) Fixes in methods BD, BD_relative, HI and EI: 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 of BD, and HI/EI are wrong. Now the implementation exploited sticks to the definition, at the cost of a higher computational burden (and thus, time to complete the computation).

0 commit comments

Comments
 (0)