R/Rten.R

Defines functions Rten

Rten <-
function(X) {
	one <- matrix(1, 1, ncol(X))
	kronecker(X,one)*kronecker(one,X)
}

Try the SpATS package in your browser

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

SpATS documentation built on Oct. 16, 2024, 9:06 a.m.