Does anybody know anything about the actuary exams?
I was thinking bout trying to pass the first one as a backup/resume builder, but searching around the internet people seem to be claiming they are incredibly hard etc. And perhaps it isn't a good idea to do that, of course it's hard to tell whether people saying it's hard have more/less mathematical proficiency than I do. Does anybody have any experience with them?
btw I have a B.S. in math and am 1 year into a pure math grad program, but am considering getting out with just a masters and heading into industry to do something financial, where passing an actuary exam would really help.
I've notice that astronomers say something is x milliarcseconds (mas) wide or y mas apart, and from there say it is x kilometers wide or y AU apart. So, how do I convert mas into km or au or other units? (And/or sky coordinates into lengths or distances in general, or something?)
If you're asking why doubling the square of -5 is +50 and not -50, if you multiply two negative numbers together, you get a positive number.
double[][] jacobian = new double[x.size()][3];
for (int i = 0; i < jacobian.length; ++i) {
jacobian[i][0] = x.get(i) * x.get(i);
jacobian[i][1] = x.get(i);
jacobian[i][2] = 1.0;
}