잡담

pair-wise vs. orthogonal array combination

tomato13 2012. 10. 18. 10:32

친구가 갑자기 pair-wise와 orthogonal array combination(직교배열조합)의 차이를 물었다. 잘 몰라서 찾아보았는데, 아래와 같은 설명을 발견할 수 있었다.


http://www.developsense.com/pairwiseTesting.html

This makes pairwise testing a kind of subset of orthogonal array testing. An orthogonal array isn't restricted to pairs (strength 2); it can be triples—strength 3, or combinations of three variables; or n-tuples—strength n, or combinations of n variables. However, orthogonal arrays with a strength greater than 2 are large, complex to build, and generally return too many elements to make them practicable. 


그리고 친구에게는 다음과 같이 설명해주었다.


pair가 두개 인자의 조합이잖아.. 이건 직교배열방법을 쓰되 두개인자 조합만을 선택한거야. 즉,

  직교배열조합(orthogonal array combination)의 경우에는 pair-wise가 될 수도 있고... 세개조합(triples) 혹은 그이상이 될수도 있어.

  그런데 일반적으로는 직교배열조합할때 두개 인자만 조합하게되

  왜냐면 그 이상하면 조합수가 너무 많아지거든. 

그래서 일반적으로 직교배열조합하면 pairwise조합과 같은 의미로 사용되지.


'잡담' 카테고리의 다른 글

글로벌경제위기의 선택  (0) 2012.10.23
아이와 놀아주기  (0) 2012.10.23
Android Multimedia Programming 강의를 듣고  (0) 2012.09.21
thinking  (0) 2012.02.20
thinking  (0) 2012.02.20