-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy path__init__.py
More file actions
31 lines (28 loc) · 1.31 KB
/
Copy path__init__.py
File metadata and controls
31 lines (28 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2016 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Full correlation matrix analysis
The implementation is based on the work in [Wang2015-1]_ and [Wang2015-2]_.
.. [Wang2015-1] Full correlation matrix analysis (FCMA): An unbiased method for
task-related functional connectivity",
Yida Wang, Jonathan D Cohen, Kai Li, Nicholas B Turk-Browne.
Journal of Neuroscience Methods, 2015.
.. [Wang2015-2] "Full correlation matrix analysis of fMRI data on Intel® Xeon
Phi™ coprocessors",
Yida Wang, Michael J. Anderson, Jonathan D. Cohen, Alexander Heinecke,
Kai Li, Nadathur Satish, Narayanan Sundaram, Nicholas B. Turk-Browne,
Theodore L. Willke.
In Proceedings of the International Conference for
High Performance Computing,
Networking, Storage and Analysis. 2015.
"""