Module org.scijava.ops.image
Package org.scijava.ops.image.stats
Class DefaultMoment1AboutMean<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.stats.DefaultMoment1AboutMean<I,O>
-
- Type Parameters:
I- input typeO- output type
- All Implemented Interfaces:
BiConsumer<RandomAccessibleInterval<I>,O>,Computers.Arity1<RandomAccessibleInterval<I>,O>
public class DefaultMoment1AboutMean<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity1<RandomAccessibleInterval<I>,O>
Op to calculate thestats.moment1AboutMeanNote that by definition Σ(xi-μ)=0, thus the output of the Op must be 0.
- Author:
- Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz), Gabriel Selzer
- Implementation Note:
- op names='stats.moment1AboutMean'
-
-
Constructor Summary
Constructors Constructor Description DefaultMoment1AboutMean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RandomAccessibleInterval<I> input, O moment1AboutMean)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
-
-