Skip to content

Commit

Permalink
Update DDR.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstrobl authored May 28, 2021
1 parent 9efabbc commit dddef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DDR.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DDR <- function(X_tr,y_tr,X_te,lb=-Inf,ub=Inf){
}

# perform DDR in parallel (Step 1)
out=CV_KRR_dotX_SQ3_fast_bound(X,y_tr,Hs,cym,nn_cy,lb,ub)
out=CV_KRR_dotX_SQ3_fast(X,y_tr,Hs,cym,nn_cy,lb,ub)
h_star = out$h_star

# sharpen estimate (Step 3)
Expand Down

0 comments on commit dddef51

Please sign in to comment.