Class: GECS::ParmDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/GECS.rb

Overview

Normative struct definition.

A ParmDef is a “parameterized parameter” providing additional context to disambiguate alternative ways of estimating the parameter. Additional result-specific context can be included in the ParmData if necessary.

parm

Index into parms.

estMethod

Index into estMethods.

estMethodParms

Hash from estMethodParms index to values.

Instance Attribute Summary collapse

Instance Attribute Details

#estMethodObject

Returns the value of attribute estMethod

Returns:

  • (Object)

    the current value of estMethod



162
163
164
# File 'lib/GECS.rb', line 162

def estMethod
  @estMethod
end

#estMethodParmsObject

Returns the value of attribute estMethodParms

Returns:

  • (Object)

    the current value of estMethodParms



162
163
164
# File 'lib/GECS.rb', line 162

def estMethodParms
  @estMethodParms
end

#parmObject

Returns the value of attribute parm

Returns:

  • (Object)

    the current value of parm



162
163
164
# File 'lib/GECS.rb', line 162

def parm
  @parm
end