alpha1 in SAFFRON method in onlineFDR package
0
0
Entering edit mode
lgomeso • 0
@f212e1ec
Last seen 11 months ago
Brazil

I have a question regarding the budgets in the implementation of SAFFRON algorithm in onlineFDR package? In Ramdas et all (2018) papper we have that alpha1 = min{gamma1 x w0, lambda}. But when I look at the source code of saffrom implementation in C we have that alpha1 = min {(1-lambda) x gamma1 x w0, lambda}. line 34 of saffron.cpp function is alphai[0] = std::min((1-lambda)gammai[0]w0, lambda). Can you please help me understanding that.

Regards,

Leo

onlineFDR • 263 views
ADD COMMENT

Login before adding your answer.

Traffic: 859 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6