卡方检验
卡方检验 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 | 自由度 |