Skip to content

Commit

Permalink
Removal of double spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldVisser committed Nov 4, 2020
1 parent b48d2d9 commit 40fb901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions man/glk.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ glk(x, overlap = 50, prob = TRUE)
}

\details{
\enc{Gleichläufigkeit}{Gleichlaeufigkeit} is a classical agreement test based on sign tests (Eckstein and Bauch, 1969). This function implements \enc{Gleichläufigkeit}{Gleichlaeufigkeit} as the pairwise comparison of all records in data set. This vectorized implementation is faster than the previous version and follows the original definition (Huber 1942), instead of the incorrect interpretation that has been used in the past (Schweingruber 1988, see Buras/Wilmking 2015 for the correction).
\enc{Gleichläufigkeit}{Gleichlaeufigkeit} is a classical agreement test based on sign tests (Eckstein and Bauch, 1969). This function implements \enc{Gleichläufigkeit}{Gleichlaeufigkeit} as the pairwise comparison of all records in data set. This vectorized implementation is faster than the previous version and follows the original definition (Huber 1942), instead of the incorrect interpretation that has been used in the past (Schweingruber 1988, see Buras/Wilmking 2015 for the correction).

The probability of exceedence (p) for the \enc{Gleichläufigkeit}{Gleichlaeufigkeit} expresses the chance that the \enc{Gleichläufigkeit}{Gleichlaeufigkeit} is incorrect. The observed value of the \enc{Gleichläufigkeit}{Gleichlaeufigkeit} is converted to a z-score and based on the standard normal curve the probability of exceedence is calculated. The result is a matrix of all p-values (Jansma 1995, 60-61, see also Visser 2020).
}

\value{
The funtions returns a named \code{list} of two or three matrices (p_mat is optional if \code{prob = TRUE}):
The funtions returns a named \code{list} of two or three matrices (p_mat is optional if \code{prob = TRUE}):
\enumerate{
\item glk_mat: \code{matrix} with \enc{Gleichläufigkeit}{Gleichlaeufigkeit with all possible combinations of records}
\item overlap: \code{matrix} with number of overlapping growth changes.This is the number of overlapping years minus one.
Expand All @@ -38,8 +38,8 @@ The matrices can be extracted from the list by selecting the name or index numbe
To calculate the global glk of the dataset \code{mean(x$glk_mat, na.rm = TRUE)}.
}

\author{ Christian Zang. Patched and improved by Mikko Korpela.
Improved by Allan Buras. Further improved and expanded by Ronald Visser }
\author{ Christian Zang. Patched and improved by Mikko Korpela.
Improved by Allan Buras. Further improved and expanded by Ronald Visser }

\references{

Expand Down

0 comments on commit 40fb901

Please sign in to comment.