Commit Graph
16 Commits
Author SHA1 Message Date
Kevin Johnson e55d1c0491 DOC ind calc desc dropped TST stoch and wb_tsv MAINT wb_tsv added and stoch talib and vp ta ext removed 2021-12-14 15:12:55 -08:00
Kevin Johnson d78d19a285 DOC statistics category doc refactor 2021-10-01 10:08:58 -07:00
Kevin Johnson 15f5a3c232 ENH #365 MAINT minor refactor 2021-08-14 14:09:56 -07:00
Kevin Johnson 9b68b40a63 BUG #354 #362 ddof fix 2021-08-01 10:52:44 -07:00
Kevin Johnson 5d7a334b81 BUG #354 var and stdev ddof 2021-07-26 10:26:52 -07:00
Kevin Johnson cecdf7cf05 ENH #336 ENH talib optional arg DOC updates 2021-07-20 14:28:44 -07:00
Kevin Johnson 66890ad3fc ENH talib enh yaml check DOC example notebook updates 2021-05-03 16:15:26 -07:00
Kevin Johnson 37e3aeb7fc ENH added missing fill options 2021-04-17 11:03:42 -07:00
Kevin Johnson 4a5e72235d ENH #262 cdl_z and cti DOC update MAINT refactoring 2021-04-17 08:42:03 -07:00
Kevin Johnson 2773f17d25 ENH #125 @244 returns None instead and runs relevant indicators in strategy MAINT refactor 2021-03-13 10:19:40 -08:00
Kevin Johnson a159e5cf99 ENH #164 #162 rolling cont inc/dec check for increasing decreasing DOC update 2020-11-24 10:47:42 -08:00
Kevin Johnson b567e35c7b STY #142 formatting update MAINT refactor minor code 2020-10-05 14:55:50 -07:00
James Sawyer 99973f3611 formatting fixes, PEP8 etc 2020-10-01 16:18:01 +01:00
Kevin Johnson e643a9847d ENH var and stdev ddof addition MAINT refactoring 2020-07-25 11:51:21 -07:00
YuvalWeinandGitHub 4cf1d86996 Update stdev.py
Same as variance explanation, since std = sqrt(variance):

When calculation variance we can divide the calculation by N, or by N-1.
When calculating sample variance we divide by N-1 (like in the current code).(https://towardsdatascience.com/why-sample-variance-is-divided-by-n-1-89821b83ef6d)
Sometimes We want to divide by N like the basis formula, to calculate population variance. (https://en.wikipedia.org/wiki/Variance#Discrete_random_variable)
For me its useful to add another parameter that will make it possible to calculate both of then using one function.
Is it useful for you?
2020-07-23 10:26:04 +03:00
Kevin Johnson d79562b75a statistics refactor 2019-05-20 08:14:17 -07:00