Displaying 1 result from an estimated 1 matches for "mu2_c".
Did you mean:
mu2
2018 Feb 02
1
R-gui sessions end when executing C-code
...n_prot++;
PROTECT(K); n_prot++;
int N_c = asInteger(N);
int H_c = asInteger(H);
int K_c = asInteger(K);
double mu_c = asReal(mu);
double mu2_c = 1.0 - mu_c;
double error_c = asReal(err);
double lowest_double = 1e-15;
double tmp_c;
double denom;
double error_temp;
double error_i_c...