R/pdfsqcdf.R

Defines functions pdfsqcdf

Documented in pdfsqcdf

pdfsqcdf<-function(s, dist, p1, p2)
{
  d.sample(s, dist, p1,p2)^2 *  p.sample(s, dist, p1,p2)
}

Try the asymmetry.measures package in your browser

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

asymmetry.measures documentation built on July 22, 2020, 9:06 a.m.