nnMean {tofsims}R Documentation

nnMean is C++ code for calculating nearest neighbour means in a 2D matrix

Description

nnMean is C++ code for calculating nearest neighbour means in a 2D matrix

Usage

nnMean(y, nrows, ncols)

Arguments

y

NumericVector

nrows

int

ncols

int

Value

eY


[Package tofsims version 1.22.0 Index]