Content deleted Content added
m r2.7.1) (robot Modifying: ar:مقاييس هولستيد للتعقيد |
add length equation |
||
Line 14:
* <math>\,N_2</math> = the total number of operands
From these numbers,
* Program length: <math>N = N_1 + N_2 \,</math>▼
* Program vocabulary: <math>\eta = \eta_1 + \eta_2 \,</math>
▲* Program length: <math>N = N_1 + N_2 \,</math>
* Calculated program length: <math>\hat{N} = \eta_1 \log_2 \eta_1 + \eta_2 \log_2 \eta_2 </math>
* Volume: <math>V = N \times \log_2 \eta </math>
* Difficulty : <math>D = { \eta_1 \over 2 } \times { N_2 \over \eta_2 } </math>
|