x = (-1):2
names(x) = letters[1:4]
dinvweibull(x, shape=2)
exp( dinvweibull(x, shape=2, log=TRUE) )
pinvweibull (1, shape=2)
exp(pinvweibull (1, shape=2, log=TRUE))
q = c(-1,0,1,2)
qinvweibull ( pinvweibull (q, shape=2), shape=2 )
Run the code above in your browser using DataLab