Applies `safe_integrate` to a given integrand over a vector of x values.
integrate_function(f, x, alpha, beta, delta, omega, upper = 50, eps = 1e-08)Numeric vector of integral values evaluated at each element of x.
Function. The integrand function to be evaluated.
Numeric vector. Observations at which the integral is computed.
Numeric scalar. Stability parameter of the stable distribution (0 < \(\alpha \le 2\)), controlling tail thickness.
Numeric scalar. Skewness parameter of the stable distribution (\(-1 \le \beta \le 1\)).
Numeric scalar. Location parameter of the stable distribution.
Numeric scalar. Scale parameter of the stable distribution (omega > 0).
Numeric scalar. Upper limit of integration (default = 50).
Numeric scalar. Tolerance for numerical integration (default = 1e-8).