All Packages Class Hierarchy This Package Previous Next Index
Class rsf.operator.StatVar
java.lang.Object
|
+----rsf.operator.StatVar
- public class StatVar
- extends Object
- implements Operator
Computes the variance of an input Rsf: Sum(x_i^2 - \bar{a}^2) \br
All the elements of the output Rsf are constant value.
This is not a SepOperator since for convenience apply is a static method.
-
StatVar(Space, Space)
-
-
StatVar(Space, String)
- This constructor is superceeded by StatVarFactory (here only for demo)
-
addImage(Vector, Vector)
-
I wonder if this method makes any sense for Var().
-
copy()
-
-
getDomain()
-
-
getRange()
-
-
image(Vector)
-
-
image(Vector, Vector)
-
-
main(String[])
- Invocation:
StatVar < i.H > o.H
-
residual(Vector, Vector, Vector)
-
-
statVar(boolean, Vector, Vector)
-
-
statVar(Rsf)
-
StatVar
public StatVar(Space domain,
Space range)
StatVar
public StatVar(Space spc,
String spcName)
- This constructor is superceeded by StatVarFactory (here only for demo)
copy
public JamObject copy()
image
public Vector image(Vector d)
image
public void image(Vector d,
Vector r)
addImage
public void addImage(Vector d,
Vector r)
- I wonder if this method makes any sense for Var(). I
throw an error instead for now.
residual
public void residual(Vector d,
Vector b,
Vector r)
getDomain
public Space getDomain()
getRange
public Space getRange()
main
public static void main(String args[])
- Invocation:
StatVar < i.H > o.H
statVar
public static void statVar(boolean add,
Vector r,
Vector d)
statVar
public static float statVar(Rsf d)
All Packages Class Hierarchy This Package Previous Next Index