
HypT1mean
The one-sample t-test for a mean.
HypT1mean( , n,μ
0
,α,mode,[”configuration”])
●
1: μ < μ
0
●
2: μ > μ
0
●
3: μ ≠ μ
0
Conguration: a string that controls what results are shown and the order in which they appear. An empty
string "" displays the default: all results, including headers. The options in the conguration string are
separated by spaces.
●
h: header cells will be created
●
acc: the test result, 0 or 1 to reject or fail to reject the null hypothesis
●
tT: the test T-value
●
tM: the input value
●
prob: the lower-tail probability
●
df: the degrees of freedom
●
cT: the critical T-value associated with the input α-level
●
cx1: the lower critical value of the mean associated with the critical T-value
●
cx2: the upper critical value of the mean associated with the critical T-value
Example:
HypT1mean(0.461368, 0.2776, 50, 0.5, 0.05, 1, "")
HypT2mean
The two-sample T-test for the dierence of two means.
HypT2mean (
1
,
2
,n
1
,n
2
,s
1
,s
2
,α,pooled,mode,[”configuration”]
Pooled: Species whether or not the samples are pooled
●
0: not pooled
●
1: pooled
●
1: μ
1
< μ
2
●
2: μ
1
> μ
2
●
3: μ
1
≠ μ
2
Conguration: a string that controls what results are shown and the order in which they appear. An empty
string "" displays the default: all results, including headers. The options in the conguration string are
separated by spaces.
●
h: header cells will be created
●
acc: the test result, 0 or 1 to reject or fail to reject the null hypothesis
●
tT: the test T-value
App menu 397
Komentarze do niniejszej Instrukcji