卡方检验
卡方检验
卡方检验 1
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | x(:) | |||
| real(kind=wp), | intent(out) | :: | pval | p-value |
||
| real(kind=wp), | intent(out) | :: | chisq | 卡方值 |
||
| integer, | intent(out) | :: | dof | 自由度 |
卡方检验 2
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | x(:,:) | |||
| real(kind=wp), | intent(out) | :: | pval | p-value |
||
| real(kind=wp), | intent(out) | :: | chisq | 卡方值 |
||
| integer, | intent(out) | :: | dof | 自由度 |
T 检验
Welch T 检验
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | x(:) | |||
| real(kind=wp), | intent(in) | :: | y(:) | |||
| real(kind=wp), | intent(out) | :: | pval | p-value |
||
| real(kind=wp), | intent(out) | :: | t | T 值 |
||
| real(kind=wp), | intent(out) | :: | dof | 自由度 |
单样本 Student T 检验
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | x(:) | |||
| real(kind=wp), | intent(in) | :: | mean | 均值 |
||
| real(kind=wp), | intent(out) | :: | pval | p-value |
||
| real(kind=wp), | intent(out) | :: | t | T 值 |
||
| integer, | intent(out) | :: | dof | 自由度 |