Primary
xspec.ChainManager ⚬|docu|1st|20260525105838-00-⌔
ChainManager — PyXspec 2.1.5 documentation#xspec.ChainManager
Link to originalclass
xspec.ChainManagerMonte Carlo Markov Chain container.
PyXspec automatically creates a single object of this class, named AllChains.
Methods
- call (the ’()’ operator)
- iadd (the ’+=’ operator)
- isub (the ’-=’ operator)
- best
- clear
- dic
- margin
- marginResults
- show
- stat
Attributes
These are the values which will be used when creating new Chain objects, unless they are explicitly overridden as arguments to the Chain class constructor. For more detail, see the descriptions for the corresponding attributes in the Chain class doc.
- defAlgorithm
- defBurn
- defFileType
- defLength
- defProposal
- defRand
- defRescale
- defTemperature
- defWalkers
Secondary
• • •