# Simulate a stationary separable Matérn ST-DPP
sim <- rstDPP(
mode = "stationary",
model = "S",
spectral = "matern",
alpha_s = 10,
alpha_t = 4.7,
nu = 2,
eps = 1,
lambda_max = 70,
grid_size = 1.5
)
plot_stDPP(sim, type = "3D", alpha_s = 10, alpha_t = 4.7)
Run the code above in your browser using DataLab