Module folsom_ewma

based on https://github.com/codahale/metrics/blob/development/src/main/java/com/yammer/metrics/stats/EWMA.java references: http://www.teamquest.com/pdfs/whitepaper/ldavg1.pdf http://www.teamquest.com/pdfs/whitepaper/ldavg2.pdf.

Authors: joe williams (j@boundary.com).

Description

based on https://github.com/codahale/metrics/blob/development/src/main/java/com/yammer/metrics/stats/EWMA.java references: http://www.teamquest.com/pdfs/whitepaper/ldavg1.pdf http://www.teamquest.com/pdfs/whitepaper/ldavg2.pdf

Function Index

fifteen_minute_ewma/0
five_minute_ewma/0
instant_ewma/0
new/2
one_day_ewma/0
one_minute_ewma/0
rate/1
tick/1
update/2

Function Details

fifteen_minute_ewma/0

fifteen_minute_ewma() -> any()

five_minute_ewma/0

five_minute_ewma() -> any()

instant_ewma/0

instant_ewma() -> any()

new/2

new(Alpha, Interval) -> any()

one_day_ewma/0

one_day_ewma() -> any()

one_minute_ewma/0

one_minute_ewma() -> any()

rate/1

rate(Ewma) -> any()

tick/1

tick(Ewma) -> any()

update/2

update(Ewma, Value) -> any()


Generated by EDoc