R/rho.R

Defines functions rho

rho = function(x, qtl){
  x * (qtl - ifelse(x <0, 1, 0))
}

Try the lqmix package in your browser

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

lqmix documentation built on April 4, 2025, 1:42 a.m.