Skip to content

Commit e612ecf

Browse files
committed
version 4.8
1 parent b1b9ea3 commit e612ecf

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3-

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Sim.DiffProc
22
Type: Package
3-
Version: 4.7
4-
Date: 2020-09-22
3+
Version: 4.8
4+
Date: 2020-11-08
55
Title: Simulation of Diffusion Processes
66
Authors@R: c(
77
person("Arsalane Chouaib", "Guidoum",
@@ -19,6 +19,6 @@ BugReports: https://github.com/acguidoum/Sim.DiffProc/issues
1919
URL: https://github.com/acguidoum/Sim.DiffProc
2020
VignetteBuilder: knitr
2121
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. 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.
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.
2323
License: GPL (>= 2)
2424
Classification/MSC: 37H10, 37M10, 60H05, 60H10, 60H35, 60J60, 65C05, 68N15, 68Q10

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## C code.
77
################################################
88

9-
# useDynLib("Sim.DiffProc", .registration=TRUE, .fixes="C_")
9+
useDynLib("Sim.DiffProc", .registration=TRUE, .fixes="C_")
1010

1111
################################################
1212
## import name space

Sim.DiffProc.Rproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ UseSpacesForTab: Yes
99
NumSpacesForTab: 2
1010
Encoding: UTF-8
1111

12-
RnwWeave: knitr
12+
RnwWeave: Sweave
1313
LaTeX: pdfLaTeX
1414

1515
BuildType: Package

0 commit comments

Comments
 (0)