In[]:=
LeafCount/@SKEvolveList[s[s][s][s[s]][s][s],1000];
In[]:=
ListLinePlot[%]
Out[]=
In[]:=
FindFit[Transpose[{Range[Length@%85],%85}],a+bx,{a,b},x]
Out[]=
{a-2903.8,b40.5306}
In[]:=
FindFit[Transpose[{Range[Length@%85],%85}],bx,{b},x]
Out[]=
{b36.1814}
In[]:=
Show[Plot[36x,{x,0,1000}],%86]
Out[]=
In[]:=
dd2000=LeafCount/@SKEvolveList[s[s][s][s[s]][s][s],2000];
In[]:=
ListLinePlot[%]
Out[]=
In[]:=
FindFit[Transpose[{Range[Length@dd2000],dd2000}],a+bx+cx^2,{a,b,c},x]
Out[]=
{a-1510.34,b32.6861,c0.00742859}
In[]:=
ListLinePlot[Depth/@SKEvolveList[s[s][s][s[s]][s][s],1000]]
Out[]=
In[]:=
ListLinePlot[Differences[dd2000],AspectRatio1/5]
Out[]=
In[]:=
Histogram[Differences[dd2000],{1}]
Out[]=
In[]:=
ListLinePlot[MovingAverage[Differences[dd2000],10],AspectRatio1/5]
Out[]=
In[]:=
ListLinePlot[MovingAverage[Differences[dd2000],20],AspectRatio1/5]
Out[]=
In[]:=
dd5000=LeafCount/@SKEvolveList[s[s][s][s[s]][s][s],5000];
In[]:=
ListLinePlot[dd5000]
Out[]=
In[]:=
ListLinePlot[MovingAverage[Differences[dd5000],20],AspectRatio1/5]
Out[]=
In[]:=
ListLinePlot[Differences[dd5000],AspectRatio1/5,PlotRangeAll]
Out[]=