Jump to content

Binomial Test and Chi Squared Test - Help


kepler

Recommended Posts

Hi,

I made a survey to n people asking their sign (12 signs were available).

A number k answered Libra. I want to analyze this result. But I'm not
sure if I'm doing it right. First I assume:

p = 1/12
q = 1 - p

Then the Binomial probability is:

PROB = nCk * p^k * (1-p)^(n-k)

The Binomial Test is:

z = (k/n-p)/sqr(p*q/n)

and the Chi-Squared is:

X^2 =(k - p * n) ^ 2 / (p * n) + ((n - k) - q * n) ^ 2 / (q * n)


Am I right?

I'm not sure about the value of p in the Binomial Test (should it be = PROB?), and if the Chi-squared can be calculated like that.

Kind regards,

Kepler

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This website uses cookies to ensure you get the best experience on our website. See our Privacy Policy and Terms of Use