diff --git a/DESCRIPTION b/DESCRIPTION index b6a5a1c..9f4f349 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: stcpR6 Title: Sequential Test and Change-Point Detection Algorithms Based on E-Values / E-Detectors -Version: 0.9.7.3000 +Version: 0.9.7.3 Authors@R: person(given = "Jaehyeok", family = "Shin", diff --git a/NEWS.md b/NEWS.md index 1465c80..2814c12 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # stcpR6 (development version) +# stcpR6 0.9.8 +* Two sided e-values are now based on two one-sided e-evalues tuned for alpha/2. +* Sample size based NormalCS tuning is now based on log(1/alpha). +* We can still tune it based on g_alpha by setting skip_g_alpha = FALSE. + # stcpR6 0.9.7 * Improve test coverage for GLR-CUSUM methods diff --git a/README.md b/README.md index bc37da6..b7b5d24 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,9 @@ print(e_detector) #> - Alternative: two.sided #> - Alpha: 0.001 #> - m_pre: 0.5 -#> - Num. of mixing components: 338 +#> - Num. of mixing components: 360 #> - Obs. have been passed: 200 -#> - Current log value: 4.673126 +#> - Current log value: 4.672813 #> - Is stopped before: FALSE #> - Stopped time: 0 @@ -218,9 +218,9 @@ print(e_detector) #> - Alternative: two.sided #> - Alpha: 0.001 #> - m_pre: 0.5 -#> - Num. of mixing components: 338 +#> - Num. of mixing components: 360 #> - Obs. have been passed: 200 -#> - Current log value: 44.92438 +#> - Current log value: 44.92547 #> - Is stopped before: TRUE #> - Stopped time: 138 diff --git a/cran-comments.md b/cran-comments.md index af0c8f9..5cc6a2f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,13 @@ ## Resubmission This is a resubmission. In this version I have: -* Improve test coverage for GLR-CUSUM methods - -* Refactor Stcp constructor +* Two sided e-values are now based on two one-sided e-evalues tuned for alpha/2. +* Sample size based NormalCS tuning is now based on log(1/alpha). +* We can still tune it based on g_alpha by setting skip_g_alpha = FALSE. * Simplify input check logic ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note -* This is a new release. diff --git a/man/figures/README-fig4-1.png b/man/figures/README-fig4-1.png index fb5e61e..56456e7 100644 Binary files a/man/figures/README-fig4-1.png and b/man/figures/README-fig4-1.png differ