Multidimensional parametric Rao's index of quadratic entropy (Q).
mpaRaoP(
x,
alpha,
window,
dist_m,
na.tolerance,
rescale,
lambda,
diag,
time_vector,
stepness,
midpoint,
cycle_length,
time_scale,
debugging,
isfloat,
mfactor,
np,
progBar
)
A list of matrices of dimension dim(x)
with length equal to the
length of alpha
.
input list.
alpha value for order of diversity in Hill's Index.
half of the side of the square moving window.
Type of distance used.
a numeric value \((0.0-1.0)\) which indicates the proportion of NA values that will be tolerated to calculate Rao's index in each moving window over x. If the relative proportion of NA's in a moving window is bigger than na.tolerance, then the value of the window will be set as NA, otherwise Rao's index will be calculated considering the non-NA values. Default values is 0.0 (i.e., no tolerance for NA's).
Scale and centre values in each of the element of x.
Lambda value for Minkowski distance.
Boolean. Diagonal of the distance matrix.
time;
numeric; steepness of the logistic function.
numeric; midpoint of the logistic function
string; The length of the cycle. Can be a numeric value or a string specifying the units ('year', 'month', 'day', 'hour', 'minute', 'second'). When numeric, the cycle length is in the same units as time_scale. When a string, it specifies the time unit of the cycle.
string; Specifies the time scale for the conversion. Must be one of 'year', 'month', 'day', 'hour', 'minute', 'second'. When cycle_length is a string, time_scale changes the unit in which the result is expressed. When cycle_length is numeric, time_scale is used to compute the elapsed time in seconds.
a boolean variable set to FALSE by default. If TRUE, additional messages will be printed. For de-bugging only.
Are the input data floats?
Multiplication factor in case of input data as float numbers.
the number of processes (cores) which will be spawned.
logical. If TRUE a progress bar is shown.
Duccio Rocchini duccio.rocchini@unibo.it, Marcantonio Matteo marcantoniomatteo@gmail.com
paRao