Julius Model Viewer
juergenmueller
Source i (link to git-repo or to original if based on someone elses unmodified work):
* Apr 07 2005 JT
- SuSE9.2_KDE3.4.0 srpm and binary added.
Other Science:
© 2025 OpenDesktop.org - Libre Cloud Services
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
3 Comments
What can this do that maxima or scigraphica or labplot can't? Does ur program do some kind of special curve fitting or some kind of interpolation?
While I don't know in deep theese programs I don't realy know that if they have some similar functionality. (I think they have...) I would like to create a simple and easy to use application that calculates polynomes that fits on datasets. Ex.: Dataset (-1,1), (0,1), (1,3) with searched power 2 gives the result: f(x):= x^2 + x + 1. That's all. PS: Maybe in the future I would like to add some mathematical functions to the documentation regarding the calculation method.
Yeah, that's interpolation all right. LabPlot does that, as does Scigraphica. A dedicated application for interpolation sounds ok I guess, though you might want to add a chisq fitting proggie into it (easily done in C).