-
Can we calculate trigonometric functions using the Remez algorithm? This is faster and more accurate than the table lookup method, and the range of arguments can be [-inf,inf]
Here is an example of…
-
I launched a notebook that generates a sample matplotlib plot. I have copy pasted the code that generated the plot for your reference. By default, Matplotlib generated images are not accessible as the…
-
I've implemented a `DateTimePeriodicityEncoder`. It is a scikit-learn encoder for datetime features that uses sine and cosine transformations to capture periodicity in datetimes. This type of transfor…
-
## Implementing Automatic Differentiator
This issue tracks the implementation of an automatic differentiator for the expression compiler. The compiler parses expressions into binary trees, and this…
-
# Ooura's Mathematical Software Packages
## Last Updated: Dec 28, 2006 ([Japanese page](http://www.kurims.kyoto-u.ac.jp/~ooura/index.html))
- [Main (kurims)](http://www.kurims.kyoto-u.ac.jp/~ooura/i…
-
### Describe the new feature or enhancement
Hi,
I recently have been looking for a Python library for SSVEP classification, but it seems that there is no such major one offering this feature. Thus…
-
This is a living, growing list.
Documentation for making new nodes: https://github.com/GraphiteEditor/Graphite/blob/master/node-graph/README.md
### Noise
- [x] Pixel Noise
- [x] Perlin and/or …
-
Aside from the `randomInteger` from #8 and the `Math.sum` from #4, I think that including the methods below would help, especially when languages like Python, Matlab and Processing have them:
- `Math…
-
The current used impl of slerp uses `sinTheta = sqrtf(1.0f - cosTheta * cosTheta);` to approximate sine from cosine, accuracy is fine for runtime interpolation, but futher investigation is needed that…
-
Firstly, thank you for making this package.
I'm currently working on a research project involving the application of SINDy-PI from the PySINDy library. My specific focus is on modeling a double pendu…