Observation weights: private API
PortfolioOptimisers.ObsWeights — Type
const ObsWeights = Union{<:DynamicAbstractWeights, <:StatsBase.AbstractWeights}Union type for observation weights accepted by estimators.
Accepts either a DynamicAbstractWeights subtype (weights computed from data at fit time) or a StatsBase.AbstractWeights instance (pre-computed numeric weights).
Related