Correct Answer : Option (A) : data = whiten(data)
Correct Answer : Option (D) : 0.001
Correct Answer : Option (C) : cityblock()
Correct Answer : Option (B) : The data is skewed left
Correct Answer : Option (B) : BLAS/LAPACK support
Explanation : SciPy.linalg is always compiled with BLAS/LAPACK support, while for NumPy this is optional.
Correct Answer : Option (A) : linear equation
Explanation : The scipy.linalg.solve feature solves the linear equation a * x + b * y = Z, for the unknown x, y values.
Correct Answer : Option (C) : dijkstra()
Correct Answer : Option (A) : A convex hull is the smallest polygon that covers all of the given points.
Correct Answer : Option (D) : imputation
Correct Answer : Option (B) : savemat()