Displaying 20 results from an estimated 46 matches for "rny".
Did you mean:
any
2014 Feb 28
2
Tesla shader ISA question
Hello,
I've recently run into an unknown bit in Tesla shaders, and was hoping
you could shed some light on it. I believe they're related to clamping
of some sort. Here are 2 examples (from diff shaders):
a0000401 cc054780 cvt rpi f32 $r0 f32 $r2 [unknown: 00000000 00010000]
a000060d 8c014780 cvt rni s32 $r3 f32 $r3 [unknown: 00000000 00010000]
[This is intel-style syntax, cvt =
2009 Nov 12
1
Substituting vectors into a legend
I have a simple (!) problem. What I want to do is to create a legend with
Greek letters, and substituting numbers into the legend. Like this:
mu=1:3
Mean=rep(mu, each=20)
plot(runif(60), rnorm(60,Mean,0.1), pch=Mean) # create a plot
legend(0.6,1.7, paste("mu =", 1:3), pch=mu)
but with a Greek letter mu.
I think the solution has something to do with substitute() possibly along
with
2004 Sep 29
0
[Fwd: OpenBUGS]
This is slightly off-topic, but there was a discussion about MCMC a
couple of weeks ago. OpenBUGS can operate from R, at least in Windows
(there are some problems in Linux at the moment).
The interface with R is one are that there are plans to work on: it's a
bit basic at the moment.
Bob
--
Bob O'Hara
Dept. of Mathematics and Statistics
P.O. Box 68 (Gustaf H??llstr??min katu 2b)
2014 Dec 21
2
How to force checksum in dry-run
I want to use rsync to diff two folders (with checksum) by using dry-run and itemize changes like this:
rsync -rni --checksum /dir1/ /dir2/> ~/Desktop/diff.log
However, I read that in --dry-run rsync wont do checksums. Is this true? If it is, is there a way to force checksums i dry-run mode?
2010 Mar 08
5
Dialplan behaviour
I have this
[TRONCAL-SIP]
exten=>225/91,1,Answer
exten=>225/91,2,Echo
exten=>225/91,3,Hangup
exten=>225/92,1,Answer
exten=>225/92,2,Playback(conf-invalid)
exten=>225/92,3,Hangup
When I make a call
CLI> -- Recv IAM CIC=8 ANI=91 DNI=225 RNI= redirect=no/0 complete=1
Dont work
If I add this rule
exten=>225,1,Answer
Works ok
-------------- next part --------------
2012 Jun 15
1
R under JVM
Dear all,
first of all I apologize for not having changed the object.
I just re-used an old email I sent some time ago.
The let us go into the question.
Our architecture is the following:
A (set of) java programs running under a jvm that passes data and instructions to an R instance via RNI
and at the end of the process extracts calculated data from R.
The question is: can I
2007 May 14
2
[LLVMdev] reading a module from a memory string (BitCode)
>> Apparently BitcodeReader.h is only in lib/Bitcode/Reader/ but not in
>> include, so a make install does not install it.
>I'm not sure what you mean... the header is in include/llvm/Bitcode.
>> Is it supposed to be accessible from applications? How exactly? I feel that
>> some install rule is missing; after a sudo make install,
>> grep -rn BitcodeReader
2003 Jul 11
2
Offsets in glmmPQL?
I've got a colleague who's using a GLMM to analyse her data, and I've
told her that she needs to include an offset. However, glmmPQL doesn't
seem to allow one to be included. Is there anyway of doing this?
Bob
--
Bob O'Hara
Rolf Nevanlinna Institute
P.O. Box 4 (Yliopistonkatu 5)
FIN-00014 University of Helsinki
Finland
Telephone: +358-9-191 23743
Mobile: +358 50 599
2014 Apr 09
0
Tesla shader ISA question
Hi Ilia, sorry for the slow response.
This isn't my area of expertise, but as I understand it:
* You've correctly decoded both instructions:
* The first is a float32-to-float32 conversion, applying ceil()
* The second is a float32-to-signed-int32 conversion, rounding to
the nearest even integer
* For the {float,int}-to-{float,int} operations, bit 48 indicates
whether the
2004 Oct 20
2
Odd behaviour with scale()
Moi!
A student here has been getting a bit irritated with some side effects
of scale() (OS is Windows XP, the behaviour occurs in R 2.0.0, but not
1.7.1). The problem is that she scales a variable in a data frame, then
does a regression, and tries to get some predictions for some new data.
However, at this point she gets an error (see the example below). This
seems to be because the
2009 Aug 18
1
Get SS7 Hangup Code as Asterisk variable.
I'm making outbound calls by placing call files in the asterisk outgoing
directory. At times, the call would be hung by SS7 without even
attempting (due to error in the outgoing number). I get the following on
console:
-- Attempting call on ss7/9297210213 for s at croom:1 (Retry 1)
-- Sent IAM CIC=22 ANI=9134904821 DNI=9297210213 RNI=
-- SS7 hangup 'SS7/callserver/22'
2014 Dec 21
1
How to force checksum in dry-run
I chose rsync over diff -r because diff -r is a binary comparison and it takes longer than creating a checksum. Isn't that correct?
I did not understand this:
> Rsync isn't even smart enough to not bother checksumming things that don't even have a comparison file.
--checksum seems to work as you say even in --dry-run mode. At least it takes a lot of time, which should be a good
2004 Mar 19
2
Odd behaviour of step (and stepAIC)?
I can only assume I'm betraying my ignorance here, but this is not what
I would expect.
I'm getting the following from a stepwise selection (with both step and
stepAIC):
> step(lm(sqrt(Grids)~ SE + Edge + NH), scope=~ (Edge + SE + NH)^2)
Start: AIC= 593.56
sqrt(Grids) ~ SE + Edge + NH
Df Sum of Sq RSS AIC
<none> 2147.0 593.6
+ Edge:NH 1
2003 Mar 27
5
Plot of Canonical Correlation Analysis
Dear all,
I didn't find any graphical solution in the package "mva" to plot the
canonical scores from a CCA (canonical correlation analysis).
Does anybody knows how to plot or has anybody already programmed :
- the map of the canonical scores,
- the graph of the canonical weights,
- the correlation circle i.e. the canonical loadings ?
Thank you for help ...
2006 Apr 02
0
denpro_0.8.1
Dear R users,
Version denpro_0.8.1 of denpro package is available.
Denpro is a package for visualization of multivariate functions, sets,
and data.
It is specialized for visualizing multivariate density functions
and density estimates.
A basic tool is a level set tree,
which makes a recursive approximation of a multivariate function.
With the help of level set trees one may define shape
2003 Jul 02
1
Maximisation of likelihood of a discrete parameter
Moi!
I have a problem where I want to find the ML estimate of a discrete
parameter. I just want a function like optim that finds the max/min
value for a function. Does anyone know of such a function for R?
Thanks.
Bob
--
Bob O'Hara
Rolf Nevanlinna Institute
P.O. Box 4 (Yliopistonkatu 5)
FIN-00014 University of Helsinki
Finland
Telephone: +358-9-191 23743
Mobile: +358 50 599 0540
Fax:
2004 Dec 19
1
Different graph type can coexisti??
Please consider a data frame
A B C D
1 4 5 0
2 3 2 75
3 4 1 84
4 5 1 90
5 3 0 100
Is there a way to plot column B and C as barplot *and* D as line on the same
graph??
R-2.0.1 powered by Mandrake 10.1
-------------------------------------------------------------------------------------------------------------------------
Landini dr. Massimiliano
Tel. mob. (+39) 347 140 11 94
Tel./Fax. (+39)
2006 Apr 02
0
denpro_0.8.1
Dear R users,
Version denpro_0.8.1 of denpro package is available.
Denpro is a package for visualization of multivariate functions, sets,
and data.
It is specialized for visualizing multivariate density functions
and density estimates.
A basic tool is a level set tree,
which makes a recursive approximation of a multivariate function.
With the help of level set trees one may define shape
2010 Nov 14
0
[ANNOUNCE] xorg-server 1.9.2.901 (1.9.3 RC1)
...tz: Fix make distcheck
Version bumped to 1.9.2.901 (1.9.3 RC1)
Joe Shaw (1):
fix a sign problem with valuator data.
Julien Cristau (1):
os: include dix-config.h, not xorg-config.h
Kristian H?gsberg (1):
Set DamageSetReportAfterOp to true for the damage extension
Micha? G?rny (2):
kdrive: Fix tslib check fallback to set TSLIB_LIBS. #30599
kdrive: Fix linking with tslib, with -Wl, --as-needed. #30600
Paulius Zaleckas (1):
KDrive: Fix error handlig in tslib driver
Peter Hutterer (4):
dix: don't create core motion events for non-x/y valuators....
2017 Sep 20
0
arguments imply differing number of rows
4000:6000 gives you 4000, 4001, ..., 6000. I suspect you want
population= c(seq(4000, 6000, length=5), seq(3500, 4300, length=5),
seq(3000, 3200, length=5))
Bob
On 20 September 2017 at 17:07, Shivi Bhatia <shivipmp82 at gmail.com> wrote:
> Hi Team,
>
> I using the syntax as:
>
> data.df<- data.frame(
> city= c(rep(c("Delhi",