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 ('parm' if bias is constant, 'regr' otherwise).

  • loa — method used for limits of agreement ('parm' if homoscedastic, 'regr' otherwise).

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