Simple Moving Average with the end points
Opened this issue · 1 comments
Is it possible to include a keyword argument to calculate the sma with the end points?
So for an array
@affans That doesn't sound particularly difficult from an implementation standpoint. Could you help me understand how you'd envision calling the function? Is it the correct interpretation of your example/notation that in this case the "lookaround" parameter n
would be
Is that the right interpretation of what you're after?