Displaying 2 results from an estimated 2 matches for "potf".
Did you mean:
popf
2008 Sep 26
1
Vista Games
Hello, bought a notebook with Vista preinstalled and before ripping it off I decided to copy some of it's stuff to run it under wine. I really like the new games...
But they don't work in wine.
Code:
whisper at potf:~/.wine/drive_c/Program Files/Microsoft Games/Hearts$ wine Hearts.exe
wine: Call from 0x1022b10 to unimplemented function KERNEL32.dll.WTSGetActiveConsoleSessionId, aborting
err:seh:cxx_frame_handler invalid frame magic 19930522
wine: Unimplemented function KERNEL32.dll.WTSGetActiveConsoleSessionId...
2016 Apr 22
0
non-numeric argument to binary operator problem in stock analysis
...numeric argument to binary operator problem in stoc
thank you guys first.
library(quantmod)library(quadprog)library(stockPortfolio)library(fPortfolio)library(tseries)source("efficientFrontierFunction.r")
myenv <- new.env()##Calculate the mean and sd of the monthly returns of each stocksPotf <- c('IBM', 'KO', 'C', 'TSLA', 'F')getSymbols(Potf, from="2011-01-01", env=myenv)ts<-do.call(merge,eapply(myenv, Ad))
#we allocate equal weights to every stocksstocks <- c('IBM'=.20, 'KO'=.20, 'C'=.20, 'TSLA'...