Please post your solution to the Nov 17 In-Class Exercise to this thread.
Best,
Chris
R = 4
d = 3
\lambda = 21
Range = (0, 100)
For d = 1\ Split => {0, 33, 66, 100} => best value = 33
For d = 2\ Split => {13.2, 26.4, 39.6, 52.8 } => best value = 26.4
For d = 3\ Split => {13.2 + 1*c, 13.2 + 2*c, 13.2 + 3*c, 13.2 + 4*c} => {18.48, 23.76, 29.04, 34.32} where c = (39.6-13.2)/(k+1) = 5.28
Therefore for d = 3, Split => {18,48, 23.76, 29.04, 34.32}
\lambda = 21, \lambda - 18.48 < 23.76 - \lambda. Therefore, \lambda is closer to 18.48 -> Best value = 18.48