corr_iso_gaus: Gaussian isotropic correlation function

Description Usage Arguments Value

Description

Calulate a Gaussian correlation functions based on a vector of coordinates.Remember that the points must be projected if you want a correaltion matrix that make sense.

Usage

1
2
corr_iso_gaus(eta = 0.01, phi = 5, coords = expand.grid(x = seq(-10, 10,
  by = 2), y = seq(-10, 10, by = 2)))

Arguments

eta

smoothness parameters. Control how smooth the correlation function is.

phi

decay parameters. Control the strength of the correlation between the points.

coords

matrix holding the coordinates of the points.

Value

a Gaussian isotropic correlation matrix between points.


RoyChristian/startR documentation built on May 9, 2019, 10:34 a.m.