ARTS built-in documentation server

Workspace Method Trapz

Description

Intregrates a vector of over its grid range

The method integrates y(x) by the trapezoidal method.

The vector x is the positions where the integrand, y, is known.

Authors: Patrick Eriksson

Synopsis

Trapz( out, x, y )

Variables

GOUTout(Numeric)Value of integral
GINx(Vector)Grid.
GINy(Vector)Integrand.