-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
17 lines (17 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
17 lines (17 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: changepoint.influence
Type: Package
Title: Package to Calculate the Influence of the Data on a Changepoint Segmentation
Version: 1.0.2
Date: 2024-02-19
Authors@R: c(person("Rebecca", "Killick", role=c("aut","cre"),email="r.killick@lancs.ac.uk"),
person("Ines", "Wilms", role="aut"))
Maintainer: Rebecca Killick <r.killick@lancs.ac.uk>
BugReports: https://github.com/rkillick/changepoint.influence/issues
URL: https://github.com/rkillick/changepoint.influence/
Imports: data.table, ggplot2, gridExtra, reshape, graphics, methods
Depends: R(>= 3.6), changepoint
Suggests: testthat, vdiffr
Description: Allows users to input their data, segmentation and function used for the segmentation (and additional arguments) and the package calculates the influence of the data on the changepoint locations, see Wilms et al. (2022) <doi:10.1080/10618600.2021.2000873>. Currently this can only be used with the changepoint package functions to identify changes, but we plan to extend this. There are options for different types of graphics to assess the influence.
License: GPL
LazyData: true
Packaged: 2024-02-19 15:55:29 UTC; killick