chi2test Interface

public interface chi2test

卡方检验


Contents


Module Procedures

private impure subroutine chi2test_1(x, pval, chisq, dof)

卡方检验 1

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(out) :: pval

p-value

real(kind=wp), intent(out) :: chisq

卡方值

integer, intent(out) :: dof

自由度

private impure subroutine chi2test_2(x, pval, chisq, dof)

卡方检验 2

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in) :: x(:,:)
real(kind=wp), intent(out) :: pval

p-value

real(kind=wp), intent(out) :: chisq

卡方值

integer, intent(out) :: dof

自由度