A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ta-lib.github.io/ta-lib-python/func_groups/statistic_functions.html below:

TA-Lib

Statistic Functions BETA - Beta
real = BETA(real0, real1, timeperiod=5)
CORREL - Pearson's Correlation Coefficient (r)
real = CORREL(real0, real1, timeperiod=30)
LINEARREG - Linear Regression
real = LINEARREG(real, timeperiod=14)
LINEARREG_ANGLE - Linear Regression Angle
real = LINEARREG_ANGLE(real, timeperiod=14)
LINEARREG_INTERCEPT - Linear Regression Intercept
real = LINEARREG_INTERCEPT(real, timeperiod=14)
LINEARREG_SLOPE - Linear Regression Slope
real = LINEARREG_SLOPE(real, timeperiod=14)
STDDEV - Standard Deviation
real = STDDEV(real, timeperiod=5, nbdev=1)
TSF - Time Series Forecast
real = TSF(real, timeperiod=14)
VAR - Variance
real = VAR(real, timeperiod=5, nbdev=1)

Documentation Index All Function Groups


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4