nlm=NonlinearModelFit[Take[ycurves[[-1]][[2]],10],yModel,{r0,r,a,c},t];nlm["BestFitParameters"]Show[Plot[nlm[t],{t,0,30},PlotStyle->ColorData[97][2],PlotRange->All,GridLines->Automatic,Frame->True,PlotLabel->DateString[ycurves[[-1]][[1]]]],ListPlot[ycurves[[-1]][[2]]],PlotRange->All]