forked from neurodata/r-mgc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDistRanks.Rd
More file actions
21 lines (21 loc) · 715 Bytes
/
DistRanks.Rd
File metadata and controls
21 lines (21 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MGCDistTransform.R
\name{DistRanks}
\alias{DistRanks}
\title{An auxiliary function that sorts the entries within each column by ascending order:
For ties, the minimum ranking is used,
e.g. if there are repeating distance entries, the order is like 1,2,3,3,4,..,n-1.}
\usage{
DistRanks(dis)
}
\arguments{
\item{dis}{is a symmetric distance matrix.}
}
\value{
\code{disRank} is the column rank matrices of \code{X}.
}
\description{
An auxiliary function that sorts the entries within each column by ascending order:
For ties, the minimum ranking is used,
e.g. if there are repeating distance entries, the order is like 1,2,3,3,4,..,n-1.
}