-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 4.9
- Loading branch information
Showing
1 changed file
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
Package: Sim.DiffProc | ||
Type: Package | ||
Version: 4.8 | ||
Date: 2020-11-08 | ||
Version: 4.9 | ||
Date: 2024-03-06 | ||
Title: Simulation of Diffusion Processes | ||
Authors@R: c( | ||
person("Arsalane Chouaib", "Guidoum", | ||
email = "[email protected]", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-3781-2160"), | ||
role = c("cre", "aut")), | ||
person("Kamal", "Boukhetala", | ||
role = "aut",email = "[email protected]")) | ||
Author: Arsalane Chouaib Guidoum [cre, aut], | ||
Author: Arsalane Chouaib Guidoum [cre, aut] (<https://orcid.org/0000-0003-3781-2160>), | ||
Kamal Boukhetala [aut] | ||
Maintainer: Arsalane Chouaib Guidoum <acguidoum@usthb.dz> | ||
Depends: R (>= 3.0.0) | ||
Maintainer: Arsalane Chouaib Guidoum <acguidoum@univ-tam.dz> | ||
Depends: R (>= 4.0.0) | ||
Imports: Deriv (>= 3.8.0), MASS (>= 7.3-30), parallel | ||
Suggests: deSolve (>= 1.11), knitr (>= 1.10), rgl (>= 0.93.991), | ||
rmarkdown (>= 0.8), scatterplot3d (>= 0.3-36), sm (>= 2.2-5.3) | ||
|
@@ -22,7 +23,4 @@ VignetteBuilder: knitr | |
Encoding: UTF-8 | ||
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. | ||
License: GPL (>= 2) | ||
Classification/MSC: 37H10, 37M10, 60H05, 60H10, 60H35, 60J60, 65C05, | ||
68N15, 68Q10 | ||
NeedsCompilation: yes | ||
Packaged: 2020-11-07 14:58:47 UTC; AC.Guidoum | ||
Classification/MSC: 37H10, 37M10, 60H05, 60H10, 60H35, 60J60, 65C05, 68N15, 68Q10 |