Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、範囲で提示した離散データがあります
Marks Freq cumFreq 1 (37.9,43.1] 4 4 2 (43.1,48.2] 16 20 3 (48.2,53.3] 76 96
このデータの cmf をプロットする必要があります。
plot(ecdf(x))
しかし、必要なものを追加するために何を追加する必要はありません。