Gast
#5489155
Hi, ich suche einen einfacher Curve-Fitter für die Shell (ohne GUI). Eine Messreihe liegt z.B. in csv Format vor. Und ich hätte gerne a,b,c für y=a*(x)+b*(x)²+c*(x)³ x= 1. Spalte y=2. Spalte Also etwa so: $ curve-fitter "y=a*(x)+b*(x)²+c*(x)³" daten.csv "x=1" "y=2" a=10 b=20 c=30 max_error=2 Oder so ähnlich..