Skip to content

Commit 0c2a69d

Browse files
committed
typo crept in
1 parent f0520a2 commit 0c2a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/asymp_approx.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*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) {
2+
real log_Z_COMP_Asymp(real log_mu, real nu) {
33
// Asymptotic expansion of Z(mu, nu) with four terms.
44
// Based on equations (4) and (31) of doi:10.1007/s10463-017-0629-6
55
real nu2 = nu^2;

0 commit comments

Comments
 (0)