I know how to calculate CI in R and Matlab, but for a new webapp I'd like to use some c++ code or c#, for and easier implementation.
A really simple method could be to use as confidence interval bounds, the 5th and 95th quantiles. An example of code for quantile calculation is the follow: http://cplusplus.happycodings.com/Beginners_Lab_Assignments/code52.html
My question is: do you have some code in c++ or c# for computation of CI with BCa?