そのため,アメリカの Microsoft社の表計算ソフト "Excel" の FREQUENCY(階級ごとに度数を返す)関数は、度数を「以上/以下」で数えますから,「以上/未満」でデータを数えたい場合は、FREQUENCY関数ではなくCOUNTIFS関数を使って度数を数えることになります.
英語ではこれらの表し方には名前がついていて,「以上/未満」の場合は "Exclusive Form (or Continuous Form)",「以上/以下」の場合は "Inclusive Form (or Discontinuous Form)" と呼ばれています.直訳すると,「除外型」と「包含型」になりそうですが,日本語のテキストではこれらの用語が使われているのを見たことがありません.次の英文はその解説のひとつです.
There are two methods of classifying data according to the class intervals.
1) Exclusive Form (or Continuous Form):
When the class intervals are so formed that the upper limit of one class is the lower limit of the next class it is known as exclusive form. In this form, the upper limit of a class is not included in the class. Thus, in class 0-10, the value 10 is not included. It is counted in the next class 10-20.
2) Inclusive Form (or Discontinuous Form):
The classes are so formed that the upper limit of a class is included in that class. In class 1-10, the values lie between 1 and 10, including both 1 and 10.(CK-12.org)
いくつかの英語の本やサイトで,inclusive form をexclusive formに変換するのに,ひとつの階級の上限と次の階級の下限との差を2で割ったものを,全階級の下限から引き,全階級の上限に加えるという方法…①が紹介されています.例えば下図左の59と60との差 1 を2で割ると0.5なので,全階級の下限から0.5を引き,全階級の上限に0.5を加えます.すると下図右のような「以上/未満」型のexclusive formになります.
[Reference]
CK-12 : Classification of Data and Frequency Distribution - Definition, Methods, Steps and Examples
https://flexbooks.ck12.org/cbook/ck-12-cbse-maths-class-8/section/14.1/primary/lesson/classification-and-tabulation-of-data/
Class Interval
https://byjus.com/question-answer/convert-the-given-class-intervals-in-exclusive-form/
Office Hack : ExcelのFREQUENCY関数の使い方|データの度数分布を垂直配列で返す
https://office-hack.com/excel/frequency/
No comments:
Post a Comment