|
Subject: | XploRe Application Guide |
See XploRe: | lo |
Quantlet: | longmem02 | |
Description: | Calculates Lo's statistics for the DM/US data set | |
Download: | longmem02.xpl |
library("times") y = read("dmus58.dat") ar = abs(tdiff(y[1:2000])) lostat = lo(ar) lostat
Subject: | XploRe Application Guide |
See XploRe: | lo |