All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rsf.operator.StatMean

java.lang.Object
   |
   +----rsf.operator.StatMean

public class StatMean
extends Object
implements Operator


Computes the mean of an input Rsf. All the elements of the output Rsf are constant value. Default Range is jag.juice.RealVec.


Constructor Index

 o StatMean(Space)
 o StatMean(Space, Space)

Method Index

 o addImage(Vector, Vector)
I wonder if this method makes any sense for Mean().
 o copy()
 o getDomain()
 o getRange()
 o image(Vector)
 o image(Vector, Vector)
 o main(String[])
Invocation: StatMean < i.H > o.H
 o residual(Vector, Vector, Vector)
 o statMean(boolean, Vector, Vector)
 o statMean(Rsf)

Constructors

 o StatMean
 public StatMean(Space domain,
                 Space range)
 o StatMean
 public StatMean(Space domain)

Methods

 o copy
 public JamObject copy()
 o image
 public Vector image(Vector d)
 o image
 public void image(Vector d,
                   Vector r)
 o addImage
 public void addImage(Vector d,
                      Vector r)
I wonder if this method makes any sense for Mean(). I could throw an error instead and get rid of the boolean add flag.

 o residual
 public void residual(Vector d,
                      Vector b,
                      Vector r)
 o getDomain
 public Space getDomain()
 o getRange
 public Space getRange()
 o main
 public static void main(String args[])
Invocation: StatMean < i.H > o.H

 o statMean
 public static void statMean(boolean add,
                             Vector r,
                             Vector d)
 o statMean
 public static float statMean(Rsf d)

All Packages  Class Hierarchy  This Package  Previous  Next  Index