Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on chapter 1 exercise 2 #246

Closed
alexandrekow opened this issue Jan 30, 2015 · 3 comments
Closed

Question on chapter 1 exercise 2 #246

alexandrekow opened this issue Jan 30, 2015 · 3 comments

Comments

@alexandrekow
Copy link

I tried to do the exercises in chapter 1 but I am not sure of my solution.

  1. What is the expected percentage increase in text-message rates? hint: compute the mean of lambda_1_samples/lambda_2_samples. Note that this quantity is very different from lambda_1_samples.mean()/lambda_2_samples.mean().

When I do

print (lambda_1_samples/lambda_2_samples).mean(), lambda_1_samples.mean()/(lambda_2_samples.mean()

I find:

0.783421896592 0.782213782031

and they don't look very different to me.

Am I doing something wrong?
Is there a page with the solutions?

@alexandrekow alexandrekow changed the title Question on exercise 1 Question on chapter 1 exercise 2 Jan 30, 2015
@nanounanue
Copy link

I have the same questions...

@CamDavidsonPilon
Copy link
Owner

Hehe I guess this is just a bad problem, and it turns out they are almost they same! I'll confirm later

@nanounanue
Copy link

Ok, thanks :)

El mié., 25 de marzo de 2015 a las 13:55, Cameron Davidson-Pilon (<
notifications@github.com>) escribió:

Hehe I guess this is just a bad problem, and it turns out they are almost
they same! I'll confirm later


Reply to this email directly or view it on GitHub
#246 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants