search for: semrau

Displaying 2 results from an estimated 2 matches for "semrau".

2006 Oct 12
1
using speex in C#
...'t find any useful info on it. You may want to search for this if you require the Speex code to be managed code. If you are ultimately successful using Speex in C#, please post to the list or email me... I'd be interested to hear which approach you settled on. Good luck, Tom "Semrau, Szymon" <Szymon.Semrau@axa.pl> wrote: > > Hi there! > > Is there any possibility to use it in C#? > > Any help please... > > Regards > > Szymon
2009 Nov 18
0
xts timeseries
Hi, I try to calculate the correlation between macroeconomic data from FRED vs Market Data However, since the timeseries are not in synch, the correlation fails. require(quantmod) USPBS =get(getSymbols("USPBS", src="FRED" )) USPBS = USPBS['1983-1-1::'] monDMANEMP = Cl(to.monthly(USPBS)) > length(monDMANEMP) [1] 312 > head(monDMANEMP) USPBS.Close