ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | Static Public Member Functions | List of all members
broad.core.math.Loess Class Reference
Collaboration diagram for broad.core.math.Loess:
Collaboration graph
[legend]

Classes

class  MA
 

Public Member Functions

 Loess (String name) throws IOException
 
 Loess (HashMap hash1, HashMap hash2)
 
 Loess (HashMap hash1, HashMap hash2, double bandwidth, double smoothing)
 
 Loess (HashMap hashA, HashMap hashM, boolean flank)
 
double log2 (double val)
 
Map getMap ()
 
Map getFinalMValues ()
 
Map getOriginalMValues ()
 
Map getAMap ()
 

Static Public Member Functions

static Vector readDstFile (File dstFile) throws IOException
 
static void main (String[] args) throws IOException
 

Constructor & Destructor Documentation

broad.core.math.Loess.Loess ( String  name) throws IOException

Here is the caller graph for this function:

broad.core.math.Loess.Loess ( HashMap  hash1,
HashMap  hash2 
)
broad.core.math.Loess.Loess ( HashMap  hash1,
HashMap  hash2,
double  bandwidth,
double  smoothing 
)
broad.core.math.Loess.Loess ( HashMap  hashA,
HashMap  hashM,
boolean  flank 
)

Member Function Documentation

Map broad.core.math.Loess.getAMap ( )
Map broad.core.math.Loess.getFinalMValues ( )
Map broad.core.math.Loess.getMap ( )
Map broad.core.math.Loess.getOriginalMValues ( )
double broad.core.math.Loess.log2 ( double  val)

Here is the caller graph for this function:

static void broad.core.math.Loess.main ( String[]  args) throws IOException
static

Here is the call graph for this function:

static Vector broad.core.math.Loess.readDstFile ( File  dstFile) throws IOException
static

The documentation for this class was generated from the following file: