-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
- [Real-data examples](#real-data-examples) | ||
- [License](#license) | ||
- [GitHub Repository](#github-repository) | ||
- [Contributors](#contributors) | ||
- [How to Cite This Work](#how-to-cite-this-work) | ||
- [References](#references) | ||
|
||
|
@@ -303,12 +304,37 @@ with this program. If not, see | |
Source files for the packages can be found at | ||
<https://github.com/grosed/changepoint_online> | ||
|
||
## Contributors | ||
|
||
- Idris A. Eckley: [email](mailto:[email protected]) (**Author**) | ||
(**Thesis Advisor**) | ||
|
||
- Paul Fearnhead: [email](mailto:[email protected]) | ||
(**Author**) (**Thesis Advisor**) | ||
|
||
- Daniel Grose: [email](mailto:[email protected]) (**Author**) | ||
(**Maintainer**) (**Creator**) | ||
|
||
- Liudmila Pishchagina: | ||
[email](mailto:[email protected]) (**Author**) | ||
|
||
- Guillem Rigaill: [email](mailto:[email protected]) (**Author**) | ||
(**Thesis Advisor**) | ||
|
||
- Gaetano Romano: [email](mailto:[email protected]) (**Author**) | ||
(**Maintainer**) (**Creator**) (**Translator**) | ||
|
||
- Vincent Runge: [email](mailto:[email protected]) (**Author**) | ||
(**Thesis Advisor**) | ||
|
||
- Kes Ward: [email](mailto:[email protected]) (**Author**) | ||
|
||
## How to Cite This Work | ||
|
||
A possible BibTeX entry for this package could be: | ||
|
||
@software{changepoint_online, | ||
author = {Daniel Grose, Gaetano Romano}, | ||
author = {Idris A. Eckley, Paul Fearnhead, Daniel Grose, Liudmila Pishchagina, Guillem Rigaill, Gaetano Romano, Vincent Runge, Kes Ward}, | ||
title = {changepoint_online: A Collection of Methods for Online Changepoint Detection.}, | ||
month = Apr, | ||
year = 2024, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -256,13 +256,31 @@ You should have received a copy of the GNU General Public License along with thi | |
|
||
Source files for the packages can be found at <https://github.com/grosed/changepoint_online> | ||
|
||
## Contributors | ||
|
||
- Idris A. Eckley: [email](mailto:[email protected]) (**Author**) (**Thesis Advisor**) | ||
|
||
- Paul Fearnhead: [email](mailto:[email protected]) (**Author**) (**Thesis Advisor**) | ||
|
||
- Daniel Grose: [email](mailto:[email protected]) (**Author**) (**Maintainer**) (**Creator**) | ||
|
||
- Liudmila Pishchagina: [email](mailto:[email protected]) (**Author**) | ||
|
||
- Guillem Rigaill: [email](mailto:[email protected]) (**Author**) (**Thesis Advisor**) | ||
|
||
- Gaetano Romano: [email](mailto:[email protected]) (**Author**) (**Maintainer**) (**Creator**) (**Translator**) | ||
|
||
- Vincent Runge: [email](mailto:[email protected]) (**Author**) (**Thesis Advisor**) | ||
|
||
- Kes Ward: [email](mailto:[email protected]) (**Author**) | ||
|
||
## How to Cite This Work | ||
|
||
A possible BibTeX entry for this package could be: | ||
|
||
``` | ||
``` | ||
@software{changepoint_online, | ||
author = {Daniel Grose, Gaetano Romano}, | ||
author = {Idris A. Eckley, Paul Fearnhead, Daniel Grose, Liudmila Pishchagina, Guillem Rigaill, Gaetano Romano, Vincent Runge, Kes Ward}, | ||
title = {changepoint_online: A Collection of Methods for Online Changepoint Detection.}, | ||
month = Apr, | ||
year = 2024, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,14 @@ authors = [ | |
{ name="Gaetano Romano", email="[email protected]" } | ||
] | ||
maintainers = [ | ||
{ name="Daniel Grose", email="[email protected]" }, | ||
{ name="Gaetano Romano", email="[email protected]" } | ||
{ name="Idris A. Eckley", email="[email protected]"}, | ||
{ name="Paul Fearnhead", email="[email protected]"}, | ||
{ name="Daniel Grose", email="[email protected]"}, | ||
{ name="Liudmila Pishchagina", email="[email protected]"}, | ||
{ name="Guillem Rigaill", email="[email protected]"}, | ||
{ name="Gaetano Romano", email="[email protected]"}, | ||
{ name="Vincent Runge", email="[email protected]"}, | ||
{ name="Kes Ward", email="[email protected]"}, | ||
] | ||
description = "A Collection of Methods for Online Changepoint Detection" | ||
readme = "README.md" | ||
|