Can KAMA (Kaufman Adaptive Moving Average) be used for extracting the moving average of numpy arrays?
I'm reading about KAMA algorithm and everywhere I see it's just adopted for stocks and trading kind of things. Since the algorithm looks perfect so I was planning to use this for averaging out a 1D array. Is it possible and the right thing to do? or it's just meant to be utilized for marketing?
Topic numpy python-3.x marketing python algorithms
Category Data Science