Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 committed Nov 21, 2024
1 parent aea8d6b commit fdc5f71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' Solves efficiently the generalized LASSO problem of the form
#' \deqn{
#' \hat{\beta} = \oepratorname{argmin} \frac{1}{2} || y - \beta ||_2^2 + ||D\beta||_1
#' \hat{\beta} = \operatorname{argmin} \frac{1}{2} || y - \beta ||_2^2 + ||D\beta||_1
#' }
#' where \eqn{\beta} and \eqn{y} are \eqn{m}-dimensional vectors and
#' \eqn{D} is a \eqn{(c \times m)}-matrix where \eqn{c \geq m}.
Expand Down
2 changes: 1 addition & 1 deletion man/genlassoRcpp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/genlasso.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using namespace Rcpp;
//'
//' Solves efficiently the generalized LASSO problem of the form
//' \deqn{
//' \hat{\beta} = \oepratorname{argmin} \frac{1}{2} || y - \beta ||_2^2 + ||D\beta||_1
//' \hat{\beta} = \operatorname{argmin} \frac{1}{2} || y - \beta ||_2^2 + ||D\beta||_1
//' }
//' where \eqn{\beta} and \eqn{y} are \eqn{m}-dimensional vectors and
//' \eqn{D} is a \eqn{(c \times m)}-matrix where \eqn{c \geq m}.
Expand Down

0 comments on commit fdc5f71

Please sign in to comment.