statsmodels.stats.nonparametric.JonckheereTerpstraResult#
- class statsmodels.stats.nonparametric.JonckheereTerpstraResult(statistic, pvalue, zstat, distribution, alternative, nobs, n_groups, counts, mean_null, var_null, concordant_minus_discordant, tau)[source]#
Result of
jonckheere_terpstra.- Parameters:
- statistic
float The Jonckheere-Terpstra J statistic.
- pvalue
float P-value based on the asymptotic normal approximation.
- zstat
float Standardized normal approximation for the test statistic.
- distribution
str The distribution used to compute pvalue, always
"normal".- alternative
str The alternative hypothesis that was tested.
- nobs
int Total number of observations across all samples.
- n_groups
int Number of samples, i.e., the number of ordered groups.
- counts
ndarray Number of observations in each sample.
- mean_null
float Mean of statistic under the null hypothesis.
- var_null
float Variance of statistic under the null hypothesis.
- concordant_minus_discordant
float Difference between the number of concordant and discordant pairs, i.e.,
2 * statistic - mean_null * 2.- tau
float Kendall’s tau computed from the pooled observations and their ordered group labels.
- statistic
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Properties
Alias for field number 4
Alias for field number 10
Alias for field number 7
Alias for field number 3
Alias for field number 8
Alias for field number 6
Alias for field number 5
Alias for field number 1
Alias for field number 0
Alias for field number 11
Alias for field number 9
Alias for field number 2