generate_gaussian_field: Place Gaussian Bumps on a Plane

View source: R/simulated_data_generation.R

generate_gaussian_fieldR Documentation

Place Gaussian Bumps on a Plane

Description

Place gaussian bumps on a plane at desired locations.

Usage

generate_gaussian_field(
  grid_size = 25,
  shared_points,
  causal_points1,
  causal_points2,
  normal_std
)

Arguments

grid_size

(int): the fineness of the grid.

shared_points

(matrix) :rows are shared points between the classes.

causal_points1

(matrix) : should be a matrix whose rows are the causal points of class 1

causal_points2

(matrix) : should be a matrix whose rows are the causal points of class 2

Value

complex (list) : Mesh form of the grid.


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.