R/base_convolution_1S_cpp.R

Defines functions conv_1S

Documented in conv_1S

conv_1S <- function( y, mu_round, mu_round_U, pN, pS ) {
	conv <- .Call( "convolution_1S_cpp", y, mu_round, mu_round_U, pN, pS, 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.