ResultsNormalized¶
- class ompy.ResultsNormalized(name, _Model__isfrozen=False, nld=<factory>, gsf=<factory>, pars=<factory>, samples=<factory>, nld_model=<factory>, gsf_model_low=<factory>, gsf_model_high=<factory>)[source]¶
Bases:
ModelClass to store the results of the Oslo Method
Note
Due to a issue with automodapi #115, members using default_factory have to be documented explicitly here
-
pars:
List[Dict[str,Any]]¶ Parameters for the normalization/models used there
- Type:
(List[Dict[str, Any]])
-
samples:
List[Dict[str,Any]]¶ Samples from the posterior of the parameters
- Type:
(List[Dict[str, Any]])
Methods Summary
asdict()return fields and properties as dict
Returns a list of the names of the paramters
is_changed([include, exclude])Verify that defaults arguments have been changed
load(path)Loads own parameters from path
save(path)Save the model parameters to path
Methods Documentation
- is_changed(include=[], exclude=[])¶
Verify that defaults arguments have been changed
- Parameters:
- Raises:
ValueError – If parameters are still the default values
- Return type:
- load(path)¶
Loads own parameters from path
-
pars: