# curve_fit 

Aufgabe:
Führe einmal `python loesung.py` aus, um die Daten zu erzeugen.

Fitte die Daten aus daten.txt (x, y, y_err) mit der Funktion 
f(x) = a * sin(b * x + c) + d. Benutze dazu scipy.optimize.curve_fit.
