Hi there, so I have two normal distributions and I know how to combine them into a single normal distribution with a new mean and deviation.
I also know I can pull up a calculator and use the normal CDF by inputting the mean, deviation, and upper/lower bounds to get a probability.
Can anyone help me figure out how I can calculate the probability in C++?
(using the mean, deviation, upper and lower bounds which I plan on using 0 for lower and something like 999999 for the upper)