-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.3 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
Package: pdmppoly
Type: Package
Title: Moment Approximation for Polynomial PDMPs
Version: 0.0-1
Author: Charlotte Jana
Maintainer: Charlotte Jana <[email protected]>
Description: Calculate the moments of piecewise deterministic markov processes
that fulfill additional constraints. To be precise, these processes need to
have polynomial rates and polynomial dynamics. Moment calculation is done
via a ode system arising by the generator, which can be calculated, too.
If the ode system is not closed, it is modified leading to approximated
results for the moments.
License: GPL(>= 2)
URL: https://github.com/CharlotteJana/pdmppoly
BugReports: https://github.com/CharlotteJana/pdmppoly/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10), methods, pdmpsim, spray
Imports: deSolve,
dplyr,
ggplot2,
LaF,
momcalc,
prodlim,
reshape2,
simecol,
stringr,
tidyr
Suggests: testthat
RdMacros: Rdpack
Remotes: CharlotteJana/pdmpsim,
CharlotteJana/momcalc
RoxygenNote: 6.1.1
Collate:
'analyseModel.R'
'analysis.R'
'data.R'
'spray_extension.R'
'polypdmp_class.R'
'polypdmp_methods.R'
'polypdmp_accessors.R'
'polypdmp_generator.R'
'momApp.R'
'momApp_methods.R'
'momApp_modalityTest.R'
'msCsv_moments.R'
'supports.R'