Displaying 20 results from an estimated 352 matches for "ky".
Did you mean:
key
2006 Nov 18
1
(no subject)
Hello,
I need help to understand my error in this code... I would like to make a
direct sampler...
thanks
Celine
p<-matrix(c(1,2,3,2,1,4),3,2,byrow=T)
p<-p/sum(p)
ky<-ncol(p)
kx<-nrow(p)
p.vec<-as.vector(t(p))
l<-rmultinom(1,1,p)
l<-(t(l))
m<-(l%%ky)
ifelse (m==0, i<-l/ky && (j<-ky), i<-((l/ky)+1) && (j<-(l %% ky)
_________________________________________________________________
Faites de MSN Search votre page d...
2009 Apr 01
2
Plotting multiple ablines
I really want to do this:
abline(
a=tan(-kT*pi/180),
b=kY-tan(-kT*pi/180)*kX
)
where kX,kY and kT are vectors of equal length. But I can't do that
with abline unless I use a loop, and I haven't figured out the least
unelegant way of writing the loop yet. So is there a way to do this
without a loop?
Or if I am to resort to the loop, what's th...
2006 Nov 30
1
3D histogramm
...t; <celine_appui at hotmail.com>, r-help
><r-help at stat.math.ethz.ch>
>Subject: Re: [R] (no subject)
>Date: Sat, 18 Nov 2006 15:20:38 +0000
>
>I'm not sure what the last line is trying to achieve, but this might
>be what you want:
>
>i <- ifelse(m==0, l/ky, l/ky + 1)
>j <- ifelse(m==0,ky, l %% ky)
>
>
>On 18/11/06, C?line Henzelin <celine_appui at hotmail.com> wrote:
>>Hello,
>>
>>I need help to understand my error in this code... I would like to make a
>>direct sampler...
>>
>>thanks
>>...
2004 Sep 06
1
A naive lsoda question....
...y question is: how do I
pass a parameter that varies with time, like say, phix <- 0.7 +
runif(tmax) in the example below.
# defining function
lotvol <- function(t,n,p){
x <- n[1]; y <- n[2]
rx <- p["rx"]; ry <- p["ry"]
Kx <- p["Kx"]; Ky <- p["Ky"]
phix <- p["phix"]; phiy <- p["phiy"]
dx.dt <- rx*x*(1 - x/Kx) - phix*x*y
dy.dt <- ry*y*(1 - y/Ky) - phiy*x*y
list(c(dx.dt, dy.dt))
}
# running lsoda
nstart <- c(x=0.5, y=0.5)
parms <- c(rx=1, ry=1, Kx=1, Ky=1, phix=1.2,...
2003 Jul 15
2
Windows 98 logon server problem
...message
in the nmbd.log file:
=-=-=
[2003/07/15 12:15:05, 1]
nmbd/nmbd_processlogon.c:process_logon_packet(69)
process_logon_packet: Logon from 192.168.13.189: code = 0x0
=-=-=
I have the following lines (among others) in my smb.conf:
logon home = \\%L\home\%U\.profiles
netbios name = AIP-KY
workgroup = AIP-KY
security = user
encrypt passwords = yes
password level = 8
domain master = yes
preferred master = yes
domain logons = yes
logon script = logon.bat
logon path = \\%L\profiles\%U
logon home = \\%L\home\%U\.profiles
Please let me know if you need any more information!
Louis Na...
2003 Jun 13
1
Workgroup/Domain Browsing
...hat 8.0 server, and it is working great. Keep up the good work guys!
My question involves a VPN connection to the server on a different network segment. I have the following setup:
Internal Network - 192.168.13.0/24
|
|
Red Hat Samba Server - 192.168.13.3 - aip-ky
|
VPN
|
Windows XP Client - 192.168.10.2
On the XP client, I am able to manually specify shares on the samba server using the IP addres:
\\192.168.13.3\data
If I add an entry to my hosts file, I can do the following:
\\aip-ky\data
(lmhosts....
2012 Oct 11
2
Exporting each row in the table as new table
.... I am trying to create
tables in text format from each row of my table and export these tables with
specific attribute in the table. I tried after reading some forums but
nothing worked. Can you please help me.
ex:
dataGT
ID State Year Growth
1 IA 1999 25
2 IA 2000 27
3 KS 1999 35
4 KS 2000 31
5 KY 1999 14
6 KY 2000 18
7 NE 1999 34
8 NE 2000 38
I am trying to have each row of the table as new table and need to export
that table with name of of the ID.
Please help me if possible. Thank you
Kalyani
--
View this message in context: http://r.789695.n4.nabble.com/Exporting-each-row-in-the-ta...
2020 Jan 28
0
matplot.Date & matplot.POSIXct
...missing(x)) {
if(missing(y)) stop("must specify at least one of 'x' and 'y'")
else x <- seq_len(NROW(y))
} else if(missing(y)) {
y <- x; ylabel <- xlabel
x <- seq_len(NROW(y)); xlabel <- ""
}
kx <- ncol(x <- as.matrix(x))
ky <- ncol(y <- as.matrix(y))
n <- nrow(x)
if(n != nrow(y)) stop("'x' and 'y' must have same number of rows")
if(kx > 1L && ky > 1L && kx != ky)
stop("'x' and 'y' must have only 1 or the same number of columns&...
2001 Sep 11
2
Differential Equations Using R?
To whom it may concern,
I am a student at Macaleste College, and next semester Macalester
is going to offer a course for CellBio that is mainly statistically based.
For the most part the students will be using R for analysis. The problem is
there will be some simple differential equations for the students to solve.
The committee that in charge of the classes corriculam would like only to
2005 Jul 24
2
Busy Lamp Field SIP Phone
...h anything. I put Polycom 501's in for everyone else and
they are wonderful.
Does the Cisco 7960 + 7914 work well for such an application? Keep in
mind it has to show free/busy status of 20 although I guess we could get
by with 14 if the 7960 + 7914 is a solid option. I'm in Louisville, KY
if anyone knows of a distributor or retailer that I could demo a unit
from.
Thanks
Craig Bruenderman
Network Advocates, Inc.
9001 Shelbyville Road, 260 Burhans
Louisville, KY 40222
Main: 502-412-1050
Free: 877-412-1050
DID: 502-992-5929
Fax: 502-412-1058
Mobile: 502-548-1100
--...
2017 Feb 09
2
[PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
On Thu, Feb 9, 2017 at 12:45 PM, KY Srinivasan <kys at microsoft.com> wrote:
>
>
>> -----Original Message-----
>> From: Thomas Gleixner [mailto:tglx at linutronix.de]
>> Sent: Thursday, February 9, 2017 9:08 AM
>> To: Vitaly Kuznetsov <vkuznets at redhat.com>
>> Cc: x86 at kernel.org; A...
2017 Feb 09
2
[PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
On Thu, Feb 9, 2017 at 12:45 PM, KY Srinivasan <kys at microsoft.com> wrote:
>
>
>> -----Original Message-----
>> From: Thomas Gleixner [mailto:tglx at linutronix.de]
>> Sent: Thursday, February 9, 2017 9:08 AM
>> To: Vitaly Kuznetsov <vkuznets at redhat.com>
>> Cc: x86 at kernel.org; A...
2011 Sep 02
3
[PATCH] Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
Show a modalias file in /sys/bus/vmbus/devices/*/
Add a helper function to print the same content in modalias and uevent.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
drivers/staging/hv/vmbus_drv.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
--- a/drivers/staging/hv/vmbus_drv.c
+++ b/drivers/staging/hv/vmbus_drv.c
@@ -93,6 +93,14 @@ static void
2011 Sep 02
3
[PATCH] Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
Show a modalias file in /sys/bus/vmbus/devices/*/
Add a helper function to print the same content in modalias and uevent.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
drivers/staging/hv/vmbus_drv.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
--- a/drivers/staging/hv/vmbus_drv.c
+++ b/drivers/staging/hv/vmbus_drv.c
@@ -93,6 +93,14 @@ static void
2009 Sep 26
1
multiple lattice, xyplot & levelplot on same page
...= c(0, 1, 4, 9, 16, 25,? :
? element 1 is empty;
?? the part of the args list of 'length' being evaluated was:
?? (subscripts)"
Any pointers in the right direction would be much appreciated.
#OS: Windows XP 2002 SP3; R: 2.9.2; lattice 0.17-25; latticeExtra 0.6-1
Thanks and regards,
Ky
###########################################################
#Rcode for xyplot and lattice plot on the same page.
library(lattice)
library(latticeExtra)
?
?#xyplot
?x1 <- 0:10
?x2 <- x1^2
?
?p1 <- xyplot(x2 ~ x1
????????? , par.settings = list(layout.width = list(panel=1,? ylab = 2
???????...
2006 Dec 18
4
VCPU affinity
What is the best way to pin VCPUs. It looks like the implementation of affinity currently is at best only "soft".
Regards,
K. Y
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Aug 31
5
R binaries
...erts,
I intend to burn some R CDs to colleagues in Vietnam. I want to put all
binary files for base as well as contributed packages (for both Windows
and Linux). It is very time consuming if I download files by files. Is
there a place a can buy a CD with all the mentioned files?
Regards,
--
Nam-Ky Nguyen, Senior Lecturer
School of Mathematics, Statistics and Computer Science
University of New England, Armidale NSW 2351 Australia
nkn at turing.une.edu.au Tel: +612 6773 2763
http://turing.une.edu.au/~nkn Fax: +612 6773 3312
Please convert Word files into PDF files before sen...
2005 Nov 18
2
R-News 5/2, Bayesian Model Averaging, a detail
...and the black spike points to 0.555. Have I understood this correctly?
Regards, Antti Pirjetä, PhD student, Helsinki School of Economics. Mail to: pirjeta@hse.fi
Muutoksia sähköpostiosoitteissamme: @hkkk.fi-päätteiset osoitteet ovat muuttuneet muotoon @hse.fi. Opiskelijoiden (nyt @ky.hkkk.fi) osoitteen loppuosaksi muuttuu tammikuussa 2006 @student.hse.fi. Vanhoihin osoitteisiin lähetetyt viestit ohjautuvat muutoksen jälkeenkin perille.
Changes in our e-mail addresses: @hkkk.fi has been replaced by @hse.fi. Students' e-mail address (@ky.hkkk.fi) will change in January 2006...
2014 Sep 18
3
Standardizing an MSR or other hypercall to get an RNG seed?
> -----Original Message-----
> From: Paolo Bonzini [mailto:paolo.bonzini at gmail.com] On Behalf Of Paolo
> Bonzini
> Sent: Thursday, September 18, 2014 10:18 AM
> To: Nakajima, Jun; KY Srinivasan
> Cc: Mathew John; Theodore Ts'o; John Starks; kvm list; Gleb Natapov; Niels
> Ferguson; Andy Lutomirski; David Hepkin; H. Peter Anvin; Jake Oshins; Linux
> Virtualization
> Subject: Re: Standardizing an MSR or other hypercall to get an RNG seed?
>
> Il 18/09/2014...
2014 Sep 18
3
Standardizing an MSR or other hypercall to get an RNG seed?
> -----Original Message-----
> From: Paolo Bonzini [mailto:paolo.bonzini at gmail.com] On Behalf Of Paolo
> Bonzini
> Sent: Thursday, September 18, 2014 10:18 AM
> To: Nakajima, Jun; KY Srinivasan
> Cc: Mathew John; Theodore Ts'o; John Starks; kvm list; Gleb Natapov; Niels
> Ferguson; Andy Lutomirski; David Hepkin; H. Peter Anvin; Jake Oshins; Linux
> Virtualization
> Subject: Re: Standardizing an MSR or other hypercall to get an RNG seed?
>
> Il 18/09/2014...