R/recdf.R

Defines functions recdf

recdf <- function(n,Fx){
  x <- quantile(Fx,runif(n))
  return(x)
}

Try the EEEA package in your browser

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

EEEA documentation built on June 10, 2025, 9:13 a.m.