From b0ac18378787f4cfaf2554a5e42a2f082e2d9828 Mon Sep 17 00:00:00 2001 From: Steven Pav Date: Wed, 18 Dec 2024 11:16:00 -0800 Subject: [PATCH] fixing URLs for release --- R/estimation.r | 6 +++--- man/inference.Rd | 4 ++-- man/se.Rd | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/estimation.r b/R/estimation.r index 0639a1c..a3ecad1 100644 --- a/R/estimation.r +++ b/R/estimation.r @@ -323,7 +323,7 @@ se <- function(z, type) { #' @references #' #' Walck, C. "Hand-book on STATISTICAL DISTRIBUTIONS for experimentalists." -#' 1996. \url{http://www.stat.rice.edu/~dobelman/textfiles/DistributionsHandbook.pdf} +#' 1996. \url{https://www.stat.rice.edu/~dobelman/textfiles/DistributionsHandbook.pdf} #' #' @examples #' asr <- as.sr(rnorm(128,0.2)) @@ -722,11 +722,11 @@ T2.inference <- function(T2,df1,df2,...) { #' @references #' #' Kubokawa, T., C. P. Robert, and A. K. Saleh. "Estimation of noncentrality parameters." -#' Canadian Journal of Statistics 21, no. 1 (1993): 45-57. \url{https://www.jstor.org/stable/3315657} +#' Canadian Journal of Statistics 21, no. 1 (1993): 45-57. \doi{10.2307/3315657} #' #' Spruill, M. C. "Computation of the maximum likelihood estimate of a noncentrality parameter." #' Journal of multivariate analysis 18, no. 2 (1986): 216-224. -#' \url{https://www.sciencedirect.com/science/article/pii/0047259X86900709} +#' \doi{10.1016/0047-259X(86)90070-9} #' #' @rdname inference #' @export inference diff --git a/man/inference.Rd b/man/inference.Rd index 8c0fcfa..acdad5d 100644 --- a/man/inference.Rd +++ b/man/inference.Rd @@ -99,11 +99,11 @@ est3 <- inference(asro,type='MLE') Pav, S. E. "The Sharpe Ratio: Statistics and Applications." CRC Press, 2021. Kubokawa, T., C. P. Robert, and A. K. Saleh. "Estimation of noncentrality parameters." -Canadian Journal of Statistics 21, no. 1 (1993): 45-57. \url{https://www.jstor.org/stable/3315657} +Canadian Journal of Statistics 21, no. 1 (1993): 45-57. \doi{10.2307/3315657} Spruill, M. C. "Computation of the maximum likelihood estimate of a noncentrality parameter." Journal of multivariate analysis 18, no. 2 (1986): 216-224. -\url{https://www.sciencedirect.com/science/article/pii/0047259X86900709} +\doi{10.1016/0047-259X(86)90070-9} } \seealso{ F-distribution functions, \code{\link{df}}. diff --git a/man/se.Rd b/man/se.Rd index d62506f..55512d2 100644 --- a/man/se.Rd +++ b/man/se.Rd @@ -69,7 +69,7 @@ Management 8, no. 5 (2006): 308-336. \url{https://www.ssrn.com/paper=886728} Pav, S. E. "The Sharpe Ratio: Statistics and Applications." CRC Press, 2021. Walck, C. "Hand-book on STATISTICAL DISTRIBUTIONS for experimentalists." -1996. \url{http://www.stat.rice.edu/~dobelman/textfiles/DistributionsHandbook.pdf} +1996. \url{https://www.stat.rice.edu/~dobelman/textfiles/DistributionsHandbook.pdf} } \seealso{ sr-distribution functions, \code{\link{dsr}},