Skip to main content

How is the Integrate Area macro calculated?

The Integrate Area macro uses the following formula to calculate the area under the curve. This macro evaluates two points at a time (x1,y1 and x2,y2) and uses the initial yref value supplied by the user.

Area = Sum(((y2+y1)/2 – yref)*(x2-x1))

Scroll to Top