t = (Xbar - mu) / sigma
where: Xbar is the sample mean, mu is the population mean, and sigma
is the population StdDev.
It goes on to say that if sigma is unknown, the StdErr may be used
which is:
sigma(Xbar) = S / Sqrt(N)
where: S is the sample StdDev and N is the sample size.
What if the population mean is unknown also? How can I calculate the
t-score? My sample size is 10.
This is not correct. t = (Xbar-mu)/SE_Xbar where SE_Xbar = S/SQRT(n).
>
> It goes on to say that if sigma is unknown, the StdErr may be used
> which is:
>
> sigma(Xbar) = S / Sqrt(N)
>
> where: S is the sample StdDev and N is the sample size.
I think the distinction you are trying to make is between knowing and
not knowing the population standard deviation, sigma.
If sigma is known:
z = (Xbar - mu)/SE where SE = sigma/SQRT(n)
If sigma is NOT known, you use the sample standard deviation S as an
estimate of sigma:
t = (Xbar - mu)/SE where SE = S/SQRT(n)
n = sample size
S = sample standard deviation (with division by n-1)
Xbar = sample mean
mu = population mean given some null hypothesis
df for the t-ratio = n-1
> What if the population mean is unknown also? How can I calculate the
> t-score? My sample size is 10.
The value of mu is specified in some null hypothesis you wish to test.
So the only way it can be unknown is if you have no null hypothesis.
--
Bruce Weaver
bwe...@lakeheadu.ca
www.angelfire.com/wv/bwhomedir