Ben Chuanlong Du's Blog

It is never too late to learn.

Time Series Analysis

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

In statistics, a unit root test tests whether a time series variable is non-stationary using an autoregressive model. A well-known test that is valid in large samples is the augmented Dickey …

Fcitx Tips

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

fcitx

  1. Add Pinyin method: add -> type in pinyin, type in chinese doesn't help

IBus

  1. I suggest you use CTRL + SPACE as the switching hotkey, because it's the default hotkey for most …

Use Sogou Pinyin to Type Chinese

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Settings

  1. 常用 -> 隐藏状态栏

  2. use half width punctuation

  3. 按键 -> 切换英文状态时,保留输入框中已存在的 …

The Tiny antiX Linux Distribution

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. I forget whether antiX image is hybrid or not. Try and find this out.

  2. The command line installer of antiX is not intuitive (not as good as command line installer of …

Tips on Excel

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

About Statistics Functions

  1. Excel is not a reliable software for statistical analysis. It's not even capable for simple operations such as calculating mean and standard deviation when numbers are very big …

Keywords Extracting from Text

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Word Stemming

  1. existing stemming method such as NLTK.PorterStem, etc.

  2. didn't -> did not, there's -> there is, etc. Mr. -> Mister Mrs. -> ... Ms. -> ...

Other things

  1. it seems that it is hard to get …