R/gettau.R

Defines functions gettau

gettau <- function(x1, method, size) 
{
	(mcse.mat(x1, method = method, size = size)[ ,2])^2 
}

Try the stableGR package in your browser

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

stableGR documentation built on Oct. 8, 2022, 1:05 a.m.