Public Member Functions | |
def | __init__ |
def | main |
def | mean |
def | phi |
def | variance |
def | y |
Public Attributes | |
ALPHA | |
BETA | |
M | |
tlist | |
xlist |
Definition at line 6 of file BayesianCurveFitting.py.
def BayesianCurveFitting.BayesianCurveFitting.__init__ | ( | self, | |
M, | |||
ALPHA, | |||
BETA, | |||
xlist, | |||
tlist | |||
) |
Definition at line 7 of file BayesianCurveFitting.py.
def BayesianCurveFitting.BayesianCurveFitting.main | ( | self | ) |
Definition at line 40 of file BayesianCurveFitting.py.
def BayesianCurveFitting.BayesianCurveFitting.mean | ( | self, | |
x, | |||
S | |||
) |
Definition at line 28 of file BayesianCurveFitting.py.
def BayesianCurveFitting.BayesianCurveFitting.phi | ( | self, | |
x | |||
) |
Definition at line 20 of file BayesianCurveFitting.py.
def BayesianCurveFitting.BayesianCurveFitting.variance | ( | self, | |
x, | |||
S | |||
) |
Definition at line 36 of file BayesianCurveFitting.py.
def BayesianCurveFitting.BayesianCurveFitting.y | ( | self, | |
x, | |||
wlist | |||
) |
Definition at line 14 of file BayesianCurveFitting.py.
Definition at line 7 of file BayesianCurveFitting.py.
Definition at line 7 of file BayesianCurveFitting.py.
Definition at line 7 of file BayesianCurveFitting.py.
Definition at line 7 of file BayesianCurveFitting.py.
Definition at line 7 of file BayesianCurveFitting.py.