FiniteSeries
index
/Users/amos/Documents/Database/Mental/Programming/python/lib/avatar/Personal2/www.amos/Python/lib/mathlib/FiniteSeries/FiniteSeries.py

a group of related series, for which statistics can be caklculated and graphs drawn

 
Classes
       
FiniteSeries

 
class FiniteSeries
    a group of related series, for which statistics can be caklculated and graphs drawn
 
  Methods defined here:
AddSeries(self, sName, lx)
Delta(self, sName, n=1, sNameDelta=None)
Statistic(self, classStat, tpsFields, sName=None, *tpArgs, **dArgs)
Transform(self, sName, f=None, sNameTrans=None)
__init__(self, ldxData, ddMeta=None, **dMeta)
__str__(self, lsKeys=None)
getData(self)
getDatum(self, i, s)
getFields(self)
getMeta(self, sName, sKey=None, oDefault=None)
getSeries(self, sName)
setData(self, ldxData)
setMeta(self, sName, oKey, oValue=None)

 
Functions
       
ReadNumbers(path, **dMeta)
Assume the first word on each line is a number, and pair it up with its (zero-based) line number.
 
The field names are t for the line number and x for the number.
WriteGraphObject(path, g, sMsg=None, **dAttr)
Write a graph to a local file and return the html object tag that calls it.