◆ __init__()
def plotResults.Analysis.__init__ |
( |
|
self, |
|
|
|
smcTest, |
|
|
|
smcSamples, |
|
|
|
obsNames, |
|
|
|
paramNames, |
|
|
|
posterior, |
|
|
|
bestId |
|
) |
| |
27 def __init__(self, smcTest, smcSamples, obsNames, paramNames, posterior, bestId):
28 self.smcTest = smcTest
29 self.smcSamples = smcSamples
30 self.obsNames = obsNames
31 self.paramNames = paramNames
32 self.posterior = posterior
◆ bestId
plotResults.Analysis.bestId |
◆ obsNames
plotResults.Analysis.obsNames |
◆ paramNames
plotResults.Analysis.paramNames |
◆ posterior
plotResults.Analysis.posterior |
◆ smcSamples
plotResults.Analysis.smcSamples |
◆ smcTest
plotResults.Analysis.smcTest |
The documentation for this class was generated from the following file: