AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.03k stars 11.31k forks source link

using Pmf and Cdf #155

Closed arilwan closed 5 years ago

arilwan commented 5 years ago

I understand that Pmf can be used via the empiricaldist library pip install empiricaldist. Which library contains Cdf so we can install and use outside the DataCamp?

AllenDowney commented 5 years ago

empiricaldist also provides Cdf

On Thu, Oct 17, 2019, at 6:21 PM, Akilu Rilwan Muhammad wrote:

I understand that Pmf can be used via the empiricaldist library pip install empiricaldist. Which library contains Cdf so we can install and use outside the DataCamp?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AllenDowney/ThinkStats2/issues/155?email_source=notifications&email_token=AAOLP3PBNSQ7A6LMXOMVWC3QPDQMZA5CNFSM4JCAEBZ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HSS5EQQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOLP3KSQHUT6VRWD2BX2H3QPDQMZANCNFSM4JCAEBZQ.

arilwan commented 5 years ago

thank you.