Module org.scijava.ops.image
Package org.scijava.ops.image.stats
Class IterableMoment3AboutMean<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.stats.IterableMoment3AboutMean<I,O>
-
- Type Parameters:
I- input typeO- output type
- All Implemented Interfaces:
BiConsumer<Iterable<I>,O>,Computers.Arity1<Iterable<I>,O>
public class IterableMoment3AboutMean<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity1<Iterable<I>,O>
Op to calculate thestats.moment3AboutMeanusingstats.meanandstats.size.- Author:
- Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz)
- Implementation Note:
- op names='stats.moment3AboutMean'
-
-
Constructor Summary
Constructors Constructor Description IterableMoment3AboutMean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<I> input, O moment3AboutMean)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept
-
-