Libraries: ALGLIB - Numerical Analysis Library - page 6

 
Denis Kirichenko #:

Imho, there is no guarantee that it will appear at all.... Maybe, instead of waiting, it would be better to use it directly in C-code?

There's no guarantee that it won't appear at all, 100%. During the time since porting alglib there have appeared built-in vector,matrix and if we do it, we should rewrite the whole alglib on them. Otherwise it is support of zoo of vector and matrix implementations (new-terminals, from alglib, from standard library, from templates), that is quite a labour of love. ALGLIB is all, it is abandoned, undocumented and has no prospects.

if for internal reasons, for example, all maths on it, you can't get away from alglib - then C and DLL

 
Maxim Kuznetsov #:

...ALGLIB everything, it is abandoned, undocumented and has no prospects ...

What do you mean "abandoned"?

 
I don't quite understand why you think that moving just one class and its functions is a big problem.
After all, Alglib has been moved, it has vectors and matrices, and all this is supported now.
Moving only the SSA class and its functions will not make anything critical. I would say the complexity of support will not change at all.

That's why I would still like to make mqh with the SSA class and its functions.
 
Ivan Shishikin #:
I don't quite understand why you think that moving just one class and its functions is a big problem.
After all, Alglib has been moved, it has vectors and matrices, and all this is supported now.
Moving only the SSA class and its functions will not make anything critical. I would say the complexity of support will not change at all.

That's why I would still like to make mqh with the SSA class and its functions.

"Saving the drowning is a matter for the drowning". MQ probably has other priorities, at least for now.

 

It's a bit more complicated.

We need a concept of a programme designer for OOP.

 
Фриланс-сервис на MQL5.com: Написать MQH
Фриланс-сервис на MQL5.com: Написать MQH
  • 2023.03.24
  • www.mql5.com
необходимо написать подключаемую библиотеку для alglib. В текущей версии в МТ5 нет модуля реализующего SSA https://www.alglib.net/time-series/singular-spectrum-analysis.php Почему так , не известно. Необходимо написать полноценный модуль со всеми функциями, как и в родной библиотеке. ssa subpackage Classes ssamodel Functions ssaaddsequence ssaanalyzelast ssaanalyzelastwindow ssaanalyzesequence ssaappendpointandupdate ssaappendsequenceandupdate ssacleardata ssacreate ssaforecastavglast
 
Ivan Shishikin #:

and if I pay?

https://www.mql5.com/ru/job/191972

Have the developers in your application not taken on the task?

 
No, they responded, and they've been out of touch.
 
I decided to listen to you.
redo the problem in C++ (the code is all there, you just need to build it in a DLL).
 
Hello, The library is not working since Metatrader 5 was updated. Best regards