JuliaDynamics/ComplexityMeasures.jl
Performance of `AAPE` is suboptimal
Open
#217 opened on Dec 22, 2022
good first issuelow priorityperformance
Repository metrics
- Stars
- (79 stars)
- PR merge metrics
- (PR metrics pending)
Description
internal function AAPE has really bad performance, allocating 10 vectors for each element of a dataset... Thankfully it is easy to optimize it to do 0 allocations so I leave this here for a newcomer that would like to contribute.