Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
.. image:: https://img.shields.io/pypi/v/XYmath.svg
.. image:: https://img.shields.io/badge/python-3.5|3.6|3.7|3.8|3.9|3.10-blue
.. image:: https://img.shields.io/pypi/l/XYmath.svg
XYmath Creates, Documents And Explores Y=f(X) Curve Fits
========================================================
See the Code at: <https://github.com/sonofeft/XYmath>
_
See the Docs at: <http://xymath.readthedocs.org/en/latest/>
_
See PyPI page at:<https://pypi.python.org/pypi/xymath>
_
XYmath will find the "best" curve fit equation in a data set of x,y pairs by minimizing
the sum of the square of the the difference between the data and the equation (i.e. residuals).
The user may choose to minimize either percent error or total error.
(Percent error is particularly useful for y values spanning several orders of magnitude.)
XYmath can search through
common equations, an exhaustive search through thousands of equations,
splines, smoothed splines, or fit non-linear equations of the user's choice.
After fitting, XYmath will find roots, minima, maxima, derivatives or
integrals of the fitted curve. It will generate source code that documents and
evaluates the fit in python, FORTRAN or EXCEL. Configurable plots are
created using matplotlib that are of publication quality, including plots of
equation residuals.
FAQs
A GUI and API that creates, documents and explores y=f(x) curve fits
We found that xymath demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.