new_majiq.PsiCoverage.raw_psi_mean_population_quantile

PsiCoverage.raw_psi_mean_population_quantile(quantiles=[0.25, 0.75], quantile_dim_name='population_quantile', **indexer_kwargs)

empirical quantiles over prefixes of raw_psi_mean

Parameters:
  • quantiles (Sequence[float]) – quantiles over quantified population to compute

  • quantiles_dim_name (str) – Name of dimension in output array matching quantiles

  • indexer_kwargs ({dim: slice}, optional) – pairs of dimension names slices passed into isel() method on underlying xarray objects. Note that this can slice on “prefix”, in which case the quantile is taken over the remaining prefixes.

Returns:

xarray.DataArray – array(…, quantiles_dim_name) of quantiles per connection over quantified prefixes