-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
428 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# QuanTAlib Class Types by Input Requirements | ||
|
||
## Two TValues Required | ||
- Huber | ||
- Mae | ||
- Mapd | ||
- Mape | ||
- Mase | ||
- Mda | ||
- Me | ||
- Mpe | ||
- Mse | ||
- Msle | ||
- Rae | ||
- Rmse | ||
- Rmsle | ||
- Rse | ||
- Rsquared | ||
- Smape | ||
- Beta (asset vs market returns) | ||
- Corr (correlation between two series) | ||
- Covar (covariance between two series) | ||
- Granger (Granger causality test) | ||
- Kendall (Kendall rank correlation) | ||
- Spearman (Spearman rank correlation) | ||
- Theil (Theil's U statistic) | ||
|
||
## One TValue Required | ||
- Curvature | ||
- Entropy | ||
- Hurst | ||
- Kurtosis | ||
- Max | ||
- Median | ||
- Min | ||
- Mode | ||
- Percentile | ||
- Skew | ||
- Slope | ||
- Stddev | ||
- Tsf | ||
- Variance | ||
- Zscore | ||
- Apo | ||
- Dpo | ||
- Macd | ||
- Mom | ||
- Pmo | ||
- Po | ||
- Ppo | ||
- Roc | ||
- Trix | ||
- Vel | ||
- Ac | ||
- Ao | ||
- Bop | ||
- Cci | ||
- Cfo | ||
- Chop | ||
- Cmo | ||
- Cog | ||
- Coppock | ||
- Crsi | ||
- Cti | ||
- Dosc | ||
- Efi | ||
- Fisher | ||
- Rsi | ||
- Rsx | ||
- Smi | ||
- Srsi | ||
- Stc | ||
- Stoch | ||
- Tsi | ||
- Uo | ||
- Willr | ||
|
||
## One TBar Required | ||
- Aroon (uses high/low) | ||
- Vortex (uses high/low/close) | ||
|
||
## Two TBars Required | ||
- Adx (requires two bars for true range calculation) | ||
- Adxr (requires two bars for directional movement) | ||
- Dmi (requires two bars for directional movement) | ||
- Dmx (requires two bars for directional comparison) |
Oops, something went wrong.