Discussion of article "An Example of Developing a Spread Strategy for Moscow Exchange Futures" - page 5

 
Roman Konopelko:

The CAlglib class has a static method for the F test:


exactly, thanks.. it's a bit strange that they didn't build different tests into the regression class, for example to evaluate each of the traits, but you can do it yourself

 
 
 
m_graphic.YAxis().ValuesWith(45);  // Length of values along the Y axis error here
 
double            m_x[];
...
CMatrixDouble xy(size,2);
xy[0].Set(0, m_x[0]);

'operator[]' - constant variable cannot be passed as reference CalcShowRegression_script.mq5 103 6



how to cure this?