Displaying 20 results from an estimated 3800 matches for "stock".
Did you mean:
stack
2010 Aug 03
4
mixing strings and numeric doubles in an array
I have an array called "stocks" which contains numeric dates, ticker
symbols,prices, etc.
> stocks[1:3,]
DATE TICKER PERMNO EXCHCD TSYMBOL TRDSTAT SHROUT PRC
RET
1 19950131 EWST 10001 3 EWST A
2224 -7.75000 -0.031250
2 19950228 EWST 10001 3...
2015 Dec 08
2
yum errors
...gt;>
>>> yum update
>>> Loaded plugins: fastestmirror, presto
>>> Setting up Update Process
>>> Loading mirror speeds from cached hostfile
>>> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock><http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock>> error was
>>> 1...
2007 Jul 26
1
Download multiple stock quotes in a loop
Hi all,
this should be a simple question, but I haven't been able to do it
right. I am trying to download multiple stock quotes in a loop, so that
every timeseries is safed with the symbol of the stock. Can anybody help
me out? Here's the code:
require(tseries)
startd <- "2000-06-01"
stocks <- c("bmw.de", "vow.de", "dte.de")
for(stock in stocks)
stock <- as.time...
2015 Dec 08
3
yum errors
...repo and now I again get:
>
> ----
>
> yum update
> Loaded plugins: fastestmirror, presto
> Setting up Update Process
> Loading mirror speeds from cached hostfile
> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock> error was
> 12: Timeout on http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock: <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock:>...
2011 Mar 16
3
Reorganize data frame
Hi group,
I am trying to convert the organization of a data frame so I can do some
correlations between stocks,
I have something like this:
stock.returns <-
data.frame(rbind(c("MSFT","20110301",0.05),c("MSFT","20110302",0.01),c("GOOG","20110301",-0.01),c("GOOG","20110302",0.04)))
colnames(stock.returns) <- c("Ticke...
2015 Dec 08
4
yum errors
...>>>>> Loaded plugins: fastestmirror, presto
>>>>> Setting up Update Process
>>>>> Loading mirror speeds from cached hostfile
>>>>> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock><http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock>> error was
>>>&g...
2008 Jun 01
2
how to analyze time series structures?
h?, I am preparing undergraduate thesis If you help me this would make me
feel good.
First I need to analyze effect of Dow Jones Industrial average(DJIA)'s
return on Istanbul Stock Exchange(ISE). I want to use Markov-Switching
Bayesian Vector Autoregression Models (MSBVAR) that is used to examine the
effect of a large economy?s stock exchange movement on a small economy?s
stock exchange movement. The foreign stock exchange index follows its own
dynamics (an AR process is use...
2009 Feb 04
1
need help converting data.frame to time series
Hi
I am a new R user and need some help converting a data frame object to time series.
1. My input is a CSV file, contents something like these:
DATE ,STOCK ,RETURN-A ,RETURN-B, etc.
2009/02/02 ,A ,0.01 ,0.011
2009/01/30 ,A ,0.01 ,0.011
2009/01/29 ,A ,0.01 ,0.011
2009/01/28 ,A ,0.01 ,0.011
2009/02/02 ,B ,0.01 ,0.011
2009/01/30 ,B ,0.01 ,0.011
2009/01/29 ,B ,0.01 ,0.011...
2004 Sep 24
2
Intrduction of function
Hi all: I've written a function and saved the worksapce.When the workspace of my function is re-open,I want display some introduction or step by step guidance of the function for the users.How can I do it? Thanks a lot!
My best regards!
2012 Sep 18
1
creating graphs using Rook
hi,
I m said to display graph in browser using Rook.
So i found a code i.e
library(Rook) # for web functionality
library(ggplot2) # for graphing
library(tseries) # used to grab time series from yahoo for stock symbols
library(plyr) # data tweaks
PIC.DIR = paste(getwd(), 'pic', sep='/')
# define the web page form
newapp = function(env) {
req = Rook::Request$new(env)
res = Rook::Response$new()
if (!is.null(req$POST())) {
stock.symbol <- req$POST()[["...
2011 Feb 15
4
string parsing
I am trying to get stock metadata from Yahoo finance (or maybe there is
a better source?)
here is what I did so far:
yahoo.url <- "http://finance.yahoo.com/d/quotes.csv?f=j1jka2&s=";
stocks <- c("IBM","NOIZ","MSFT","LNN","C","BODY","F&quo...
2015 Dec 08
0
yum errors
...;> yum update
>>>> Loaded plugins: fastestmirror, presto
>>>> Setting up Update Process
>>>> Loading mirror speeds from cached hostfile
>>>> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock><http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock>> error was
>>>&g...
2013 Oct 23
16
which kernel do people use?
Hi all,
I'm doing a very informal and unscientific poll: which kernel do you use
on your CentOS machines? Not which version of the CentOS kernel, but
which repository. Here are some examples I can think of off the top of
my head:
==CentOS stock
==build own from CentOS SRPMs
==kernel-ml (from ELRepo)
==kernel-lt (from ELRepo)
==OpenVZ kernel
==build own from kernel.org
==other?
One reason I'm curious is that on occasion there are features that I
would like to have from a newer kernel (e.g., --want-replacement from
md) that (AFAICT) ar...
2015 Dec 08
5
yum errors
...aded plugins: fastestmirror, presto
>>>>>>> Setting up Update Process
>>>>>>> Loading mirror speeds from cached hostfile
>>>>>>> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock><http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock>> error was
>>>&g...
2010 Mar 18
5
One-time script to update 1000s of values in a single column in a table: nil error?
Hi, I have a model called Stock with a value called "strength." I
wrote a simple method in the Stock.rb model file to update the value
of "strength" for each record in the stocks table. I created a
controller called fix_controller.rb. I don''t have access to the live
system, so the idea is that an admi...
2015 Dec 08
0
yum errors
...;>> Loaded plugins: fastestmirror, presto
>>>>>> Setting up Update Process
>>>>>> Loading mirror speeds from cached hostfile
>>>>>> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock><http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock>> error was
>>>&g...
2011 Jun 09
3
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...A) gcc 4.5.4svn using -msse3 -ffast-math -O3 -fno-tree-vectorize
B) gcc 4.5.4svn/dragonegg using -msse3 -ffast-math -O3 -fno-tree-vectorize -fplugin-arg-dragonegg-enable-gcc-optzns
C) gcc 4.5.4svn/dragonegg using -msse3 -ffast-math -O3 -fno-tree-vectorize
Compile time (seconds)
Benchmark A) stock B) gcc 4.5.4/ C) gcc 4.5.4/
gcc 4.5.4 dragonegg/optzns dragonegg
ac 0.61 1.65 0.32
aermod 31.24 25.83 21.02
air 1.74 1.49 0.81
capacita 0.83 0.80 0.44
channe...
2012 Jul 23
2
Bug in my code (finding nonzero min)
...alculating the
nonzero min for each row of a matrix? I have a bug somewhere in the is
section of code. My first guess is how I am find the the nonzero min of each
row of my matrix. The overall idea is to make sure I am investing all of my
money, i.e. new.set is a set of indicator variables for each stock for a
particular portfolio, i.e. 0=did not buy, 1=bought. y are the stocks I could
still buy, assuming I have the money, data3[,5] are their cost, so for each
portfolio, i.e. the rows of new.set I have the option to purchase another
stock at a cost listed in the rows of variable remain. Obvisouly t...
2015 Dec 08
0
yum errors
...;>> Loaded plugins: fastestmirror, presto
>>>>>> Setting up Update Process
>>>>>> Loading mirror speeds from cached hostfile
>>>>>> Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock><http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock <http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock>> error was
>>>&g...
2009 May 03
1
fImport data from Australian stock exchange
Dear all,
I have been importing data into R from yahoo using yahooSeries, however the
older version I was using no longer works with the syntax I have developed.
I downloaded the latest package and it downloads data from the U.S. just
fine, but the ticker codes for the Australian stock exchange (asx) do not
get downloaded.
a simple example, this works (US stock):
stock<-yahooSeries(symbols = "IBM", from = "1999-01-01" , to = Sys.Date(),
source = NULL, frequency = "daily", try = TRUE)
but this does not (asx stock):
stock<-yahooSeries(symbols =...