powered by
This function generates random deviates for the tailW distribution.
rtailw(n, threshold, scale, shape)
Sample size.
Minimum value of the tail.
Scale parameter.
Shape parameter.
Gives random deviates of the TailW. The length of the result is determined by n.
# NOT RUN { x <- rtailw(1000, 1, 2, 3) hist(x, breaks = "FD") # }
Run the code above in your browser using DataLab