Skip to content

Commit d245ba7

Browse files
committed
sd_measures fully compatible with IGLU-R
1 parent 64e161e commit d245ba7

5 files changed

Lines changed: 291 additions & 199 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Unless noted, iglu-r test is considered successful if it achieves precision of 0
5858
| range_glu ||
5959
| roc ||
6060
| sd_glu ||
61-
| sd_measures | |
61+
| sd_measures | |
6262
| sd_roc || |||
6363
| process_data ||
6464
| summary_glu ||

R_REVIEW.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@
1515
grid omits the first measurement of input data and shift timeline -dt0
1616
[dti_cum = cumsum(dti)](https://github.com/irinagain/iglu/blob/82e4d1a39901847881d5402d1ac61b3e678d2a5e/R/utils.R#L210C13-L210C19) has to be `dti_cum = c(0,cumsum(dti))`
1717

18-
19-
As opposite to definition ["dt0-Time frequency of the resulting grid"] (https://github.com/irinagain/iglu/blob/82e4d1a39901847881d5402d1ac61b3e678d2a5e/R/utils.R#L119C15-L119C51), this function return time frequency of the ORIGINAL data. See [line 186](https://github.com/irinagain/iglu/blob/82e4d1a39901847881d5402d1ac61b3e678d2a5e/R/utils.R#L186)

0 commit comments

Comments
 (0)