Pearson correlation coefficient between rasters in SNAP

Is it possible to calculate Pearson correlation coefficient between two sets of raster layers in SNAP?

In R! I can create two Raster Stacks and then calculate raster which shows correlation coefficients:

corLocal(firstSetOfRasterObjects, firstSetOfRasterObjects, method="pearson")

https://rdrr.io/cran/raster/man/corLocal.html

I wonder if there’s any operator/function for that in SNAP?