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 bc534a3 commit 302c3cfCopy full SHA for 302c3cf
R/0_estimation.R
@@ -57,7 +57,7 @@ dtheta_mu_default <- function(model, market, theta, dtheta=diag(length(theta)))
57
num3 = dvPsivec * dtheta_NablaGstar(arumsH,t(mu),market$m,dthetaH,xFirst=FALSE)
58
#
59
dmu = -solve(denom, num1)
60
- num = cbind(num1, num2, num3)
+ #num = cbind(num1, num2, num3)
61
62
return(list(mu= c(mu),mux0s=mux0s, mu0ys=mu0ys,dmu=dmu))
63
}
0 commit comments