Skip to content

Commit 302c3cf

Browse files
fix
1 parent bc534a3 commit 302c3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/0_estimation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dtheta_mu_default <- function(model, market, theta, dtheta=diag(length(theta)))
5757
num3 = dvPsivec * dtheta_NablaGstar(arumsH,t(mu),market$m,dthetaH,xFirst=FALSE)
5858
#
5959
dmu = -solve(denom, num1)
60-
num = cbind(num1, num2, num3)
60+
#num = cbind(num1, num2, num3)
6161
#
6262
return(list(mu= c(mu),mux0s=mux0s, mu0ys=mu0ys,dmu=dmu))
6363
}

0 commit comments

Comments
 (0)