Skip to content

Commit 61fdcc9

Browse files
committed
version 4.8
1 parent fe7b90a commit 61fdcc9

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

DESCRIPTION

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ Author: Arsalane Chouaib Guidoum [cre, aut],
1313
Kamal Boukhetala [aut]
1414
Maintainer: Arsalane Chouaib Guidoum <[email protected]>
1515
Depends: R (>= 3.0.0)
16-
Imports: Deriv (>= 3.8.0), MASS (>= 7.3-30), parallel
17-
Suggests: deSolve (>= 1.11), knitr (>= 1.10), rgl (>= 0.93.991), rmarkdown (>= 0.8), scatterplot3d (>= 0.3-36), sm (>= 2.2-5.3)
16+
Imports: Deriv (>= 3.8.0), MASS (>= 7.3-30), parallel
17+
Suggests: deSolve (>= 1.11), knitr (>= 1.10), rgl (>= 0.93.991),
18+
rmarkdown (>= 0.8), scatterplot3d (>= 0.3-36), sm (>= 2.2-5.3)
1819
BugReports: https://github.com/acguidoum/Sim.DiffProc/issues
1920
URL: https://github.com/acguidoum/Sim.DiffProc
2021
VignetteBuilder: knitr
2122
Encoding: UTF-8
22-
Description: It provides users with a wide range of tools to simulate, estimate, analyze, and visualize the dynamics of stochastic differential systems in both forms Ito and Stratonovich. Statistical analysis with parallel Monte Carlo and moment equations methods of SDE's <doi:10.18637/jss.v096.i02>. Enabled many searchers in different domains to use these equations to modeling practical problems in financial and actuarial modeling and other areas of application, e.g., modeling and simulate of first passage time problem in shallow water using the attractive center (Boukhetala K, 1996) ISBN:1-56252-342-2.
23+
Description: It provides users with a wide range of tools to simulate, estimate, analyze, and visualize the dynamics of stochastic differential systems in both forms Ito and Stratonovich. Statistical analysis with parallel Monte Carlo and moment equations methods of SDEs <doi:10.18637/jss.v096.i02>. Enabled many searchers in different domains to use these equations to modeling practical problems in financial and actuarial modeling and other areas of application, e.g., modeling and simulate of first passage time problem in shallow water using the attractive center (Boukhetala K, 1996) ISBN:1-56252-342-2.
2324
License: GPL (>= 2)
24-
Classification/MSC: 37H10, 37M10, 60H05, 60H10, 60H35, 60J60, 65C05, 68N15, 68Q10
25+
Classification/MSC: 37H10, 37M10, 60H05, 60H10, 60H35, 60J60, 65C05,
26+
68N15, 68Q10
27+
NeedsCompilation: yes
28+
Packaged: 2020-11-07 14:58:47 UTC; AC.Guidoum

man/Sim.DiffProc-package.Rd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Simulation of Diffusion Processes
1111
}
1212
\description{
13-
It provides users with a wide range of tools to simulate, estimate, analyze, and visualize the dynamics of stochastic differential systems in both forms Ito and Stratonovich. Statistical analysis with parallel Monte Carlo and moment equations methods of SDE's <doi:10.18637/jss.v096.i02>. Enabled many searchers in different domains to use these equations to modeling practical problems in financial and actuarial modeling and other areas of application, e.g., modeling and simulate of first passage time problem in shallow water using the attractive center (Boukhetala K, 1996) ISBN:1-56252-342-2.
13+
It provides users with a wide range of tools to simulate, estimate, analyze, and visualize the dynamics of stochastic differential systems in both forms Ito and Stratonovich. Statistical analysis with parallel Monte Carlo and moment equations methods of SDEs <doi:10.18637/jss.v096.i02>. Enabled many searchers in different domains to use these equations to modeling practical problems in financial and actuarial modeling and other areas of application, e.g., modeling and simulate of first passage time problem in shallow water using the attractive center (Boukhetala K, 1996) ISBN:1-56252-342-2.
1414
}
1515
\details{
1616
\tabular{ll}{
@@ -51,15 +51,15 @@ For more examples see \code{demo(Sim.DiffProc)}, and for an overview of this pac
5151
A.C. Guidoum \email{[email protected]} and K. Boukhetala \email{[email protected]} (Dept. Probability and Statistics, USTHB, Algeria).\cr
5252
Please send comments, error reports, etc. to the author via the addresses email.
5353
}
54+
\section{Citation}{
55+
Guidoum AC, Boukhetala K (2020).
56+
"Performing Parallel Monte Carlo and Moment Equations Methods for Itô and Stratonovich Stochastic Differential Systems: R Package Sim.DiffProc".
57+
\emph{Journal of Statistical Software}, \bold{96}(2), 1--82. doi:10.18637/jss.v096.i02
58+
}
5459
\section{Licence}{
5560
This package and its documentation are usable under the terms of the "GNU General Public License", a copy of which is distributed with the package.
5661
}
5762
\references{
58-
59-
Guidoum AC, Boukhetala K (2020).
60-
"Performing Parallel Monte Carlo and Moment Equations Methods for Itô and Stratonovich Stochastic Differential Systems: R Package Sim.DiffProc".
61-
\emph{Journal of Statistical Software}, \bold{96}(2), 1--82. doi:10.18637/jss.v096.i02
62-
6363
6464
Argyrakisa, P. and G.H. Weiss (2006).
6565
A first-passage time problem for many random walkers.

vignettes/fitsde.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,9 @@ legend("topleft",c("real data","mean path",paste("bound of", 95,"% confidence"))
352352

353353
1. Brouste A, Fukasawa M, Hino H, Iacus SM, Kamatani K, Koike Y, Masuda H, Nomura R,Ogihara T, Shimuzu Y, Uchida M, Yoshida N (2014). The YUIMA Project: A ComputationalFramework for Simulation and Inference of Stochastic Differential Equations." Journal of Statistical Software, 57(4), 1-51. URL https://www.jstatsoft.org/v57/i04.
354354

355-
2. Guidoum AC, Boukhetala K (2020). Sim.DiffProc: Simulation of Diffusion Processes. R package version 4.8, URL https://cran.r-project.org/package=Sim.DiffProc.
355+
2. Guidoum AC, Boukhetala K (2020). "Performing Parallel Monte Carlo and
356+
Moment Equations Methods for Itô and Stratonovich Stochastic
357+
Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. https://doi.org/10.18637/jss.v096.i02
356358

357359
3. Iacus SM (2008). Simulation and Inference for Stochastic Differential Equations: With R Examples. Springer-Verlag, New York.
358360

vignettes/mcmsde.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,5 @@ matplot.0D(mem.mod3d$sol.ode,main="",select=c("C12","C13","C23"))
206206

207207
1. Guidoum AC, Boukhetala K (2020). "Performing Parallel Monte Carlo and
208208
Moment Equations Methods for Itô and Stratonovich Stochastic
209-
Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. doi:10.18637/jss.v096.i02
209+
Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. https://doi.org/10.18637/jss.v096.i02
210210

vignettes/sdetotex.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ dY_{t} &= \left( \frac{\gamma \, X_{t}^2 \, Y_{t}}{\left( \kappa + X_{t}^2 \righ
146146

147147
3. Guidoum AC, Boukhetala K (2020). "Performing Parallel Monte Carlo and
148148
Moment Equations Methods for Itô and Stratonovich Stochastic
149-
Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. doi:10.18637/jss.v096.i02
149+
Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. https://doi.org/10.18637/jss.v096.i02

vignettes/snssde.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,4 +541,4 @@ knitr::include_graphics(c("Figures/fig1007.png","Figures/fig1006.png"))
541541

542542
2. Guidoum AC, Boukhetala K (2020). "Performing Parallel Monte Carlo and
543543
Moment Equations Methods for Itô and Stratonovich Stochastic
544-
Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. doi:10.18637/jss.v096.i02
544+
Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. https://doi.org/10.18637/jss.v096.i02

0 commit comments

Comments
 (0)