search for: ymu

Displaying 3 results from an estimated 3 matches for "ymu".

Did you mean: mmu
2003 Jun 18
2
dyn.load() function problem help!
...essage. The command I input below in R is: >dyn.load("aaa.so") The reslut is: error in dyn.load(x,as.logical(local),as.logical(now)): unable to load shared library "/home/user/fortran/aaa.so": ld.so.1: /usr/local/lib/R/bin/R.bin: fatal: relocation error: file /home/ymu/ft/aaa.so: symbol _F90free: referenced symbol not found. Does this mean that the shared library was not built successfully or my fortran subroutine has some errors? Any answers to my problem will be very much appreciated! Best, Yunming *^_^*
2011 Jan 21
1
help! complete the reviewer's suggest: carry out GA+GP (gaussian process)!
...ict(test_y,test_data_best,model);) If I have the obsved train_y,test_y and the predicted train_pred and test_pred, some statistical parameter can be calculated. But For GP, how can i get the predicted values? (from GP website: http://www.gaussianprocess.org/gpml/code/matlab/doc/) prediction: [ymu ys2 fmu fs2 ] = gp(hyp, inf, mean, cov, lik, x, y, xs); here, the "ymu" are the predicted values that similar to "test_pred" in libsvm? I hope all friends can give me a hand, sincere there are little days i should upload my revised manuscript, but until now this quest ca...
2011 Jan 22
0
how to call BayesX in R to see the graph
...dict(test_y,test_data_best,model);) If I have the obsved train_y,test_y and the predicted train_pred and test_pred, some statistical parameter can be calculated. But For GP, how can i get the predicted values? (from GP website: http://www.gaussianprocess.org/gpml/code/matlab/doc/) prediction: [ymu ys2 fmu fs2 ] = gp(hyp, inf, mean, cov, lik, x, y, xs); here, the "ymu" are the predicted values that similar to "test_pred" in libsvm? I hope all friends can give me a hand, sincere there are little days i should upload my revised manuscript, but until now this quest can n...