View source: R/math_stat_analysis.R
wbt_conditioned_latin_hypercube | R Documentation |
Implements conditioned Latin Hypercube sampling.
wbt_conditioned_latin_hypercube(
inputs,
output,
samples = 500,
iterations = 25000,
seed = NULL,
prob = 0.5,
threshold = NULL,
temp = 1,
temp_decay = 0.05,
cycle = 10,
average = FALSE,
wd = NULL,
verbose_mode = NULL,
compress_rasters = NULL,
command_only = FALSE
)
inputs |
Name of the input raster file. |
output |
Output shapefile. |
samples |
Number of sample sites returned. |
iterations |
Maximum iterations (if stopping criteria not reached). |
seed |
Seed for RNG consistency. |
prob |
Probability of random resample or resampling worst strata between |
threshold |
Objective function values below the threshold stop the resampling iterations. |
temp |
Initial annealing temperature between |
temp_decay |
Annealing temperature decay proportion between |
cycle |
Number of iterations before decaying annealing temperature. |
average |
Weight the continuous objective function by the 1/N contributing strata. |
wd |
Changes the working directory. Default: |
verbose_mode |
Sets verbose mode. If verbose mode is |
compress_rasters |
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters. Default: |
command_only |
Return command that would be executed by |
Returns the tool text outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.