Module org.scijava.ops.image
Package org.scijava.ops.image.stats
Class DefaultPNorm<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.stats.DefaultPNorm<I,O>
-
- Type Parameters:
I- input typeO- output type
- All Implemented Interfaces:
Computers.Arity2<I,Boolean,O>,Consumers.Arity3<I,Boolean,O>
public final class DefaultPNorm<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity2<I,Boolean,O>
- Author:
- Edward Evans
- Implementation Note:
- op names='stats.pnorm', priority='100.'
-
-
Constructor Summary
Constructors Constructor Description DefaultPNorm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(I q, Boolean lowerTail, O o)Op to calculate the cumulative probability of a normal distribution.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Computers.Arity2
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity3
andThen
-
-