Hi I am using the ugarchspec function from the rgarch package to fit a mean variance model jointly. Following is the code I'm using:
> spec = ugarchspec(variance.model = list(model="eGARCH", garchOrder=c(1,1)), mean.model = list(armaOrder=c(1,1))) On doing this, I get the following error: Error in ugarchspec(variance.model = list(model = "eGARCH", garchOrder = c(1, : could not find function ".DistributionBounds" Any help on why this is happening? any way to solve this? Thanks Priyesh [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.