R/chiobs.2.R

chiobs.2 <-
function (x, mu = 0, sig = 1, eta = 0, kappa = 1, alf = 2, bet = 1) 
{
    z <- (x - eta)/kappa
    eps <- (x - mu)/sig
    eps * s.2.m.singly.censored(eps, alf, bet) * (z^2 - 1) * 
        dnorm(x, mean = eta, sd = kappa)
}

Try the EnvStats package in your browser

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

EnvStats documentation built on Aug. 22, 2023, 5:09 p.m.