Base Phylogeny
PortfolioOptimisers.AbstractPhylogenyEstimator Type
julia
abstract type AbstractPhylogenyEstimator <: AbstractEstimator endAbstract supertype for all phylogeny estimator types in PortfolioOptimisers.jl.
All concrete and/or abstract types implementing phylogeny-based estimation algorithms should be subtypes of AbstractPhylogenyEstimator.
Related
sourcePortfolioOptimisers.AbstractPhylogenyAlgorithm Type
julia
abstract type AbstractPhylogenyAlgorithm <: AbstractAlgorithm endAbstract supertype for all phylogeny algorithm types in PortfolioOptimisers.jl.
All concrete and/or abstract types implementing specific phylogeny algorithms should be subtypes of AbstractPhylogenyAlgorithm.
Related
sourcePortfolioOptimisers.AbstractPhylogenyResult Type
julia
abstract type AbstractPhylogenyResult <: AbstractResult endAbstract supertype for all phylogeny result types in PortfolioOptimisers.jl.
All concrete and/or abstract types representing the result of a phylogeny estimation should be subtypes of AbstractPhylogenyResult.
Related
source