search for: blockmaxima

Displaying 2 results from an estimated 2 matches for "blockmaxima".

2010 Aug 11
0
fExtremes
Hi. I need to convert data to time series. My problem is that when I converted my data to time series the data comes with time. I just want the date because doesn't work with "blockMaxima()". > data(bmwRet) > BMW=as.timeSeries(bmwRet) > head(BMW) GMT BMW.RET 1973-01-02 0.047704097 1973-01-03 0.007127223 1973-01-04 0.008883307 1973-01-05 -0.012440569 1973-01-08 -0.003569961 1973-01-09 0.000000000 > List=as.timeSeries(list) #my data > head(List) GMT Obs 1970-01-...
2010 Jan 07
1
Return values in fExtremes package
Hi, I was usuing the fExtemes package, and wanted to obtain some of the values returned from the function gumbelFit(). For example, in the following code, I would like to access 'mu' and 'beta' from the object 'para'. How should I go about doing this? Is there any generic method to access the object? ----------------------------------- >library("fExtremes")