build_q_log#

pymultifracs.utils.build_q_log(q_min, q_max, n)#

Build a convenient vector of q values for multifractal analysis

Parameters:
q_minfloat

Lower bound of q, needs to be strictly positive

q_maxfloat

Upper value of q, needs to be strictly positive

nint

Number of logspaced values to include

Returns:
qndarray of float

log-spaced values between q_min and q_max, along with their opposites, and accompanied by -2, -1, 0, 1, 2.