Sunday, December 20, 2015

首次AGU纪录

临行前两天 12/10

上周五参加的poster workshop相当有用。Scientific poster的核心是传递内容,所以follow a template不仅节省时间,而且更加准确有效。

早上早早来到办公室,使用哪个不需要校正的wind function做trend attribution时,整个人都傻掉了——之前并不知道(a)不同的Penman Equation都可以做attribution,(b)Donohue的方法并不完备。好在之前代码都有, 重新改了函数还是知道自己的改动是否产生正面的影响。这个生日真是记忆深刻,和办公室所有人奋战到晚上1点多,把所有的图都弄好了,之后就是填补poster了。

Monday, December 7, 2015

Time Series: Fundamental Concepts

Before we talking about the ARMA models (frequently seen in economic literatures), let's begin with the basic concepts where all these time series models are built. Things being reviewed include autocovariance, autocorrelation, partial autocorrelation, moving average, and autoregressive representations of time series. I will also give brief introduction on stationarity and ergodicity.

A stochastic process is a family of random variables that describes the evolution through time of some process. We can see stochastic process as a process described by statistical properties, opposed to a deterministic process such as sin(t). A stochastic time series is a realization from a certain stochastic process.

completely stationarity: any time series distribution function is time-invariant. Why should we worry about stationarity? We need to remove stationarity before we do most of the time series analysis, so we have a lot of preprocessing.