-
I would like to propose the addition of a section in the Rust Cookbook dedicated to numerical integration. Numerical integration is a foundational topic in many fields such as engineering, physics, an…
-
When computing the Fisher information with the function [`SinQPE_FI`](https://github.com/StefanoPolla/EarlyFT_QPE/blob/c5da21e9660bfb4e9a549a3ec3b1c1cdab8024ae/eftqpe/SinQPE.py#L77) for small values o…
-
As discussed in https://github.com/CDCgov/Rt-without-renewal/pull/10 we could use numerical integration to find double censored PDFs rather than using simulation or in the stan code approximating usin…
-
Running with pySecDec 1.6.4. Proof of concept code based on examples/easy:
generate.py:
```
from pySecDec import make_package
if __name__ == "__main__":
make_package(
name = 'rea…
-
**Description**
---
Implement a script that parses starknet vent events into human-readable objects, making them compatible with PostgreSQL tables. The script will ensure smooth conversion of d…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Reproduction:
- Start recording a vim macro
`qe`
- enter insert mode with a numeric prefix
`…
-
Hi @davidrapan , when i change grid peak shaving value, give me an error
![Screenshot_20241114_095100_Home Assistant.jpg](https://github.com/user-attachments/assets/03940a7c-f864-4879-8795-13df9f830a…
-
Defect description : value of cos function is not evaluating correctly according to the value of iterator
Steps to reproduce the issue : http://cse02-iiith.vlabs.ac.in/exp1/simulation/index.html
E…
-
Defect Description: even if the difference between the arguments is less than 1 it is evaluating
Steps_to_reproduce:1.Go to Numerical Approximation.
2.Click on Simulations.
3. give a=0.5
4. give b…
-
I was going through the user's manual for the JS220 and noticed on page 33 that you are using Euler's method for computing numeric integrals.
In python this is simple, for an array x and time spac…