Class DefaultPearsons<T extends RealType<T>,​U extends RealType<U>>

  • All Implemented Interfaces:
    BiFunction<Iterable<T>,​Iterable<U>,​Double>

    public class DefaultPearsons<T extends RealType<T>,​U extends RealType<U>>
    extends Object
    implements BiFunction<Iterable<T>,​Iterable<U>,​Double>
    A class that represents the mean calculation of the two source images in the data container. It implements the FAST calculation for Pearson's Correlation.
    Author:
    Ellen T Arena
    Implementation Note:
    op names='coloc.pearsons'