Bayesian Black-Litterman Prior: private API
PortfolioOptimisers.show_fields — Method
show_fields(
_::BayesianBlackLittermanPrior
) -> NTuple{8, Symbol}
Renders every field of a BayesianBlackLittermanPrior except cache.
The state a cache holds is the running detail of an incremental fit, not the configuration a reader looks the type up for, and it prints under the estimator at every site that renders one. Set set_show_nothing_fields!(:BayesianBlackLittermanPrior, true) to render it.
Arguments
::BayesianBlackLittermanPrior: Prior estimator, read for its type alone.
Returns
fields::Tuple: The field names to render, which is(:pe, :f_mp, :mp, :views, :sets, :views_conf, :rf, :tau).
Related