scipy.stats.mstats.count_tied_groups

scipy.stats.mstats.count_tied_groups(x, use_missing=False)
Counts the number of tied values in x, and returns a dictionary
(nb of ties: nb of groups).
Parameters:

x : sequence

Sequence of data on which to counts the ties

use_missing : boolean

Whether to consider missing values as tied.

Previous topic

scipy.stats.mstats.chisquare

Next topic

scipy.stats.mstats.describe

This Page

Quick search