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

Cumulative distribution function widget #1848

Closed
brylie opened this issue Dec 30, 2016 · 3 comments
Closed

Cumulative distribution function widget #1848

brylie opened this issue Dec 30, 2016 · 3 comments
Assignees
Labels
snack This will take an hour or two

Comments

@brylie
Copy link
Contributor

brylie commented Dec 30, 2016

User story

As a data analyst
I would like to view the cumulative distribution function for observations in my data set
so that I can intuitively grasp the probability that an observation will fall above or below a given threshold

Feature

A cumulative distribution function widget would calculate the CDF of a variable among a set of observations. The widget would output an array of x, y coordinates that could be visualized as line charts:

cdf for several normal distributions

The widget may wrap, or derive from, an existing CDF library, such as the Cdf class created by Allen B. Downey

Meta

This widget might appear in an Analyze section of the Orange toolbox, among a few other widgets useful for the analysis stage of a machine learning workflow.

Related resources

@kernc
Copy link
Contributor

kernc commented Jan 9, 2017

This widget might appear in an Analyze section of the Orange toolbox, among a few other widgets useful for the analysis stage of a machine learning workflow.

Why not as a check box in the Distributions widget?

@janezd janezd added snack This will take an hour or two needs discussion Core developers need to discuss the issue labels Apr 10, 2019
@janezd
Copy link
Contributor

janezd commented Apr 12, 2019

Decision: we'll add a check box to Distributions widget.

@janezd janezd removed the needs discussion Core developers need to discuss the issue label Apr 12, 2019
@rokgomiscek rokgomiscek self-assigned this Apr 19, 2019
@janezd
Copy link
Contributor

janezd commented Apr 19, 2019

Closed via #3766.

@janezd janezd closed this as completed Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
snack This will take an hour or two
Projects
None yet
Development

No branches or pull requests

5 participants