2019-24-01 Emil Sjoerup <emilsjoerup@live.dk>
  *DESCRIPTION (Version): New version is 0.1.1
  *Fix ambiguity in a call to sqrt() for int which caused installation failure on Solaris.
  *More robust code, passing vectors of differing length for logprices and time are now stopped.
  *The Mu and Sigma vectors returned now also start with a 0 instead of uninitiated memory.
  *Documentation changed to make it more clear that the left-sided exponential kernel is used (no foresight).
2019-02-04 Emil Sjoerup <emilsjoerup@live.dk>
  *DESCRIPTION (Version): New version is 0.1.2
  *Fix a bug where the iMaxLag was being scaled higher if the lag selection algorithm suggested a lag higher than 20.
  *Add xts funcitonality, now an xts object will no longer break the code and the timestamps can now be extracted from and xts.
2019-08-04 Emil Sjoerup <emilsjoerup@live.dk>
  *Mitigate bug that caused crashes if the first testing time was before actual observations.
2019-13-04 Emil Sjoerup <emilsjoerup@live.dk>
  *Update documentation to get ready for CRAN update.