Uses of Interface
com.jeffpalm.stats.Stats.Function2Var

Packages that use Stats.Function2Var
com.jeffpalm.stats   
 

Uses of Stats.Function2Var in com.jeffpalm.stats
 

Fields in com.jeffpalm.stats declared as Stats.Function2Var
static Stats.Function2Var Stats.Function2Var.ADD
           
static Stats.Function2Var Stats.Function2Var.DIV
           
static Stats.Function2Var Stats.Function2Var.LOG
           
static Stats.Function2Var Stats.Function2Var.MUL
           
static Stats.Function2Var Stats.Function2Var.POW
           
static Stats.Function2Var Stats.Function2Var.SUB
           
 

Methods in com.jeffpalm.stats with parameters of type Stats.Function2Var
static double[] Stats.apply(Stats.Function2Var f, double[] ys, double[] xs)