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_minfloatLower bound of q, needs to be strictly positive q_maxfloatUpper value of q, needs to be strictly positive nintNumber of logspaced values to include Returns: qndarray of floatlog-spaced values between q_min and q_max, along with their opposites, and accompanied by -2, -1, 0, 1, 2.