R/rtw.R

Defines functions rtw

Documented in rtw

rtw <- function( n, beta=1 ) {
    u <- runif( n )
    qtw( u, beta )
}

Try the RMTstat package in your browser

Any scripts or data that you put into this service are public.

RMTstat documentation built on April 13, 2022, 1:07 a.m.