Can JMP show the probability of 1 result or range through a graph?
Nov 6, 2023 07:57 PM(10486 views)
Hello everyone!!!, a question: What graph in JMP can answer the probabilities of obtaining a value or range of response, for example like the following graph.
Re: Can JMP show the probability of 1 result or range through a graph?
Created:
Nov 12, 2023 02:49 AM
| Last Modified: Nov 12, 2023 1:17 AM(3412 views)
| Posted in reply to message from hogi 11-12-2023
Then what you need is just a Local Data Filter - and a Filter Change Handler that updates the results in the probabilities panel. The advantage: With the Data Filter it doesn't matter how many questions you will ask - just add as many selections as you want and the corresponding probabilities will show up automatically:
Re: Can JMP show the probability of 1 result or range through a graph?
Created:
Nov 12, 2023 07:45 AM
| Last Modified: Nov 12, 2023 10:37 PM(3394 views)
| Posted in reply to message from hogi 11-12-2023
Here is an alternative implementation which also allows "combined" filter conditions (A and B and C ...).
For this case it makes sense to enable the Conditional(1) setting - then additional filters will only show values that are within the range of the first filters.
In addition, one can create several filter "groups". Click on OR and a filter group N+1 is generated with the corresponding probability value.
drawbacks:
with the current version of Jmp, Conditional(1) and filter groups via OR are not compatible So, if you want to compare different selection groups, you have to do this without the Conditional(1) feature. here is a wish to fix this problem: data filters: more flexible use of the conditional flag
The possibilities to adjust the graph are more restricted than in GraphBuilder: - selected values are indicated via the semitransparent blue region, which looks nice. On the other hand, it's not possible to switch "different colors for selected/unselected" - the default number of bins in a data filter is 10, just giving a rough idea of the actual distribution. Number of Bins can be adjusted via the red triangle menu:
This alternative (combination of certainty) exceeded what I was looking for, thank you for sharing your neural agility materialized in this alternative "combination of certainty", a consultation...will the calculation of certainty be OK?
A question, will it be possible for profiler to find all the best combinations of factors with uncertainty when performing the simulation that maximize the total utility and minimize the total cost? For example:
Very nice. But I think there is one error and one thing missing. The error I believe is in the Graph Builder section of your script where you list the Variables - I think the :one should be :percent. Then what I am missing is how to get the top display to show the percent in the black rectangle. My attempt shows the percent on the Y axis but doesn't display the number across the top like yours does.
It's a pleasure to greet you, of course it would be great if the simulation in JMP could show the certainty of obtaining a value or range, thank you for your response!