Displaying 2 results from an estimated 2 matches for "aaci".
Did you mean:
aac
2010 Aug 03
4
mixing strings and numeric doubles in an array
...A
2224 7.54688 -0.026210
3 19950331 EWST 10001 3 EWST A
2244 7.50000 0.006377
However when I call the part of the array dealing with the Ticker, I
get:
> stocks[2,2]
[1] EWST
16185 Levels: A AA AAA AAAB AAABB AAB AABC AAC AACB AACC AACE AACI ...
ZVXI
Thus, when I reference this later, I get a numeric result and not the
symbol? Is this because I need to change the format of stocks[,2] or
because it has these extra "levels".
For example:
# START FIRST PORTFOLIO
port1=matrix(0, ctr,3)#matrix for portfolio startin...
2009 Apr 07
8
Can you provide me some information on music players using ogg.
Hi ,
I am planning to use an open source .ogg player on my ARM simulator on
QEMU ( for ARM Application Baseboard ) .
So far I have been able to bring up a Linux kernel 2.6.26.5 on the
simulator . Right not I want an open source ogg vorbis player which I can
use to call the libraries and play some files . However the catch is that I
need the APIs exposed of the player application to me . I am