Skip to content
10

Base Phylogeny

PortfolioOptimisers.AbstractPhylogenyEstimator Type
julia
abstract type AbstractPhylogenyEstimator <: AbstractEstimator end

Abstract 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

source
PortfolioOptimisers.AbstractPhylogenyAlgorithm Type
julia
abstract type AbstractPhylogenyAlgorithm <: AbstractAlgorithm end

Abstract 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

source
PortfolioOptimisers.AbstractPhylogenyResult Type
julia
abstract type AbstractPhylogenyResult <: AbstractResult end

Abstract 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