search for: gevrlevelplot

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

2011 Jun 30
2
Saving fExtremes estimates and k-block return level with confidence intervals.
...estimating a large model by groups. How do you save the results and?returns the associated quantiles? For this example I need a data frame n?? ?xi??????? mu????????beta 1?? 0.1033614? 2.5389580 0.9092611 2? ?0.3401922? 0.5192882 1.5290615 3?? 0.5130798? 0.5668308 1.2105666 I also want to apply gevrlevelPlot() for each "n" or group. ? #Example n <- c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3,3) y <- c(2,3,2,3,4,5,6,1,0,0,0,6, 2, 1, 0, 0,9,3) z <- as.data.frame(cbind(n,y)) colnames(z) <- c("n","y") library(fExtremes) z <- split(z, z$n) res2 <-lappl...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...estimating a large model by groups. How do you save the results and?returns the associated quantiles? For this example I need a data frame n?? ?xi??????? mu????????beta 1?? 0.1033614? 2.5389580 0.9092611 2? ?0.3401922? 0.5192882 1.5290615 3?? 0.5130798? 0.5668308 1.2105666 I also want to apply gevrlevelPlot() for each "n" or group. ? #Example n <- c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3,3) y <- c(2,3,2,3,4,5,6,1,0,0,0,6, 2, 1, 0, 0,9,3) z <- as.data.frame(cbind(n,y)) colnames(z) <- c("n","y") library(fExtremes) z <- split(z, z$n) res2 <-lappl...