firecrown.parameters.DerivedParameter

class firecrown.parameters.DerivedParameter(section, name)[source]

Bases: ABC

Represents a derived parameter generated by an Updatable object

This class provide the type that encapsulate a derived quantity computed by an Updatable object during a statistical analysis.

Parameters
  • section (str) –

  • name (str) –

Public Methods:

__init__(section, name)

Constructs a new derived parameter.

get_full_name()

Constructs the full name using section--name.

get_val()

Returns the value contained.


get_full_name()[source]

Constructs the full name using section–name.

abstract get_val()[source]

Returns the value contained.