This tool performs an Analysis of variance (ANOVA) test on the distribution of values in a raster (input
) among a group of features (features
). The ANOVA report is written to an output HTML report (output
).
def anova(self, input_raster: Raster, features_raster: Raster, output_html_file: str) -> None: ...