I'm using band collection statistics to calculate correlation between two kernel density rasters. But i got the following errors
ERROR 010007 : Too many arguments.usage: STACKSTATS <stack><out_data_file> {BRIEF | DETAIL}
ERROR 010067: Error in executing grid expression.
the two rasters have same cell size.
a little bit background: our goal is to see where two point distribution are similar or not similar. so i generate kernel density rasters from the two point layers, and run band collection statistics to calculate the correlation between the two rasters.
Any help is appreciated!