search for: xxt

Displaying 4 results from an estimated 4 matches for "xxt".

Did you mean: txt
2010 May 21
2
Data reconstruction following PCA using Eigen function
...0.1088066 -0.32197951 0.46665158 -1.72560781 0.7375796 0.2794331 1.00171777 -0.1087306 1.2519195 -0.8848459 Sample10 -0.3651829 1.00253167 -0.12004007 0.34972942 -2.1310389 0.7162622 -0.19072440 -2.0173607 -0.9407956 -2.4224372 I first multiply the matrix by the transposed matrix: > xxt=adjusted_dummyset %*% t(adjusted_dummyset) > xxt Sample1 Sample2 Sample3 Sample4 Sample5 Sample6 Sample7 Sample8 Sample9 Sample10 Sample1 16.045163 -1.1367278 -2.5390033 -1.4762231 1.0158736 -1.8408484 -5.8176751 -1.5163240 3.5304834 -6.2647180 Sample2 -1...
2009 May 06
3
Polycom Dialplan Digitmaps
...ed to migrate the settings. Seems I'm missing something from the old configs though, and I need some help figuring out why these expressions lock up the new phone. Old Configs <digitmap dialplan.digitmap="[2-9]11|[*]xx|891xxx|[1-7]xxx|8[0-46-8]xx|8500|851xxx|9,1[2-9]xxxxxxxxx|9,xxxxxxxT" dialplan.digitmap.timeOut="3"/> Template from Polycom <digitmap dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT" dialplan.digitmap.timeOut="3|3|3|3|3|3"/> Anyone have any insight or suggestions on this issue, and...
2014 Sep 30
1
Package Rcpp: Question conerning source code of cpp files and related question
...advance! Best, Martin crossp.cpp: #include <RcppArmadillo.h> // [[Rcpp::depends(RcppArmadillo)]] using namespace Rcpp; using namespace arma; //[[Rcpp::export]] NumericMatrix crossp3(NumericMatrix Xr) { int n = Xr.nrow(), k = Xr.ncol(); arma::mat X(Xr.begin(), n, k, false); arma::mat XXt = X.t()*X; return Rcpp::wrap(XXt); } [[alternative HTML version deleted]]
2000 Sep 11
0
SAMPLS R implementation : pbm with algorithm application
...atrix of responses, h the number of latent variables extracted XT is for X matrix transposed x* is for the quantities for one sample (y* is the response predicted from the model derived; i used one to test my R traduction compared to the R pls module ) Calculate the covariance matrix C=XXT and c*=Xx* for prediction y is centered and become y1 y*1=0 For h =1,2,3...hmax s=Cyh center s working scalar for prediction sample s*=c*Tyh orthogonalize s to previous t: for g=1,...(h-1), s=s-(tgTs/tgTtg)tg orthogonalize s* to previous...