powered by
NPI lower and upper probabilities for the event that the next future observation from group Y is larger than the next future observation from group X.
best.pair(X, Y)
numeric vector of data values
numeric vector of data values, to check if it is the best group
F.P.A. Coolen (1996). Comparing two populations based on low stochastic structure assumptions. Statistics & Probability Letters 29, 297-305.
# NOT RUN { data(BreakdownTimes) data2<-split(BreakdownTimes$times, BreakdownTimes$group) # No terminated tails, complete data best.pair(data2$X, data2$Y) # }
Run the code above in your browser using DataLab