search for: k_rr

Displaying 2 results from an estimated 2 matches for "k_rr".

Did you mean: _rr
2011 Apr 28
1
DLSODA error
...2.91, 2.90, 2.94, 3.09, 3.17, 3.14, 3.37, 3.40, 3.50, 3.58, 3.55, 3.70, 3.90, 3.77) c10 <- c(4.39, 4.22, 4.27, 4.21, 4.25, 4.34, 4.47, 4.40, 4.46, 4.64, 4.73, 4.60, 4.87, 4.96, 5.09, 5.10, 5.08, 5.26, 5.54, 5.37) T = 20 #definining -log-likelihood function minusloglik <- function(K_vv, K_rv, K_rr, theta_v, theta_r, Sigma_rv, Sigma_rr, lambda_v, lambda_r){ # #solving ODEs as functions of "parameters" parameters <- c(K_vv, K_rv, K_rr, theta_v, theta_r, Sigma_rv,...
2011 Mar 31
0
dfsane arguments
...t work. I get the error message "unexpected end of input". So what inputs am I missing here? As I understand it the arguments I have excluded from dfsane(), such as control, are set to default? parameters <- c(K_vv = 0.0047, K_rv = -0.0268, K_rr = 0.3384, theta_v = 107.4039, theta_r = 5.68, Sigma_rv= 0.0436, Sigma_rr= 0.1145, lambda_v= 0, lambda_r= -0.0764 ) state <- c(b_1 = 0, b_2 = 0,...