R/copula_transform.R

Defines functions copula_transform

copula_transform <- function(x){
  cdf <- (rank(jitter(x))-.5)/(length(x))
  qnorm(cdf)
}

Try the psychNET package in your browser

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

psychNET documentation built on April 14, 2020, 6:39 p.m.