Sign in to follow this  
JimM

Box And Whisker Calculate Our Own 5 Number Summary

Recommended Posts

There is another box and whisker thread open right now, but I think this is a separate question...

 

Is there any way that we can calculate the 5 numbers for the 5 number summary on our own and simply feed those 5 values to the chart? We have millions of data points per set and leaving these calculations up to the front end introduces unwelcome performance issues. We would much prefer to do the calculations on our back end and just use the chart for displaying rather than calculating. It looks like this is not built in by default, but we would be happy to do some more complex coding acrobatics to access these parameters if we can make this happen.

 

For example, I would like to pass values like this:

min=5

Q1=10

median=20

Q3=30

max=35

Share this post


Link to post
Share on other sites
Guest Sumedh

There is another box and whisker thread open right now, but I think this is a separate question...

 

Is there any way that we can calculate the 5 numbers for the 5 number summary on our own and simply feed those 5 values to the chart? We have millions of data points per set and leaving these calculations up to the front end introduces unwelcome performance issues. We would much prefer to do the calculations on our back end and just use the chart for displaying rather than calculating. It looks like this is not built in by default, but we would be happy to do some more complex coding acrobatics to access these parameters if we can make this happen.

 

For example, I would like to pass values like this:

min=5

Q1=10

median=20

Q3=30

max=35

 

Hi,

 

Chart automatically calculates the five number summary, depending upon the data provided to the chart.

 

Manually calculating the data and passing to the chart, is not possible.

 

Thanks for your time.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this