-
Notifications
You must be signed in to change notification settings - Fork 188
[ENH] roadmap of probability distributions to implement #22
Copy link
Copy link
Open
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersimplementing algorithmsImplementing algorithms, estimators, objects native to skproImplementing algorithms, estimators, objects native to skpromodule:probability&simulationprobability distributions and simulatorsprobability distributions and simulators
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersimplementing algorithmsImplementing algorithms, estimators, objects native to skproImplementing algorithms, estimators, objects native to skpromodule:probability&simulationprobability distributions and simulatorsprobability distributions and simulators
Type
Fields
Give feedbackNo fields configured for issues without a type.
It would be great to have a basic set of probability distributions implemented.
Umbrella issue for implementing
sktimeprobability distributions.Recipe: use the
extension_templates/distribution.pyextension template.Examples:
Normal, for de-novo implementations or manual interfacesFisk, for interfacingscipydistributions - this is much easier than using the full templateHigh priority:
mid priority:
low priority:
Exponentialdistribution #325lower priority:
list of many more (lowest priority)
https://docs.scipy.org/doc/scipy/reference/stats.html#probability-distributions - can be interfaced via
_ScipyDistadapter easily!https://en.wikipedia.org/wiki/File:ProbOnto2.5.jpg
Moved here from sktime/sktime#4518