statsmodels.distributions.copula.api.ExtremeValueCopula.tau_simulated#
- ExtremeValueCopula.tau_simulated(nobs=1024, rng=None)#
Kendall’s tau based on simulated samples.
- Parameters:
- nobs
int,optional Number of samples to generate from the copula.
- rng{
None,int, array_like[int],numpy.random.Generator,numpy.random.RandomState},optional If rng is None, a new
Generatoris created using fresh entropy from the operating system. If rng is an int or array of ints, a newGeneratoris created, seeded with rng. If rng is already aGeneratororRandomStateinstance, that instance is used.
- nobs
- Returns:
- tau
float Kendall’s tau.
- tau