iso_spatial_gau: Isotropic spatial simulation by Gaussian function

Description Usage Arguments Value Examples

View source: R/iso_spatial_gau.R

Description

This function load grid floor and generate the var-cov matrix via Gaussian function

Usage

1
iso_spatial_gau(dist.data, nugget, sill, ranges)

Arguments

dist.data

the a distance matrix generate from spatial_dist function

nugget

the nugget value of the var-cov function

sill

the sill(variance, sigma^2) of the var-cov function

ranges

the range value of var-cov function

Value

A matrix of var-cov matrix

Examples

1
2
D = spatial_dist(expand.grid(1:5, 1:5))
iso_spatial_gau(D, 0, 3, 1)

SpatialFloor documentation built on May 2, 2019, 1:45 p.m.