Displaying 20 results from an estimated 33 matches for "rtz".
Did you mean:
rtc
2012 Nov 30
3
[LLVMdev] Tablegen bug???
...meR.startswith("MDIL.fma.rte.")) return AMDILIntrinsic::AMDIL_fma_rte;
if (NameR.startswith("MDIL.fma.rtn.")) return AMDILIntrinsic::AMDIL_fma_rtn;
if (NameR.startswith("MDIL.fma.rtp.")) return AMDILIntrinsic::AMDIL_fma_rtp;
if (NameR.startswith("MDIL.fma.rtz.")) return AMDILIntrinsic::AMDIL_fma_rtz;
…
and several other similar instances.
2012 Nov 30
2
[LLVMdev] Tablegen bug???
...MDIL.fma.rte.")) return AMDILIntrinsic::AMDIL_fma_rte;
>> if (NameR.startswith("MDIL.fma.rtn.")) return AMDILIntrinsic::AMDIL_fma_rtn;
>> if (NameR.startswith("MDIL.fma.rtp.")) return AMDILIntrinsic::AMDIL_fma_rtp;
>> if (NameR.startswith("MDIL.fma.rtz.")) return AMDILIntrinsic::AMDIL_fma_rtz;
>> …
>> and several other similar instances.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs....
2009 Mar 06
1
Problems while transferring big files
Hello there,
is it a known issue/problem with rsync transferring big files (let's say
over 0,5 GB)? I'm using "rsync -rtz" to transfer over an SSH tunnel and
I always get
12 Error in rsync protocol data stream
Any suggestions on how to solve this? Maybe removing "z" compression
could be helping? At this regard: how does compression work? When is it
done? I mean, are the files *first* compressed on the...
2013 Jul 12
2
rsync error 3.0.6
...receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.6]
yum.log says, rsync was not updated this morning.
Both Versions 3.0.6
The command is like:
/usr/bin/rsync --password-file=/etc/rsync.server --delete --backup
--backup-dir=/backup1 --bwlimit=5000 -rtz user at server::dir/ /backup/
any idea?
--
Viele Gr??e
i.V. Helmut Drodofsky
________________________________
Internet XS Service GmbH
He?br?hlstra?e 15
D-70565 Stuttgart
Fon : 0711/781941-0
Fax : 0711/781941-79
Gesch?ftsf?hrer:
Dr. Roswitha Hahn-Drodofsky
HRB 21091 Stuttgart
USt.ID.: DE 190582...
2012 Nov 30
0
[LLVMdev] Tablegen bug???
...th("MDIL.fma.rte.")) return AMDILIntrinsic::AMDIL_fma_rte;
> if (NameR.startswith("MDIL.fma.rtn.")) return AMDILIntrinsic::AMDIL_fma_rtn;
> if (NameR.startswith("MDIL.fma.rtp.")) return AMDILIntrinsic::AMDIL_fma_rtp;
> if (NameR.startswith("MDIL.fma.rtz.")) return AMDILIntrinsic::AMDIL_fma_rtz;
> …
> and several other similar instances.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/l...
2011 Mar 14
3
Kgio - ERROR: Failed to build gem native extension.
Hello guys, I am not able to install kgio. Kgio not working on windows?
I''m using:
rails 3.0.5
ruby 192
gem 1.6.2
Windows XP.
C:\Ruby192\bin>gem install kgio
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing kgio:
ERROR: Failed to build gem native extension.
C:/Ruby192/bin/ruby.exe extconf.rb
2004 Nov 10
2
fSeries
Good morning everyone,
I use for the first time the package fSeries and i try to run the example
given by Diethelm Würtz. But when i run its example which is the following
#
# Example:
# Model a GARCH time series process
#
# Description:
# PART I: Estimate GARCH models of the following type ARCH(2)
# and GARCH(1,1) with normal conditional distribution functions.
# PART II: Simulate GARCH models of the follo...
2013 Jul 03
0
[LLVMdev] Tablegen bug???
...Intrinsic::AMDIL_fma_rte;
> >>> if (NameR.startswith("MDIL.fma.rtn.")) return
> AMDILIntrinsic::AMDIL_fma_rtn;
> >>> if (NameR.startswith("MDIL.fma.rtp.")) return
> AMDILIntrinsic::AMDIL_fma_rtp;
> >>> if (NameR.startswith("MDIL.fma.rtz.")) return
> AMDILIntrinsic::AMDIL_fma_rtz;
> >>> …
> >>> and several other similar instances.
> >>>
> >>> _______________________________________________
> >>> LLVM Developers mailing list
> >>> LLVMdev at cs.uiuc.edu...
2012 Dec 01
0
[LLVMdev] Tablegen bug???
...rte.")) return AMDILIntrinsic::AMDIL_fma_rte;
>>> if (NameR.startswith("MDIL.fma.rtn.")) return AMDILIntrinsic::AMDIL_fma_rtn;
>>> if (NameR.startswith("MDIL.fma.rtp.")) return AMDILIntrinsic::AMDIL_fma_rtp;
>>> if (NameR.startswith("MDIL.fma.rtz.")) return AMDILIntrinsic::AMDIL_fma_rtz;
>>> …
>>> and several other similar instances.
>>>
>>> _______________________________________________
>>> LLVM Developers mailing list
>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
&g...
2013 Jul 12
0
rsync error 3.0.6 [solved]
...eceiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(600)
[receiver=3.0.6]
yum.log says, rsync was not updated this morning.
Both Versions 3.0.6
The command is like:
/usr/bin/rsync --password-file=/etc/rsync.server --delete --backup
--backup-dir=/backup1 --bwlimit=5000 -rtz user at server::dir/ /backup/
any idea?
--
Viele Gr??e
i.V. Helmut Drodofsky
________________________________
Internet XS Service GmbH
He?br?hlstra?e 15
D-70565 Stuttgart
Fon : 0711/781941-0
Fax : 0711/781941-79
Gesch?ftsf?hrer:
Dr. Roswitha Hahn-Drodofsky
HRB 21091 Stuttgart
USt.ID.: DE 190582...
2009 Sep 30
1
Re cursive regression
Hi there, I'm in desperate need to figure out how to solve this issue.
I need to estimate a recursive model for a time series data of asset
returns. The dependent variable is the asset return and then I have a set of
k variables, a lagged value of the dependent variable (plus an intercept) as
regressors. My sample period (monthly observations) starts on Jan 1972. What
I need to do is the
2011 Mar 11
0
Revolutions Blog: Jan/Feb Roundup
...ugh the analysis
of baseball statistics: http://bit.ly/eDv6B8
CRANberriesFeed is a new Twitter feed announcing new packages for R:
http://bit.ly/gAWvKa
The replay and slides are now available for the webinar "Portfolio
design, optimization and stability analysis" presented by Diethelm
W?rtz of the Rmetrics Association: http://bit.ly/dG4fI0
A question on StackOverflow provides some great suggestions for
managing memory usage in an R session: http://bit.ly/glgGSq
doSMP, an open-source package from Revolution Analytics to support
parallel processing in R on Windows, is now available on...
2006 Jun 27
2
UTF-8 and .Rd files
I have been converting to utf8 from latin1, and this gives me
problems, some solved, but here is one unsolved: In my .Rd files, I
have included '\encoding{UTF-8}' at the top. Despite this, the HTML
help pages contains 'content="text/html; charset=iso-8859-1"', and my
name is mangled. What can I do about this?
I'm on Ubuntu (latest), R-2.3.1
Thanks,
G?ran
2010 May 26
0
R/Rmetrics Meielisalp Summer School and User/Developer Workshop 2010
...ints, Vienna
* Charles Roosen, Mainstream Application Development with R, Chippenham
* Stefan Theussl, Many Solvers, One Interface - ROI, the R
Optimization Infrastructure Package, Vienna
* Marc Wildi, Financial Trading: Fundamental and Intrinsic
Perspectives, Zurich
* Diethelm W?rtz, The Hull, the Feasible Set, and Portfolio Risk
Surfaces, Zurich
... this list is still incomplete, about 25 papers will be presented.
Call for Papers:
We invite to submit abstracts presenting innovations or exciting
applications covering the whole spectrum of computational topics in
fina...
2003 May 16
3
ARMA.predict?
Hi there,
Does anyone know how to predict ARMA? It doesn?t have either predict or forecast methods. I found couple of packages called fbasic and fseries at http://www.itp.phys.ethz.ch/econophysics/R/, which has ?arma.predict? in it, but it doesn?t seem to be working. Any help in this regard would be appreciated. Thanks in advance.
Regards
Skanda Kallur
"Prediction is very difficult,
2004 Nov 11
0
ROracle SQL length limitation
...(Roger D. Peng)
33. "<<-" assignment no long work in class methods (Gang Liang)
34. Re: "<<-" assignment no long work in class methods
(Witold Eryk Wolski)
35. Re: R with Sun Studio Fortran 95 compiler (Prof Brian Ripley)
36. Re: fSeries (Diethelm Wuertz)
37. Re: fSeries (Diethelm Wuertz)
38. RSPerl problem with testing (Alicia Amadoz)
39. Re: RSPerl problem with testing (Prof Brian Ripley)
40. smoothing techniques (dave wilton)
41. Re: R works on Fedora Core 3 (Martyn Plummer)
42. Re: R works on Fedora Core 3 (Gavin Simpson)
43. RODB...
2005 Oct 11
10
FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:21.openssl Security Advisory
The FreeBSD Project
Topic: Potential SSL 2.0 rollback
Category: contrib
Module: openssl
Announced: 2005-10-11
2019 Jul 24
0
Compress::Raw::Zlib no longer installed with Perl on Fedora 30?
> On Jul 23, 2019, at 1:04 PM, Marc Schwartz <marc_schwartz at me.com> wrote:
>
> Hi,
>
> I had an issue report from a user of my WriteXLS CRAN package indicating that Compress::Raw::Zlib is apparently not installed by default with Perl on Fedora 30.
>
> Since this appears to be a new issue, I am wondering if one of...
2019 Feb 21
1
Proposed patch for ?Extract
....ch/pipermail/r-help/2019-February/461725.html
I am attaching a proposed patch against the trunk version of Extract.Rd, with wording added to the "Matrices and arrays" section, to note that indexing these object by factors behaves in a manner consistent with vectors.
Regards,
Marc Schwartz
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20190221/56d90a97/attachment.txt>
-------------- next part --------------
2020 Nov 21
0
Error in unsplit() with tibbles
...base R functions, like unsplit(), as you are suggesting, to be compatible with these third party objects, the burden should either be on you to use relevant tidyverse functions, or on the authors of the tidyverse to provide relevant class methods to provide that functionality.
Regards,
Marc Schwartz