rkillick / changepoint

A place for the development version of the changepoint package on CRAN.
127 stars 33 forks source link

CROPS Penalty value fix #44

Closed grundy95 closed 3 years ago

grundy95 commented 3 years ago

The slot pen.value.full was being filled with the beta intervals from the range_of_penalties function. Have added a new row to the first list entry of the object returned from range_of_penalties which contains the test penalties which I think are the penalties that should be in the pen.value.fix slot. Have altered the class input so that this is now the case. To return to undo the fix simply alter the slot assignment in class_input from out[[1]][4,] to out[[1]][1,].

rkillick commented 3 years ago

In discussions with PF on full fix. Whilst this fixes the problem seen, it doesn't fix the underlying issue.