Numerix
A collection of useful mathematical functions in Elixir with a slant towards statistics, linear algebra and machine learning
Install / Use
/learn @safwank/NumerixREADME
Numerix
A collection of useful mathematical functions in Elixir with a slant towards statistics, linear algebra and machine learning.
Installation
Add numerix to your list of dependencies in mix.exs:
def deps do
[{:numerix, "~> 0.6"}]
end
Ensure numerix and its dependencies are started before your application:
def application do
[applications: [:numerix, :gen_stage, :flow]]
end
Examples
Check out the tests for examples.
Documentation
Check out the API reference for the latest documentation.
Features
Tensor API
Numerix now includes a Tensor API that lets you implement complex math functions with little code, similar to what you get from numpy. And since Numerix is written in Elixir, it uses Flow to run independent pieces of computation in parallel to speed things up. Depending on the type of calculations you're doing, the bigger the data and the more cores you have, the faster it gets.
NOTE: Parallelization can only get you so far. In terms of raw speed, a pure Elixir solution will always be much slower compared to one that leverages low-level routines like BLAS or similar.
Statistics
- Mean
- Weighted mean
- Median
- Mode
- Range
- Variance
- Population variance
- Standard deviation
- Population standard deviation
- Moment
- Kurtosis
- Skewness
- Covariance
- Weighted covariance
- Population covariance
- Quantile
- Percentile
Correlation functions
- Pearson
- Weighted Pearson
Distance functions
- Mean squared error (MSE)
- Root mean square error (RMSE)
- Pearson
- Minkowski
- Euclidean
- Manhattan
- Jaccard
General math functions
- nth root
Special functions
- Logit
- Logistic
Window functions
- Gaussian
Linear algebra
- Dot product
- L1-norm
- L2-norm
- p-norm
- Vector subtraction and multiplication
Linear regression
- Least squares best fit
- Prediction
- R-squared
Kernel functions
- RBF
Optimization
- Genetic algorithms
Neural network activation functions
- softmax
- softplus
- softsign
- sigmoid
- ReLU, leaky ReLU, ELU and SELU
- tanh
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
19.1kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
