import pyLHD
random_lhd = pyLHD.LatinHypercube(size = (10,3))
pyLHD.MaxAbsCor(random_lhd)0.15151515151515146
criteria.MaxAbsCor(arr)
Calculate the Maximum Absolute Correlation
| Name | Type | Description | Default |
|---|---|---|---|
arr |
numpy.numpy.ArrayLike | A numpy ndarray | required |
| Type | Description |
|---|---|
| float | Positive number indicating maximum absolute correlation. Rounded to 3 digits |
References for the implementation of the maximum absolute correlation