Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give date/time/datetime distributions some love #238

Open
4 tasks
vankesteren opened this issue Jan 31, 2024 · 0 comments
Open
4 tasks

Give date/time/datetime distributions some love #238

vankesteren opened this issue Jan 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vankesteren
Copy link
Member

vankesteren commented Jan 31, 2024

  • 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

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"
}
@vankesteren vankesteren added the enhancement New feature or request label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant