-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
28 lines (28 loc) · 1.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: fisheR
Type: Package
Title: Fisher's Information for timeseries data
Version: 0.1.1
Author: Nick Young, Quinn Asena
Maintainer: Quinn Asena <qase352@aucklanduni.ac.nz>
Description:
This package calculates Fisher's Information for timeseries data in R and has been developed following methods and code from:
Cabezas, H., Campbell, D., Eason, T., Garmestani, A. S., Heberling, M. T., Hopton, M. E., Templeton, J., White, D., Zanowick, M., & Sparks, R. T. (2010). San Luis Basin sustainability metrics project: A methodology for evaluating regional sustainability. USEPA. USA.
Eason, T., & Cabezas, H. (2012). Evaluating the sustainability of a regional system using Fisher information in the San Luis Basin, Colorado. Journal of Environmental Management, 94(1), 41–49. https://doi.org/10.1016/j.jenvman.2011.08.003
Ahmad, N., Derrible, S., Eason, T., & Cabezas, H. (2016). Using Fisher information to track stability in multivariate systems. Royal Society Open Science, 3(11), 160582. https://doi.org/10.1098/rsos.160582
We have adapted Python and Matlab code modelling purposes in R.
License: What license is it under?
Encoding: UTF-8
LazyData: true
imports:
matrixStats,
moments,
psych,
tibble,
dplyr,
changepoint,
changepoint.np
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.0.2