XQS started, wait for applet!

Subject: XploRe Application Guide
See XploRe: kpss

Quantlet: longmem03
Description: calculates KPSS statistics for the DM/US data set
Download: longmem03.xpl

Code:
  library("times")
  y = read("dmus58.dat")
  ar = abs(tdiff(y[1:2000]))
  kpsstest = kpss(ar)
  kpsstest



Subject: XploRe Application Guide
See XploRe: kpss

© MD*Tech - Method and Data Technologies, generated on 19.7.2000 .