For the complete documentation index, see llms.txt. This page is also available as Markdown.

Interpolated Quadrature

General Description

Parameter value is equal to the quadrature of the interpolation of another parameter. API Reference

Attributes

Name
Description
Required

upper_parameter

Upper value of the interpolated interval to integrate over

Yes

x

x coordinates of the data points for interpolation

Optional

y

y coordinates of the data points for interpolation

Optional

lower_parameter

Lower value of the interpolated interval to integrate over. Can be None in which case the lower value of interval is zero

Optional

interp_kwargs

Dictionary of keyword arguments to pass to scipy.interpolate.interp1d class and used for interpolation

Optional

Example

coming soon...

{

}

Last updated

Was this helpful?