oraclesai.analysis.LocalMoranITest
- class LocalMoranITest(data, column_name, weights=None, weights_definition=None, **kwargs)
- An implementation of the Local Moran’s I spatial autocorrelation test. - COL_I (‘I’)
- Name of the column containing the Moran I value in the resulting output data returned by - get_output_data().
- COL_P_VALUE (‘P_VALUE’)
- Name of the column containing the p values in the resulting output data returned by - get_output_data()
- COL_Z_VALUE (‘Z_VALUE’)
- Name of the column containing the z values in the resulting output data returned by - get_output_data()
- COL_Q (‘QUADRANT’)
- Name of the column containing the quadrant information in the resulting output data returned by - get_output_data()
 - Methods - __init__(data, column_name[, weights, ...])- create(data, weights_or_def[, column_name])- Create an instance of LocalMoranITest. - Attributes - List of Moran's I values - List of p values - List of int values representing quadrants. - List of z values