Complement of cumulative Normal distribution function Q(x)
double cumul_normal_complem( double x )
Returns the value of the complement of cumulative Normal distribution function Q(x)
EX1
void cumul_normal_complem_ex1() { double x = 2.012, p; p = cumul_normal_complem(x); out_double("Results:", p); //Results:0.02211 }
cumul_normal
origin.h