8,877
edits
Line 456: | Line 456: | ||
The formula of the calculated result is:<br> | The formula of the calculated result is:<br> | ||
'''Average_Result = Q | '''Average_Result = Q * (C1 Result_1 + C2 Result_2 + ... + Cn Result_n) | ||
''' | |||
(C1 | |||
Result_1 | |||
Result_2 | |||
Result_n)''' | |||
The default values of C1, C2...Cn are 1 and the default value of Q is (C1<nowiki>+</nowiki>C2<nowiki>+</nowiki>...<nowiki>+</nowiki>Cn)/n, but all these coefficients can be modified. | The default values of C1, C2...Cn are 1 and the default value of Q is (C1<nowiki>+</nowiki>C2<nowiki>+</nowiki>...<nowiki>+</nowiki>Cn)/n, but all these coefficients can be modified. | ||
Line 481: | Line 474: | ||
The formula of the calculated result is: | The formula of the calculated result is: | ||
''' | ''''''Comp_Result = Q *[(C1 Result_1² + C2 Result_2² + ... + Cn Result_n²)]½)''' | ||
[ | |||
Result_1² | |||
Result_2² | |||
Result_n²) | |||
The default values of C1, C2...Cn are 1 and the default value of Q is 1, but all these coefficients can be modified. | The default values of C1, C2...Cn are 1 and the default value of Q is 1, but all these coefficients can be modified. | ||
Line 507: | Line 492: | ||
The formula of the calculated result is: | The formula of the calculated result is: | ||
'''Comp_Result = Q | |||
'''Comp_Result = Q *(Result_1 - Result_2)''' | |||
(Result_1-Result_2)''' | |||
The default value of Q is 1, but all of these coefficients can be modified. | The default value of Q is 1, but all of these coefficients can be modified. | ||
Line 519: | Line 503: | ||
The formula of the calculated result is: | The formula of the calculated result is: | ||
'''Comp_Result = Q | '''Comp_Result = Q *(Result_1/Result_2)''' | ||
(Result_1/Result_2)''' | |||
The default value of Q is 1, but all of these coefficients can be modified. | The default value of Q is 1, but all of these coefficients can be modified. |