mpaRaoP {rasterdiv} | R Documentation |
Multidimensional parallel Parametric Rao's index of quadratic entropy (Q)
Description
Multidimensional parametric Rao's index of quadratic entropy (Q).
Usage
mpaRaoP(
x,
alpha,
window,
dist_m,
na.tolerance,
rescale,
lambda,
diag,
debugging,
isfloat,
mfactor,
np
)
Arguments
x |
input list. |
alpha |
alpha value for order of diversity in Hill's Index. |
window |
half of the side of the square moving window. |
dist_m |
Type of distance used. |
na.tolerance |
a numeric value |
rescale |
Scale and centre values in each of the element of x. |
lambda |
Lambda value for Minkowski distance. |
diag |
Boolean. Diagonal of the distance matrix. |
debugging |
a boolean variable set to FALSE by default. If TRUE, additional messages will be printed. For de-bugging only. |
isfloat |
Are the input data floats? |
mfactor |
Multiplication factor in case of input data as float numbers. |
np |
the number of processes (cores) which will be spawned. |
Value
A list of matrices of dimension dim(x)
with length equal to the
length of alpha
.
Author(s)
Duccio Rocchini duccio.rocchini@unibo.it, Marcantonio Matteo marcantoniomatteo@gmail.com