quasiDistributionDistanceSlater {OpenRepGrid} | R Documentation |
Generate random grids and calculate 'Slater distances' for the elements.
Description
All Slater distances are returned as a vector. The values can be used e.g. to assess the distributions standard deviation.
Usage
quasiDistributionDistanceSlater(
reps,
nc,
ne,
range,
prob = NULL,
progress = TRUE
)
Arguments
reps |
Number of grids to be produced (default is |
nc |
Number of constructs (default 10). |
ne |
Number of elements (default 15). |
range |
Minimal and maximal scale value (default |
prob |
The probability of each rating value to occur.
If |
progress |
Whether to show a progress bar. |
Value
A vector containing Slater distance values.
See Also
randomGrids()
;
distanceSlater()
;
distanceHartmann()
.
Examples
## Not run:
vals <- quasiDistributionDistanceSlater(100, 10, 10, c(1, 5), pro = T)
vals
sd(vals)
hist(vals, breaks = 50)
## End(Not run)
[Package OpenRepGrid version 0.1.18 Index]