TimeSeries / TimeSeriesSummary / 0.1.2
Time Series Summary
Royalty Free
Calculate various statistics of a time series
Language
Java
Metrics
API Calls - 1,887
Avg call duration -
N/A
Permissions
This is not a recognized license.
Run an example
Input
Output
{
"max": 6.5,
"var": 4.2023809523809526,
"geometricMean": 3.344420186790205,
"populationVariance": 3.602040816326531,
"slope": 0.9464285714285714,
"kurtosis": -1.3943599579484625,
"min": 1,
"correlation": 0.9973406565808504,
"intercept": 1.0892857142857142,
"mean": 3.9285714285714284,
"rmse": 0.13832083379312216,
"skewness": -0.16168266041879253,
"standardDeviation": 2.0499709637897197
}
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/TimeSeriesSummary/0.1.2 -d '[1.0,2.0,3.0,4.0,5.0,6.0,6.5]' --timeout 300