Category "scipy"

i cant import "statsmodels.api" for the reason of "there's no module of Scipy.integrate sub module"

I'm using anaconda Jupyter notebook and trina import the below. import os import pandas as pd import numpy as np import scipy import statsmodels.api as sm

Differentiation of an improper integral using JAX and SciPy

I provide a simple code example of a failed attempt to use JAX to automatically differentiate through an improper integral function making use of SciPy's quad()