I am trying to determine whether a line drawn connecting a number of points is convex or not. The points can be plotted on x,y coordinates. Can this be done in a way other than essentially connecting each point to every other point and seeing if all of those lines lie above the curve? Thanks! Here are sample points:
X Y
1191.06 0.9655265
1192.36 0.9644738
1193.75 0.9633508
1194.98 0.9623592
1196.49 0.9611447
1197.78 0.9601095
1199.02 0.9591166
1200.29 0.9581017
1201.56 0.9570891
1202.77 0.9561263
1204.01 0.9551415
1205.26 0.9541510