[YASA] Sleep statistics and stage-transition matrix
수면 통계 및 단계 전환 행렬 (Sleep statistics and stage-transition matrix) hypnogram을 사용하여 함수를 사용하여 표준 수면 통계를 계산할 수 있다. yasa.sleep_statistics() 함수에는 sf_hyp최면의 샘플링 빈도인 인수가 있다. 30초마다 하나의 값이 있으므로 샘플링 주파수는 0.3333Hz 또는 1/30Hz이다. >>> yasa.sleep_statistics(hypno, sf_hyp=1/30) {'TIB': 482.0, 'SPT': 468.5, 'WASO': 9.0, 'TST': 459.5, 'N1': 17.5, 'N2': 214.0, 'N3': 85.5, 'REM': 142.5, 'NREM': 317.0, 'SOL': 13.0, 'Lat..
2022. 4. 25.