Skip to content

Give date/time/datetime distributions some love #238

@vankesteren

Description

@vankesteren
  • 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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    TDCC-SSHIssues related to the TDCC-SSH projectenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions