search for: xfactor

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

Did you mean: factor
2011 Jan 22
1
Plotting by factor with xts
...11-01-21 "VOQ" "13.77" 2011-01-21 "VPV" "11.97" 2011-01-21 "VTJ" "14.74" 2011-01-21 "VTN" "13.16" 2011-01-21 "XAA" "12.82" > is.xts(x) [1] TRUE I've made the symbols a factor > head(xFactor) symbol <NA> <NA> <NA> <NA> <NA> AFB AKP APX AYN BAF BBF 154 Levels: AFB AKP APX AYN BAF BBF BBK BFK BFO BFZ BIE BJZ BKK BKN BLH ... XAA Each factor represent a time series on closing prices. I would like to plot those 154 time series on a...
2010 Nov 12
0
[LLVMdev] [llvm-commits][PATCH] elfobjectwriter patch (ARM/MC/ELF)
...f the llvm:  namespace >> 2. consistency - try to maintain as small a delta between the changes >> 3. linking - minimize the number of additional cross dependency >> between the existing libraries >> 4. clarity - avoid special case switching as much as possible - >> 5. Xfactor - how clean is the overall resulting design? >> >> The possible  ways forward I see are >> >> SMALL: keep the code nearly as is - place a switch inside >> ELFObjectWriter::RecordRelocation and dispatch to >> ELFObjectWriterImpl::RecordRelocation<ARCH> >&...
2007 Jun 05
0
[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image
...an class="cx"> void SetPalette(const wxPalette& palette ) ; </span><span class="cx"> void SetRGB(int x , int y , unsigned char red , unsigned char green , unsigned char blue ) ; </span><span class="cx"> wxImage ShrinkBy( int xFactor , int yFactor ) const ; </span><del>- </del><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxImage Size(const wxSize& size, const wxPoint pos, int red = -1, int green = -1, int blue = -1); </ins><span class="cx"> }; &l...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...\param unsigned char -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> void SetRGB(int x , int y , unsigned char red , unsigned char green , unsigned char blue ) ; </span><ins>+ wxImage ShrinkBy( int xFactor , int yFactor ) const ; + </ins><span class="cx"> }; </span><span class="cx"> </span><span class="cx"> </span></span></pre> </div> </div> </body> </html>