JMP script formula to calculate the delta of multiple different ranges from X coordinates of a .csv file and display on graph, or in a text box
Hi, I have a script that creates the attached graph of some data points and overlays it with an additional line graph. I need to now be able to calculate the delta between the high and low points in multiple different x coordinates. I am able to do the first one since it includes all the x coordinate values, but I am stumped on how to do it for only the x coordinate values in-between the orange ca...