Skip to content

Commit 4a9f1cf

Browse files
typo
1 parent c8861e0 commit 4a9f1cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

selectiveInference/man/TG.interval.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Truncated Gaussian confidence interval.
77
\description{
88
Compute truncated Gaussian interval of Lee et al. (2016) with
99
arbitrary affine selection and covariance.
10-
Z should satisfy A %*% Z elementise less then or equal b.
10+
Z should satisfy A %*% Z elementwise less then or equal b.
1111
}
1212
\usage{
1313
TG.interval(Z, A, b, eta, Sigma=NULL, alpha=0.1,

selectiveInference/man/TG.limits.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Truncation limits and standard deviation.
77
\description{
88
Compute truncated limits and SD for use in computing
99
p-values or confidence intervals of Lee et al. (2016).
10-
Z should satisfy A %*% Z elementise less then or equal b.
10+
Z should satisfy A %*% Z elementwise less then or equal b.
1111
}
1212
\usage{
1313
TG.limits(Z, A, b, eta, Sigma)

selectiveInference/man/TG.pvalue.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Truncated Gaussian p-value.
77
\description{
88
Compute truncated Gaussian p-value of Lee et al. (2016) with
99
arbitrary affine selection and covariance.
10-
Z should satisfy A %*% Z elementise less then or equal b.
10+
Z should satisfy A %*% Z elementwise less then or equal b.
1111
}
1212
\usage{
1313
TG.pvalue(Z, A, b, eta, Sigma, null_value=0, bits=NULL)

0 commit comments

Comments
 (0)