NzoCs commited on
Commit
8ce1032
·
verified ·
1 Parent(s): 6237bb4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # test_dataset
2
+
3
+ ## Dataset Description
4
+
5
+ ### Simulation Information
6
+
7
+ - Number of simulations: 500
8
+ - Dimension: 2
9
+ - Time interval: [100, 200]
10
+ - Simulator type: HawkesSimulator
11
+
12
+ ### Parameters
13
+
14
+ ```json
15
+ {
16
+ "mu": [
17
+ 0.2,
18
+ 0.2
19
+ ],
20
+ "alpha": [
21
+ [
22
+ 0.4,
23
+ 0.0
24
+ ],
25
+ [
26
+ 0.0,
27
+ 0.4
28
+ ]
29
+ ],
30
+ "beta": [
31
+ [
32
+ 1.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 20.0
38
+ ]
39
+ ]
40
+ }
41
+ ```
42
+