Skip to content

Commit f6f5e46

Browse files
authored
Update PELT reference year from 2024 to 2011 in pelt.js (#996)
1 parent 4ca43c6 commit f6f5e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/view/pelt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function (platform) {
66
platform.setting.ml.reference = {
77
author: 'R. Killick, P. Fearnhead, I. A. Eckley',
88
title: 'Optimal detection of changepoints with a linear computational cost',
9-
year: 2024,
9+
year: 2011,
1010
}
1111
const controller = new Controller(platform)
1212
const calcSST = function () {

0 commit comments

Comments
 (0)