TimeSeries / FFTAutocorrelation / 0.1.0
FFTAutocorrelation
Royalty Free
Takes a time series and returns the autocorrelation plot of that time series
Language
Java
Metrics
API Calls - 199
Avg call duration -
N/A
Permissions
This is not a recognized license.
Run an example
Input
Output
[
24,
0.6666666666666666,
0,
-0.6666666666666666,
-1,
-0.6666666666666666,
0,
0.6666666666666666,
1,
0.6666666666666666,
0,
-0.6666666666666666,
-1,
-0.6666666666666666,
0,
0.6666666666666666
]
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/FFTAutocorrelation/0.1.0 -d '[0,1,2,1,0,-1,-2,-1,0,1,2,1,0,-1,-2,-1,0]' --timeout 300