Browse Source

Update prophet.R (#154)

Minor grammatical fix
cam122286 8 năm trước cách đây
mục cha
commit
6415dffd0c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      R/R/prophet.R

+ 1 - 1
R/R/prophet.R

@@ -41,7 +41,7 @@ globalVariables(c(
 #' @param changepoint.prior.scale Parameter modulating the flexibility of the
 #' @param changepoint.prior.scale Parameter modulating the flexibility of the
 #'  automatic changepoint selection. Large values will allow many changepoints,
 #'  automatic changepoint selection. Large values will allow many changepoints,
 #'  small values will allow few changepoints.
 #'  small values will allow few changepoints.
-#' @param mcmc.samples Integer, if great than 0, will do full Bayesian
+#' @param mcmc.samples Integer, if greater than 0, will do full Bayesian
 #'  inference with the specified number of MCMC samples. If 0, will do MAP
 #'  inference with the specified number of MCMC samples. If 0, will do MAP
 #'  estimation.
 #'  estimation.
 #' @param interval.width Numeric, width of the uncertainty intervals provided
 #' @param interval.width Numeric, width of the uncertainty intervals provided