Stores the name, the prior distribution and the size of a parameter.
If size
is a string then this indicates the name of the variable
within the stan data object that specifies the size of this parameter.
Slots
name
(
string
)
of the parameter.prior
(
Prior
)
for the parameter.size
(
numeric
orstring
)
dimension of the parameter.
See also
Other Parameter:
Parameter-Getter-Methods
,
as.StanModule.Parameter()
,
as.character.Parameter()
,
as_stan_list.Parameter()