Hello
If i want to resampl from the tails of normal distribution , are these commans 
equivelant??
  upper tail:qnorm(runif(n,pnorm(b),1))  if b is an upper tail boundary
  or
  upper tail:qnorm((1-p)+p(runif(n))  if p is the probability of each interval 
(the observatins are divided to intervals)
 
Regards


      
        [[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.

Reply via email to