1
- ## 0.1. ** tsBNgen: A Python Library to Generate Time Series Data Based on an Arbitrary Bayesian Network Structure**
2
-
3
- [ Description] ( #Description )
4
-
5
- [ Citation] ( Citaton )
6
-
7
- [ Features] ( #Features )
8
-
9
- [ Instruction] ( #Instruction )
10
-
11
- [ License] ( #License )
12
-
13
- [ Support] ( #Support )
14
-
15
- ----
16
-
17
1
### ** Description**
18
2
19
- ### tsBNgen is a Python package to generate time series data based on an arbitrary Bayesian Network Structures.
3
+ #### tsBNgen is a Python package to generate time series data based on an arbitrary Bayesian Network Structures.
20
4
---
21
5
### ** Citation**
22
6
23
- ### If you find this package useful or if you use it in your research or work please consider citing it as follows:
7
+ #### For the correct citation please visit https://github.com/manitadayon/tsBNgen
24
8
----
25
9
### ** Features**
26
10
30
14
31
15
- It handles arbitrary Bayesian network structure.
32
16
33
- - It supports loopback 1 (node at time t-1 can be connected to any node at time t) and loopback 2 .
17
+ - It supports arbitrary loopback values .
34
18
35
- - The code can be modified easily to handle arbitrary long loopbacks .
19
+ - The code can be modified easily to handle arbitrary static and temporal structures .
36
20
---
37
21
38
22
### ** Instruction**
@@ -47,18 +31,15 @@ pip install tsBNgen
47
31
48
32
> ** Time_Series_Generation_Examples.ipynb**
49
33
50
- For more information on how to use the package please visit the followings :
34
+ For more information on how to use the package please visit the following :
51
35
52
36
1 . Original paper
53
- 2 . Documentation in PDF available in this repo .
37
+ 2 . Documentation in PDF available in the github repository .
54
38
55
39
### ** License**
56
40
57
- This is repo is under the MIT liecense.
58
-
59
- ### ** Support**
41
+ This software is released under the MIT liecense.
60
42
61
- If you have any question or comment, either open a new issue for this repo or please email me at
[email protected] .
62
43
63
44
64
45
0 commit comments