search for: zeta2

Displaying 5 results from an estimated 5 matches for "zeta2".

Did you mean: beta2
2010 Nov 18
0
On efficiency, Vectorize and loops
...9; ####################################### # Building the vector process 'Z' (which is a iiN(0,I_d) vector process) # Time varies columnwise Z<-matrix(rnorm(10*n),nrow=10,ncol=n) # Defining the deterministic base functions 'zeta' zeta<-function(u,i){ sqrt(2)+sin(pi*i*u) } zeta2<-function(i){force(i); function(u){ sqrt(2)+sin(pi*outer(i,u)) } } zeta3<-function(u,i){ sqrt(2)+sin(pi*outer(i,u)) } # Building the random functional process 'epsilon' epsilon<-lapply(1:n, function(t)local({force(t); function(u){ epsilon<-0 for (j in 1:10){...
2006 Jun 12
0
New version of Subselect package
...t;) and a modified local search algorithm ("improve"). Previous versions of subselect had three criteria for optimality ("rm", "rv" and "gcd"), based on exploratory data analysis considerations. This new version adds four new criteria ("tau2", "zeta2", "xi2" and "ccr12"), associated with the multivariate linear hypothesis and the well-known test statistics for that hypothesis (Wilks' lambda, Roy's largest root, Pillai's trace and the Hotelling-Lawley statistic). Subselect 0.9-99 also includes two functions t...
2006 Jun 12
0
New version of Subselect package
...t;) and a modified local search algorithm ("improve"). Previous versions of subselect had three criteria for optimality ("rm", "rv" and "gcd"), based on exploratory data analysis considerations. This new version adds four new criteria ("tau2", "zeta2", "xi2" and "ccr12"), associated with the multivariate linear hypothesis and the well-known test statistics for that hypothesis (Wilks' lambda, Roy's largest root, Pillai's trace and the Hotelling-Lawley statistic). Subselect 0.9-99 also includes two functions t...
2007 Jan 05
1
help for memory problem with 64-bit machines
...c_s -lgfortran -lm -lgcc_s -L/usr/lib64/R/lib -lR ** R ** inst ** preparing package for lazy loading ** help >>> Building/Updating help pages for package 'subselect' Formats: text html latex example anneal text html latex example (...) zeta2 text html latex example ** building package indices ... * DONE (subselect) work:/home/jimmy/R # The library is put into: /usr/lib64/R/library/subselect/libs/subselect.so and nm -s give me (in part): work:/home/jimmy/R # nm -s /usr/lib64/R/...
2013 Aug 27
1
Error in simulation. NAN
...t; #define _USE_MATH_DEFINES extern "C" { SEXP Model1_imp11Cpp( SEXP ad_start_r, SEXP ad_end_r, SEXP ad_esp_r, SEXP burnin_r, SEXP thin_r,SEXP iter_1_r,SEXP iter_2_r, SEXP n_j_r,SEXP J_r, SEXP prior_alpha_r,SEXP prior_rho_r,SEXP prior_sigma2_r,SEXP prior_phi_r,SEXP prior_zeta2_r, SEXP sdprop_rho_r,SEXP sdprop_sigma2_r, SEXP start_alpha_r,SEXP start_mu_r,SEXP start_rho_r,SEXP start_sigma2_r,SEXP start_k_r,SEXP start_phi_r, SEXP start_zeta2_r, SEXP x_r,SEXP H_r, SEXP acceptratio_r // SEXP Sigma_adapt_sp_r, SEXP mean_adapt_sp_r, SEXP sim_acc_sp_r, SEXP ep_sp_r...