R/base_convolution_2S_cpp.R

Defines functions conv_2S

Documented in conv_2S

conv_2S <- function( y, mu_round, mu_round_U, pN, pS1, pS2 ) {
	conv <- .Call( "convolution_2S_cpp", y, mu_round, mu_round_U, pN, pS1, pS2, PACKAGE="mosaics" )
	return(conv)
}

Try the mosaics package in your browser

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

mosaics documentation built on Nov. 8, 2020, 6:59 p.m.