search for: kitti

Displaying 20 results from an estimated 43 matches for "kitti".

Did you mean: kirti
2010 Mar 04
2
fisher.test gives p>1
The purpose of this email is to (1) report an example where fisher.test returns p > 1 (2) ask if there is a reliable way to avoid p>1 with fisher.test. If one has designed one's code to return an error when it finds a "nonsensical" probability, of course a value of p>1 can cause havoc. Example: > junk<-data.frame(score=c(rep(0,14), rep(1,29), rep(2, 16))) >
2001 Sep 10
1
Help with exporting keys
Hi, In our department's setup we have a unfortunate situation where we have to use both OpenSSH and SSH (ssh.com's version). I have managed to export keys from OpenSSH to SSH's format. I also managed to export SSH's public key to OpenSSH's format. Now I would like to add the private key of SSH to the agent. Now when I try to add it simply by using ssh-add
2007 Nov 02
2
zaptel.conf missing
Hi all I have installed zaptel on debian and missing file zaptel.conf in /etc/zaptel.conf .my system don't have card TDM please advice what the missing. thanks, kitti
2014 Sep 12
3
ntpd in VM
I was taught in kitty school that running a ntp server in a vm was a bad idea. Is that still the case?
1998 Dec 07
1
[Trouble #6512] Samba shares not accessible
Hi, We're running Samba version 1.9.16p2 under Solaris 2.5.1 (w HW update 11/97). Our PCs run Windows95 with Network Neighborhood and a few have been upgraded to Windows98. I am currently looking at upgrading to Samba 1.9.18p10. On Fri., 12/4 one of our users reported when she selecting Entire Network she received the error "Unable to browse the network. The specified computer
2008 Nov 17
1
Levelplot + Mosaic Plot hybrid?
Hi. I have built a levelplot with 3 variables, X, Y, and Z where X and Y are the two axes and Z represents the intensity (i.e. Z~X*Y). Now I want to adjust the size of the grid (like a mosaic plot) where the size of each grid is weighted by a variable, W. Just wonder how can I do that with levelplot? I tried exploring mosaic plot. How can I manipulate the "col" option to make it
2011 Apr 04
1
Deriving formula with deriv
Dear list, Hi, I am trying to get the second derivative of a logistic formula, in R summary the model is given as : ### >$nls >Nonlinear regression model >model: data ~ logistic(time, A, mu, lambda, addpar) >data: parent.frame() > A mu lambda >0.53243 0.03741 6.94296 ### but I know the formula used is #
2011 Jul 26
2
Plotting problems directional or rose plots
Hi, I'm trying to get a plot that looks somewhat like the attached image (sketched in word). I think I need somthing called a rose diagram? but I can't get it to do what I want. I'm happy to use any library. Essentially, I want a circle with degree slices every 10 degrees with 0 at the top representing north, and 'tick marks' around the outside in 10 degree increments to
2005 Feb 13
6
Who makes these phones?
Message: 1 Date: Mon, 14 Feb 2005 09:53:36 +1100 From: "PHP Mechanic" <oliver.bode@phpmechanic.com> Subject: [Asterisk-Users] Who makes these phones? To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver> Content-Type: text/plain; format=flowed;
2005 Nov 16
1
Improper listening on IMAPS
I want Dovecot handling IMAPS. /etc/dovecot.conf: protocols = imaps imaps_listen = * ssl_disable = no ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem The problem is that Dovecot is not listening on 993 port, or there's something listening on 993, but it does not introduce itself. There's no problem if Dovecot listens on 143 (IMAP). When
2011 Mar 10
1
vegan CCA I am Completely new to ordination analyses
Dear list, I am trying to predict species volume from bioclimatic data, I have various sites and I have a data frame with species volume and the corresponding bioclimatic data for each site. I read on a discussion forum that you can use ordination to predict species abundance (in my case volume) from 'new' climate data for sites where you do not know the abundance. Unfortunately I
2011 Mar 02
1
How to extrapolate a model
I am using a multiple additive model (in the quantreg package) and I would like to 'extract' the fitted model formulae ie- for a straight line the formula would be y= 'a+b*c' for my multiple model I would expect somthing more complex because the model is not linear (its a bit like a GAM) but given I can plot the model using # f<-fitted(model) #lines(f) there must be a formula
2008 Sep 16
1
are these the same?
Dear members, I was trying to simulate W which is iid and depends on X and Y. Here are 2 methods: Method 1: x<-rnorm(100) y<-rnorm(100) w<-rnorm(100, 2x+y,1) Method 2: x<-rnorm(100) y<-rnorm(100) w<-2x+y+rnorm(100,0,1) Are these methods comparable? Since x and y are vectors, the term 2x+y would return a vector. It seems that, given Method 1, each element of W would
2009 Jan 10
1
Plot link points
Hi. This may be a straight-forward question... I have a time series from 1950 to 2000 (by year) with missing values. Sometimes only a year has value and the adjacent years have missing data, e.g. 1950 2.7 1951 1952 1953 3.4 1954 1955 1956 2.9 1957 3.6 1958 2.7 When I use plot (type='l'), the line can't connect the 'stand-alone' years. Is there a way I have have R to skip
2011 Nov 16
1
Theil decomposition
I came across the package 'ineq' that computes a variety of inequality measures (e.g. gini, theil etc). I want to compute the Theil index (racial segregation) and decompose the total into sub-components (by geog levels). I think the package doesn't report the decomposition (correct me if I'm wrong). Just wonder is that available elsewhere? K.
1997 Dec 08
0
Remote printer access
We are trying to add remote PC access to a printer using Samba and the Network Neighborhood. We are running Solaris 2.5.1 on our server and our PCs are running Win95. We have installed Samba 1.9.16p2. I'm fairly new at administering Samba. The printer is a high-quality color Tektronics Phasor 450 PostScript printer named hq_color_fl2. Access to our other printers has been set up previously
2007 Jun 02
2
spatial simulation
Dear R-users, I'm trying to do some spatial simulation. I have two covariates, Z and C. I want to examine their relationship under different spatial distribution. I have no problem simulating completely spatial random process but I'm totally stuck on poisson (cluster) pattern. I already have a dataset with Z and C (obs=575) and I know the relationship between them. Using these 575
2007 Dec 17
2
Dual Core vs Quad Core
Dear R-users, I use R to run spatial stuff and it takes up a lot of ram. Runs can take hours or days. I am thinking of getting a new desktop. Can R take advantage of the dual-core system? I have a dual-core computer at work. But it seems that right now R is using only one processor. The new computers feature quad core with 3GB of RAM. Can R take advantage of the 4 chips? Or am I better off
2010 Jun 02
1
[Possible bug] Invalid Switching on fallover?
I may have found a bug... I am not sure. I am new to Icecast, so this might be how things are meant to be, I have a Debian install with Icecast2 install from APT - Icecast 2.3.2 I have three mount points (all 128kbp mp3) /EDH.mp3 (public = 0 and hidden = 1) /live.mp3 (fallback-mount = /EDH.mp3 and fallback-override = 1) /dj1.mp3 (fallback-mount = /EDH.mp3, fallback-override = 1, public = 0, and\
2008 Mar 24
1
g729 license for debian etch
Hi all, I have install G729 license to asterisk 1.4.18 and use distro debian etch 4r2. It'snot complete. when i use ldd commant to show the library it show "/usr/lib/aserisk/modules/codec_g729a.so: /lib/libc.so.6: version 'GLIBC_2.4' not found (required by /usr/lib/asterisk/modules/codec_g729a.so) when i check the GLIBC version on debian it is glibc-2.3.6 please advice me