yasa.SleepStatsAgreement.auto_methods#

property SleepStatsAgreement.auto_methods[source]#

A pandas.DataFrame containing the methods applied when 'auto' is selected.

Has three columns:

  • bias — method used for bias ('param' if bias is constant, 'regr' otherwise).

  • loa — method used for limits of agreement ('log' for all stats when log_transform=True; otherwise 'param' if homoscedastic, 'regr' if not).

  • ci — method used for confidence intervals ('param' if differences are normally distributed, 'boot' otherwise).