|
def | __init__ (self, M, ALPHA, BETA, xlist, tlist) |
|
def | main (self) |
|
def | mean (self, x, S) |
|
def | phi (self, x) |
|
def | variance (self, x, S) |
|
def | y (self, x, wlist) |
|
Definition at line 6 of file BayesianCurveFitting.py.
def BayesianCurveFitting.BayesianCurveFitting.__init__ |
( |
|
self, |
|
|
|
M, |
|
|
|
ALPHA, |
|
|
|
BETA, |
|
|
|
xlist, |
|
|
|
tlist |
|
) |
| |
def BayesianCurveFitting.BayesianCurveFitting.main |
( |
|
self | ) |
|
def BayesianCurveFitting.BayesianCurveFitting.mean |
( |
|
self, |
|
|
|
x, |
|
|
|
S |
|
) |
| |
def BayesianCurveFitting.BayesianCurveFitting.phi |
( |
|
self, |
|
|
|
x |
|
) |
| |
def BayesianCurveFitting.BayesianCurveFitting.variance |
( |
|
self, |
|
|
|
x, |
|
|
|
S |
|
) |
| |
def BayesianCurveFitting.BayesianCurveFitting.y |
( |
|
self, |
|
|
|
x, |
|
|
|
wlist |
|
) |
| |
BayesianCurveFitting.BayesianCurveFitting.ALPHA |
BayesianCurveFitting.BayesianCurveFitting.BETA |
BayesianCurveFitting.BayesianCurveFitting.M |
BayesianCurveFitting.BayesianCurveFitting.tlist |
BayesianCurveFitting.BayesianCurveFitting.xlist |
The documentation for this class was generated from the following file: