-
Notifications
You must be signed in to change notification settings - Fork 54
hmrS_CalcPvalue
jayd1860 edited this page Apr 11, 2023
·
1 revision
Syntax:
[pValuesS, pValuesS_cond] = hmrS_CalcPvalue(yRuns, stimRuns, mlActRuns, baselineRange, hrfTimeWindow)
UI Name:
Pvalues_on_Session
Description:
Calculate the p-value matrix for a single session.
Inputs:
- yRuns:
- stimRuns:
- mlActRuns:
- baselineRange:
- hrfTimeWindow:
Outputs:
- pValuesS:
- pValuesS_cond:
Usage Options:
- Pvalues_on_Session_Concentration_Data: [pValuesS, pValuesS_cond] = hmrS_CalcPvalue(dcRuns, stimRuns, mlActRuns, baselineRange, hrfTimeWindow)
Default Parameters:
- baselineRange: [-2.0, 0.0]
- hrfTimeWindow: [-2.0, 20.0]
Join the Homer3 community on openfnirs.org!
- Homer3 Overview
- Download and Installation
- Homer3 Graphical User Interfaces
- Input and Output Definitions
- Processing Data
- Viewing Processed Data via GUI
- Exporting Processed Data into a Text File
- Exporting Processed Data into MATLAB WorkSpace
- Working with Datasets using DataTree Library
- Working with SNIRF files standalone
- Custom User Functions