From a5ddd5181b959ff1d0599bf2334ab5061d28fc53 Mon Sep 17 00:00:00 2001 From: David Tolpin Date: Mon, 12 Sep 2011 10:47:27 +0300 Subject: [PATCH] added letters --- paper/voisam/letter-a.txt | 13 +++++++++++++ paper/voisam/letter-b.txt | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 paper/voisam/letter-a.txt create mode 100644 paper/voisam/letter-b.txt diff --git a/paper/voisam/letter-a.txt b/paper/voisam/letter-a.txt new file mode 100644 index 0000000..1c51923 --- /dev/null +++ b/paper/voisam/letter-a.txt @@ -0,0 +1,13 @@ +Hi Eyal, + +just sharing thoughts: + +I don't quite understand how to achieve natural PAC (that is, Pr(VOI>X)t)t)<2*exp(-nt^2/[SVar(X)+7nt/3(n-1)) (2) + +which can be used to bound the VOI when the sample variance is collected along with the sample mean. + +very roughly, the arms should be sorted (the smaller the better) by + +n*[avg(X_best)-avg(X)]^2/[SVar(X)+...] + +The trends are right: the closer avg(X) to avg(X_best) and the greater the sample variance, the better is the arm. + +I am going to write down the theoretical part formally now, with all the proper citations: we will have two upper bounds: + +- based on the sample mean only +- based on the sample mean and sample variance estimate + +the second bound will work better in the cases when different arms have significantly different variances. Both estimates allow to specify the termination condition, since they decrease with number of pulls (samples) (exp(-An), where A is some constant). + +David -- 2.11.4.GIT