R/pvfx.R

Defines functions `pvfx`

`pvfx` <-
function(test)
{
	if (test<0) test=0
	return(1-pchibar(test, df=c(0,1), wt=c(.5,.5)))
}

Try the dlmap package in your browser

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

dlmap documentation built on May 2, 2019, 2:45 a.m.