search for: h_c

Displaying 1 result from an estimated 1 matches for "h_c".

Did you mean: h2c
2018 Feb 02
1
R-gui sessions end when executing C-code
.../* Make ready integer and double constants */ PROTECT(N); n_prot++; PROTECT(H); 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;...