initGRBFbasis: Initialise a GRBF basis

Description Usage Arguments Value Examples

View source: R/AllConstructor.R

Description

This function initialises an object of class GRBFBasis which defines a set of radial basis functions at pre-specified locations in 2-D

Usage

1
initGRBFbasis(x, y, std, nx, ny)

Arguments

x

x-coordinate of GRBF centroid

y

y-coordinate of GRBF centroid

std

the 'length' (in terms of sigma) of the GRBF

nx

the number of columns of the GRBF array

ny

the number of rows of the GRBF array

Value

Object of class GRBFBasis

Examples

1
Basis <-  initGRBFbasis(x = c(0,1), y = c(0,1), std=0.1,nx=9,ny=1)

shazhe/mvst0 documentation built on May 29, 2019, 9:20 p.m.