search for: fa5

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

Did you mean: a5
2013 Jan 27
2
Loops
...procedure in a compact way. Consider that p is a matrix composed of 100 rows and three columns. I need to calculate the sum over some rows of each column separately, as follows: fa1<-(colSums(p[1:25,])) fa2<-(colSums(p[26:50,])) fa3<-(colSums(p[51:75,])) fa4<-(colSums(p[76:100,])) fa5<-(colSums(p[1:100,])) and then I need to apply to each of them the following: fa1b<-c() for (i in 1:3){ fa1b[i]<-(100-(100*abs(fa1[i]/sum(fa1[i])-(1/3)))) } fa2b<-c() for (i in 1:3){ fa2b[i]<-(100-(100*abs(fa2[i]/sum(fa2[i])-(1/3)))) } and so on. Is there a more effi...
1997 Feb 05
0
bliss version 0.4.0
...A_1W]ZP)\H;H''&BA86^:&19/X5NXZ7\@,/&L8]8Z[N3XU>^ Z3#P0)KP(*NB<L7*/A)]DR_A\$=.BRBN4V6V4/LQP:]I"_W<B$])LRCIGDCWP Z]&%F^YZ5M!+D"+*CF?;2+LXH8,[;''A&Z]V0.Z7;/V)#%<F]O%T4:9:Q^\=E. Z3%/6>.O+Y?=VZ^X''L#X<!AJ^TQL13;4<KLS\F&5,^`G%:FA5?F5&^(BL<$<: Z4/+''3E#]B\0&I$2U*_2S6?[<7M"@AGH!X=9?;CZHXF''D+S?]&)W_A''*]&V4O Z#4A4VL0LZWL<>A-MA2B.EYB6FG[0`\@B8)!RLH08_%PY*+@3BHC7>3BD8N8L Z+!1:G;+PYF3]$6YL*V]^8TDEEN&V8@FEZV@(.IKK3#:RN(KU/]''FFS(=NLFB ZHEJ5<C<_84D^F\R...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *