We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0520a2 commit 0c2a69dCopy full SHA for 0c2a69d
stan/asymp_approx.stan
@@ -1,5 +1,5 @@
1
/*Asymptotic approximation using four terms using Theorem 1 of Gaunt et al. 2019 */
2
-real log_Z_COMP_Asymp_new(real log_mu, real nu) {
+real log_Z_COMP_Asymp(real log_mu, real nu) {
3
// Asymptotic expansion of Z(mu, nu) with four terms.
4
// Based on equations (4) and (31) of doi:10.1007/s10463-017-0629-6
5
real nu2 = nu^2;
0 commit comments