-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
142 lines (142 loc) · 4.16 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
Package: pomp
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
Version: 5.11.0.3
Date: 2024-11-08
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="[email protected]",comment=c(ORCID="0000-0001-6159-3207")),
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),
person(given=c("Stephen","P."),family="Ellner",role="ctb",comment=c(ORCID="0000-0002-8351-9734")),
person(given=c("Matthew","J."),family="Ferrari",role="ctb",comment=c(ORCID="0000-0001-5251-8168")),
person(given="Sebastian",family="Funk",role="ctb",comment=c(ORCID="0000-0002-2842-3406")),
person(given=c("Steven","G."),family="Johnson",role="ctb"),
person(given=c("Bruce","E."),family="Kendall",role="ctb",comment=c(ORCID="0000-0003-1782-8106")),
person(given=c("Michael"),family="Lavine",role="ctb"),
person(given="Dao",family="Nguyen",role="ctb",comment=c(ORCID="0000-0003-2215-613X")),
person(given=c("Eamon","B."),family="O'Dea",role="ctb",comment=c(ORCID="0000-0003-4748-683X")),
person(given=c("Daniel","C."),family="Reuman",role="ctb"),
person(given=c("Helen"),family="Wearing",role="ctb",comment=c(ORCID="0000-0002-9837-9797")),
person(given=c("Simon","N."),family="Wood",role="ctb",comment=c(ORCID="0000-0002-2034-7453"))
)
URL: https://kingaa.github.io/pomp/
Description: Tools for data analysis with partially observed Markov process (POMP) models (also known as stochastic dynamical systems, hidden Markov models, and nonlinear, non-Gaussian, state-space models). The package provides facilities for implementing POMP models, simulating them, and fitting them to time series data by a variety of frequentist and Bayesian methods. It is also a versatile platform for implementation of inference methods for general POMP models.
Depends: R(>= 4.1.0)
Imports: methods, stats, graphics, digest, mvtnorm, deSolve, coda, data.table
Suggests: ggplot2, knitr, dplyr, tidyr, subplex, nloptr
SystemRequirements: For Windows users, Rtools (see https://cran.r-project.org/bin/windows/Rtools/).
License: GPL-3
LazyData: true
BugReports: https://github.com/kingaa/pomp/issues/
Encoding: UTF-8
Roxygen: list(roclets = c("collate", "namespace", "rd"))
RoxygenNote: 7.3.2
Collate:
'package.R'
'pstop.R'
'undefined.R'
'csnippet.R'
'pomp_fun.R'
'parameter_trans.R'
'covariate_table.R'
'skeleton_spec.R'
'rprocess_spec.R'
'safecall.R'
'pomp_class.R'
'load.R'
'workhorses.R'
'continue.R'
'summary.R'
'prior_spec.R'
'dmeasure_spec.R'
'dprocess_spec.R'
'rmeasure_spec.R'
'rinit_spec.R'
'dinit_spec.R'
'templates.R'
'builder.R'
'pomp.R'
'probe.R'
'abc.R'
'accumulators.R'
'melt.R'
'kalman.R'
'pfilter.R'
'wpfilter.R'
'proposals.R'
'pmcmc.R'
'mif2.R'
'listie.R'
'simulate.R'
'spect.R'
'plot.R'
'bsmc2.R'
'as_data_frame.R'
'as_pomp.R'
'bake.R'
'basic_components.R'
'basic_probes.R'
'betabinom.R'
'blowflies.R'
'bsflu.R'
'bsplines.R'
'childhood.R'
'coef.R'
'conc.R'
'concat.R'
'cond_logLik.R'
'covmat.R'
'dacca.R'
'design.R'
'ebola.R'
'eff_sample_size.R'
'elementary_algorithms.R'
'emeasure_spec.R'
'estimation_algorithms.R'
'eulermultinom.R'
'extract.R'
'filter_mean.R'
'filter_traj.R'
'flow.R'
'forecast.R'
'gompertz.R'
'kf.R'
'probe_match.R'
'spect_match.R'
'nlf.R'
'trajectory.R'
'traj_match.R'
'objfun.R'
'loglik.R'
'logmeanexp.R'
'lookup.R'
'mcap.R'
'obs.R'
'ou2.R'
'parmat.R'
'parus.R'
'pomp_examp.R'
'pred_mean.R'
'pred_var.R'
'show.R'
'print.R'
'profile_design.R'
'resample.R'
'ricker.R'
'runif_design.R'
'rw2.R'
'sannbox.R'
'saved_states.R'
'sir.R'
'slice_design.R'
'sobol_design.R'
'spy.R'
'states.R'
'time.R'
'timezero.R'
'traces.R'
'transformations.R'
'userdata.R'
'verhulst.R'
'vmeasure_spec.R'
'window.R'
'wquant.R'