R/mgsem_L0_approx_ot.R

Defines functions mgsem_L0_approx_ot

## File Name: mgsem_L0_approx_ot.R
## File Version: 0.02


mgsem_L0_approx_ot <- function(x, gamma, eps)
{
    y <- 2/(1+exp(-gamma*(x^2+eps)^1/2) )-1
    return(y)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.