{"id":53092,"library":"vividcortex-ewma-v1","title":"EWMA","description":"Package ewma implements exponentially weighted moving averages.","status":"active","version":"1.1.1","language":"go","source_language":null,"source_url":"https://github.com/VividCortex/ewma","tags":["ewma","moving-average","statistics","time-series"],"install":[{"cmd":"go get gopkg.in/VividCortex/ewma.v1","lang":"bash","label":"Install gopkg.in/VividCortex/ewma.v1"}],"dependencies":[],"imports":[{"symbol":"ewma","correct":"gopkg.in/VividCortex/ewma.v1"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"gopkg.in/VividCortex/ewma.v1\"\n)\n\nfunc main() {\n\tsma := ewma.NewMovingAverage()\n\tsma.Add(5.0)\n\tsma.Add(10.0)\n\tfmt.Println(sma.Value())\n}","lang":"go","description":"Creates an EWMA, adds values, and prints the current average."},"warnings":[],"env_vars":null,"search_vec":"'averag':8,12 'ewma':1,3,9 'exponenti':5 'implement':4 'move':7,11 'moving-averag':10 'packag':2 'seri':16 'statist':13 'time':15 'time-seri':14 'weight':6","created_at":"2026-06-15T07:26:27.064832+00:00","updated_at":"2026-06-15T07:26:27.064832+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/VividCortex/ewma","github":"https://github.com/VividCortex/ewma","docs":"https://pkg.go.dev/gopkg.in/VividCortex/ewma.v1#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}