Skip to content

Commit

Permalink
Add R package citation info
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjaehyeok committed Sep 9, 2024
1 parent f1a10f8 commit 0577684
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ You can also install the development version of stcpR6 from [GitHub](https://git
devtools::install_github("shinjaehyeok/stcpR6")
```

## Citation info

Shin, Jaehyeok (2024), stcpR6: Sequential Test and Change-Point detection algorithms based on E-values / E-detectors, https://CRAN.R-project.org/package=stcpR6

```bibtex
@Manual{stcpR6,
title = {stcpR6: Sequential Test and Change-Point detection algorithms based on E-values / E-detectors},
author = {Shin, Jaehyeok},
year = {2024},
note = {R package version 0.9.7},
url = {https://CRAN.R-project.org/package=stcpR6},
}
```

## Example
### Setup: tracking prediction accuracy.
* Under pre-change, $Y_t = t + ϵ_t$ for $t = 1, 2, \dots, \nu$.
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ You can also install the development version of stcpR6 from
devtools::install_github("shinjaehyeok/stcpR6")
```

## Citation info

Shin, Jaehyeok (2024), stcpR6: Sequential Test and Change-Point
detection algorithms based on E-values / E-detectors,
<https://CRAN.R-project.org/package=stcpR6>

``` bibtex
@Manual{stcpR6,
title = {stcpR6: Sequential Test and Change-Point detection algorithms based on E-values / E-detectors},
author = {Shin, Jaehyeok},
year = {2024},
note = {R package version 0.9.7},
url = {https://CRAN.R-project.org/package=stcpR6},
}
```

## Example

### Setup: tracking prediction accuracy.
Expand Down

0 comments on commit 0577684

Please sign in to comment.