Package samer.functions
Class CauchyInfomax
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.CauchyInfomax
-
public class CauchyInfomax extends Function
cauchy distribution score function
-
-
Constructor Summary
Constructors Constructor and Description CauchyInfomax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
apply(double t)
void
apply(double[] x)
apply function in place, to each element of inoutvoid
apply(double[] x, double[] y)
apply function to each element of in, placing result in outjava.lang.String
format(java.lang.String t)
-
Methods inherited from class samer.maths.Function
derivative, dispose, inverse
-
-