Parameter¶
- class mosfit.modules.Parameter(**kwargs)[source]¶
Bases:
ModuleModel parameter that can either be free or fixed.
Methods Summary
fix_value(value)Fix value of parameter.
fraction(value[, clip])Return fraction given a parameter's value.
Return list of keys that should be generated by this parameter.
is_log()Return if Parameter's value is stored as log10(value).
latex()Return the LaTeX representation of the parameter.
lnprior_pdf(x)Evaluate natural log of probability density function.
prior_icdf(u)Evaluate inverse cumulative density function.
process(**kwargs)Process module.
receive_requests(**requests)Receive requests from other
Moduleobjects.value(f)Return the value of the parameter in parameter's units.
Methods Documentation