Base Distance: private API
PortfolioOptimisers.AbstractDistanceEstimator — Type
abstract type AbstractDistanceEstimator <: AbstractEstimatorAbstract supertype for all distance estimator types.
All concrete and/or abstract types implementing distance-based estimation algorithms should be subtypes of AbstractDistanceEstimator.
Related
PortfolioOptimisers.AbstractDistanceAlgorithm — Type
abstract type AbstractDistanceAlgorithm <: AbstractAlgorithmAbstract supertype for all distance algorithm types.
All concrete and/or abstract types implementing specific distance-based algorithms (such as correlation distance, absolute distance, log distance, or information-theoretic distances) should be subtypes of AbstractDistanceAlgorithm.
Related