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
The lowest sum is 23, picking the first row.Thanks, I'll take note of that too.
But these are error values, is it reliable to use this method of rating estimation?
In statistics, they mainly use sum of squares to estimate errors.
And sum of squares and rating have different results, so which method to trust?
;))
In what mathematical area is the ranking method used?To smoke this material and understand where it is used.
The method used should be the one that gives a satisfactory solution to the problem at hand. When applying any method, you must understand what you are doing and what you are getting.
If you have no idea what a satisfactory result should be, it makes no difference what method to use.
The method used should be the one that gives a satisfactory solution to the problem at hand. When applying any method, you must understand what you are doing and what you are getting.
And if there is no idea what a satisfactory result should be, it makes no difference what method to use.
I agree in part, but in this case we are evaluating the error's value itself and not its recurrence in a module.
This method is suitable for evaluating repeating values.
I don't think it's the right method for evaluating the error values themselves.
I partly agree, but in this case we are assessing the error itself, not its recurrence in a module.
This method is suitable for evaluating recurring values.
I don't think it's the right method for evaluating the error values themselves.
If the values are repeating, they will give exactly the same result as swapping them with 1, 2 and 3.
Read the first post of this thread, there the author of the thread formulated his problem - just read it, not make it up.
If the values are repetitive, they themselves will give exactly the same result as swapping them with 1, 2, 3.
Read the first post of this thread, where the author of the thread formulated his problem - just read it, not make it up.
So no one is not making it up. As I understood from the first post, the original task was to estimate the error minimization.
And the author in his table even derived the average of all the errors. But he did not think it was practical or informative.
Estimating error minimisation and estimating repeating values are different tasks.
So no one is making it up. As I understood from the first post, the original aim was to estimate error minimisation.
And the topicstarter even averaged out all the errors in his table. But he did not think it was practical or informative.
Estimating error minimisation and estimating recurring values are different tasks.
Just using the average is not enough, you also need to avoid a large overshoot.
It's not enough to have an average, you also need to have a low ejection rate.
and so the product
It is not enough to use just the average, we also need to avoid large outliers.
Then you need to additionally prepare input data, normalize it, or standardize it.
In my example this is taken into account by MathPow(arr[i] - (max-min)/* or avg*/, 2.0), and the product is performed by the square function.
That is, it takes it to the second power, which corresponds to the product.
While we are on the subject of normalisation and standardisation, this alignment applies when the values being compared need to be brought to the same scale.
What do you mean by "normalising to the same scale"?
For example, when we need to compare numbers like 81.500 and 1.13453 or 5200.1 or 27340 etc.
That is, the values have a different number of digits after the integer.
To compare such data or pass them into a model, if the model has several signs, apply normalisation or standardisation,
, so that the model calculates correctly and produces the correct calculation.
I have written such functions, if anyone needs them, please use them.
While we are on the subject of normalisation and standardisation, this alignment applies when the values being compared need to be brought to the same scale.
What do you mean by "normalising to the same scale"?
For example, when we need to compare numbers like 81.500 and 1.13453 or 5200.1 or 27340 etc.
That is, the values have a different number of digits after the integer.
To compare such data or pass them into a model, if the model has several signs, apply normalisation or standardisation,
, so that the model calculates correctly and produces the correct calculation.
I have written such functions, if anyone needs them, please use them.