csm: convolution smoothing

Usage Arguments Author(s) Examples

View source: R/csm.R

Usage

1
csm(data, ker)

Arguments

data
ker

Author(s)

Jani Anttila

Examples

1
2
3
4
5
6
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
data <- matrix(rnorm(25,0,1),5,5)
kk <- matrix(c(0.0,0.2,0.0,0.2,0.4,0.2,0.0,0.2,0.0),3,3)
sdata <- csm(data,kk)

janivaltteri/conv2d documentation built on May 18, 2019, 2:38 p.m.