NumeRe
Scientific data analysis for Windows® redefined
Curve fitting | Data analysis | Plotting | Matrix operations | FFT | Extensible Framework | Multiple file formats | Programmable | Open source | Free for everyone
winget install -e --id NumeRe.NumeRe
Solving and visualizing. Table based. Statistics and numerics. Optimized for science. Free of charge. GNU GPL v3.
NumeRe: Framework for Numerical Computations is an application for Microsoft Windows® that can do more than the usual spreadsheets. It provides you with nonlinear fits of arbitrary functions as well as a ODE solver. It can display 1D and 2D data easily and publication-ready with a simple command. Fourier transforms are included as well as wavelet transforms. Data is managed in a table-based manner and automatically saved, so you can quickly resume after a restart.
Simple tasks are simple
We never understood why you have to write as much code for simple things as for more complex tasks. Our mantra is therefore Keep simple things simple.
Syntax as intuitive as a language
NumeRe's main goal is to be as intuitive as possible, which implies a syntax that is as simple and clear as possible. NumeRe does not try to be dynamically typed, but deliberately emphasizes that you understand what is happening as soon as you read the code. In addition, the advanced editor highlights different data structures in different colors, so the syntax may seem a bit "colorful and choppy" at first. But we can guarantee that you will appreciate it very soon.
Structure built in
When writing procedures, the deeply-integrated namespaces help you to keep order right away, because each folder automatically corresponds to a namespace. This makes it possible to have several procedures with the same name that are still unique. The editor supports you by auto-completion, as well as by displaying tooltips that show documentation and signatures of functions, commands and procedures.
Install NumeRe today
Features
Integrated documentation and keyword search
Numerical Mathematics Parser
Support for various file formats
Data analysis functions
Nonlinear curve fitting in 1D and 2D
FFT and FWT algorithms
Graphical plotting functions
Matrix operations
Automation and programming
Event-based graphical user interfaces
And much more
Use NumeRe for
Simple and complex data analysis
Advanced data visualization techniques
Physical modeling and simulations
Fast prototyping of applications
Batch processing and automation
NumeRe is open and free of charge
For individuals, institutions and companies
NumeRe is released under the GNU GPL v3 and is free software
The source code is available as Git repository on GitHub and can be inspected. We also provide a completely prepared Compiler Suite to compile it yourself
A code documentation generated by Doxygen can be found here
NumeRe does not collect any of your private data
How can you contribute?
Convinced of Open Source and GPL? Fancy programming? A great idea? Or just intensive testing und playing around? That is always welcome!
Contact us!
With these possibilities you can reach us:
Oldschool: Write us a mail
Problem or idea: File us an issue
Chat: Talk or chat with us directly on Discord
“In just a month, ...
... we have carried out basic simulations and successfully build a GUI for one of the simulations, which is already a testament to the simple, straightforward, and intuitive nature of the software. It also speaks about the documentation available [...]. We look forward to simulating more and even more complex physical systems and hope to keep having such an exponential learning curve.”Intern @ Daimler Truck AG
"For me NumeRe is a game-changing software for fast and efficient data analysis and data processing.
One of my favorite features is the auto versioning system, which allows you to easily browse through all versions of your document, enabling easy development tracing and tracking of past ideas or methods. [...]Another great feature is the auto documentation, where NumeRe automatically generates the documentation for your code from comments using a DoxyGen like syntax. [...].Last but not least, the debugger is one of the features that makes NumeRe so much easier to work with than even commercial alternatives. With a clean debugger window, you can have a direct view of key information like current variable values, callstack, and debugging controls."Technology Consultant @ INVENSITY"Unlock the power of mathematics ...
... with the NumeRe data analysis framework for Windows, including 2D and 3D plotting, data fitting, matrix operations, and much more. I tested it: it is user-friendly, lightweight, and customizable - but for me, the most important thing was: it's for FREE!"Physicist @ Leibniz Institute for Solid State and Materials Research
Syntax examples
Type the following lines directly into the console in your NumeRe window to see the results. Comments (##) and the previous lines are not needed for a single line.