Uncategorized

Python – convolution integral with limits


I’m trying to implement a convolution integral in Python with limits, but I cannot get it to work.

I have this convolution integral:

enter image description here

Where t0 is the start year and t is the end year. E is a list of values (one value per year) and G is defined as:

enter image description here

Where A, alpha and tau are known constants.

Now I need to calculate the result from the convolution integral with the t0 to t limits, but I cannot get it to work. Scipy seems to not have the option to enter the limits.

Anyone that can help?



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *