Machine learning in trading: theory, models, practice and algo-trading - page 2782
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
And I was not lazy and wrote SampEn, ApEn, permEn under metac a long time ago, the calculation is simple. Looked at the libraries, these are standard approaches, the calculation code there is 10 lines. The proposed python libraries will be brighter.
Alexei , please take a look, I'm stalled on such a trifle, it's a shame.
And who said that it is SampEn, ApEn algorithms that are implemented ?
And where is the evidence that these algorithms are workable?
You surprise me with your lack of understanding of the value of homemade algorithms.
To argue about which language is better to calculate 2+2, what must be in your head?
probably nothing
i <= char_vec.length()
And who said that it is the SampEn, ApEn algorithms that are implemented ?
And where is the evidence that these algorithms are workable?
You surprise me with your lack of understanding of the value of homemade algorithms.
Oh, I get it, all right.
You can't test it.It's laziness, don't confuse))))
Too bad my assistant got banned, her work is worthwhile.
it's a pity my assistant was banned, her work is worth it.
And who said that it is the SampEn, ApEn algorithms that are implemented ?
And where is the evidence that these algorithms are workable?
You surprise me with your lack of understanding of the value of homemade algorithms.
Alexei , please take a look, I'm stalled on such a trifle, it's a shame.
The loop condition is strange
for(int i = start_idx ; i == char_vec.length() ; ++i ){
should probably be <