forked from neurodata/r-mgc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThresholding.Rd
More file actions
26 lines (23 loc) · 779 Bytes
/
Thresholding.Rd
File metadata and controls
26 lines (23 loc) · 779 Bytes
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MGCSampleStat.R
\name{Thresholding}
\alias{Thresholding}
\title{An auxiliary function that finds a region of significance in the local correlation map by thresholding.}
\usage{
Thresholding(localCorr, m, n, sz)
}
\arguments{
\item{localCorr}{is all local correlations}
\item{m}{is the number of rows of localCorr}
\item{n}{is the number of columns of localCorr}
\item{sz}{is the sample size of original data (which may not equal m or n in case of repeating data).}
}
\value{
R is a binary matrix of size m and n, with 1's indicating the significant region.
}
\description{
An auxiliary function that finds a region of significance in the local correlation map by thresholding.
}
\author{
C. Shen
}