-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.zenodo.json
30 lines (30 loc) · 992 Bytes
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"title": "Synthia: multidimensional synthetic data generation in Python",
"description": "<a href=\"https://github.com/dmey/synthia\">Synthia</a> is multidimensional synthetic data generator written in Python for xarray's labelled arrays and datasets with support for parametric (Gaussian) and vine copulas models and functional principal component analysis (fPCA).",
"keywords": [
"machine-learning",
"data-science",
"python",
"copula",
"fpca"
],
"upload_type": "software",
"access_right": "open",
"license": "MIT",
"creators": [
{
"orcid": "0000-0002-7071-7547",
"name": "Meyer, David"
},
{
"orcid": "0000-0003-1855-0046",
"name": "Nagler, Thomas"
}
],
"related_identifiers": [
{
"relation": "isSupplementedBy",
"identifier": "10.21105/joss.02863"
}
]
}