powered by
GetFitPLA(z, MeanZeroQ = FALSE, algorithm=c("emle", "wmle"), ciQ=FALSE)
GetFitFD
#Example 1 #fit Gaussian White Noise, alpha=1 z<-rnorm(500, 100, 10) GetFitPLA(z) #Example 2 #estimate alpha for NileMin series data(NileMin) GetFitPLA(NileMin)
Run the code above in your browser using DataLab