TimeSeries / ExponentialMovingAverage / 0.1.0
Exponential Moving Average
Royalty Free
Returns the exponential moving average of a time series
Language
Java
Metrics
API Calls - 13,514
Avg call duration -
1.00sec
Permissions
This is not a recognized license.
This is necessary for algorithms that rely on external services,
however it also implies that this algorithm is able to send your
input data outside of the Algorithmia platform.
Run an Example
Input
Output
[
0.1,
0.5,
1.3,
4.15,
4.07,
4.54,
5.470000000000001
]
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run TimeSeries/ExponentialMovingAverage/0.1.0 -d '[0.1,0.9,2.1,7,3.99,5.01,6.4]' --timeout 300