-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
TDCC-SSHIssues related to the TDCC-SSH projectIssues related to the TDCC-SSH projectenhancementNew feature or requestNew feature or request
Description
- Add non-uniform distributions, e.g., (truncated) normal
- Add von Mises distribution for time
- Add constant interval distributions (day, week, month, year)? Example: column 1 of RKI COVID data
- Look at jsonschema support for datetime values rather than string
- Make sure we test properly
By the way, I saw that in jsonschema we can also put comments like this; might be nice to have when we work on the schema a bit more.
"lower": {
"type": "string",
"format": "date",
"description": "We expect yyyy-MM-dd"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TDCC-SSHIssues related to the TDCC-SSH projectIssues related to the TDCC-SSH projectenhancementNew feature or requestNew feature or request