Skip to content

Where is this smoothPeriod being used ?  #2

@quicksilverm25

Description

@quicksilverm25

smoothPeriod[i] = 0.33*period[i] + 0.67*smoothPeriod[i-1]

I was looking at the code closely and observed that Ehler's code at https://www.mesasoftware.com/papers/MAMA.pdf also has this line. However, my issue is that smoothPerioid isn't being used.

Do you think if this is a bug or am I missing anything here ? I was converting the code to python. If you know where the python impelentation may be present that would be great too.

But do let me know your thoughts around "SmoothPeriod" which make me feel somewhere we all have incomplete code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions