|
Subject: | XploRe Application Guide |
See XploRe: | lobrob |
Quantlet: | longmem05 | |
Description: | calculates Lobato-Robinson test for DM/US data set using default bandwidth | |
Download: | longmem05.xpl |
library("times") y = read("dmus58.dat") ar = abs(tdiff(y[1:2000])) l = lobrob(ar) l
Subject: | XploRe Application Guide |
See XploRe: | lobrob |