Class IterableMoment4AboutMean<I extends RealType<I>,​O extends RealType<O>>

  • Type Parameters:
    I - input type
    O - output type
    All Implemented Interfaces:
    BiConsumer<Iterable<I>,​O>, Computers.Arity1<Iterable<I>,​O>

    public class IterableMoment4AboutMean<I extends RealType<I>,​O extends RealType<O>>
    extends Object
    implements Computers.Arity1<Iterable<I>,​O>
    Op to calculate the stats.moment4AboutMean using stats.mean and stats.size.
    Author:
    Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz)
    Implementation Note:
    op names='stats.moment4AboutMean'
    • Constructor Detail

      • IterableMoment4AboutMean

        public IterableMoment4AboutMean()