powered by
LLPLA(alpha, z)
GetFitPLA
#compute loglikelihood for NileFlowCMS with # H=0.9 and with alpha=2-2*H=0.2 data(NileFlowCMS) z<-NileFlowCMS z<-z-mean(z) LLFGN(0.9, z) LLPLA(0.2, z)
Run the code above in your browser using DataLab