Hacker News new | past | comments | ask | show | jobs | submit login

https://imgur.com/a/WsX7Emw

plot made from octave with:

  T = [....];
  X = 1:1915;
  P = polyfit(X,T,1);
  M = P(1); C = P(2);
  Y = P(1)*X + C;
  plot(X,T,X,Y)
  ylim([-10,40])
https://topaz.github.io/paste/#XQAAAQCHIwAAAAAAAAAqCAOiEuDA/...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: