R/TmW_Gauss.R

Defines functions TmW_Gauss

TmW_Gauss <- function(x)
    {
    .Call("TmW_Gauss_cpp", x, PACKAGE = "TICM")$W
    }

Try the TICM package in your browser

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

TICM documentation built on Feb. 12, 2026, 1:07 a.m.