search for: nug

Displaying 18 results from an estimated 18 matches for "nug".

Did you mean: bug
2009 Jan 29
0
assign point values as labels in spplot
...Y pred.dat<-read.table("C:/temp/Predict_Location_XY.txt", header = FALSE) names(pred.dat)<-c("x","y","p") my.pred.dat<-data.frame(pred.dat) coordinates(my.pred.dat)<-~x+y gridded(my.pred.dat) = TRUE #Set up 2 exponential variograms lzm.vgm.exp.noNug<-vgm(1.1,"Exp",2000,0) lzm.vgm.exp.Nug<-vgm(0.7,"Exp",3000,0.4) #Krige the exponential variograms lzm.krig.exp.noNug<-krige(Kh_Log10~1,my.dat,my.pred.dat,model=lzm.vgm.exp.noNug) lzm.krig.exp.Nug<-krige(Kh_Log10~1,my.dat,my.pred.dat,model=lzm.vgm.exp.Nug) lzm.krig....
2003 Jul 24
1
geoR size limit problem
Hi all, I tried to produce some kriged surfaces with geoR (latest version). The size of the grid should be around 900 x 650 cells (what I find is not a very big grid), and the number of points is around 2500. The command krige.conv stopped after arround 5 min saying it can not allocate a vector with around 1.5 billion units. Sounds reasonable. Is there a workaround? How would I partition the
2005 Nov 08
2
Variogram
...y give me some hints about the results. I used variogram() to build a semivariogram plot as: tr.var=variogram(Incr~1,loc=~X+Y,data=TRI2TU,width=5) then fir the variogram to get the parameters as: v.fit = fit.variogram(tr.var,vgm(0.5,"Exp",300,1)) v.fit model psill range 1 Nug 1.484879 0.00000 2 Exp 3.476700 29.70914 This is the output of v.fit. Can anybody help me write the exponential formula for this variogram? I have the problem in understanding the result. Thanks! Leaf
2003 Mar 07
1
REML option in gstat
Hi, please help!! I've been trying to fit variogram models using the REML method in the gstat package. Every time the Windows GUI crashes. For example library(gstat) data(meuse) x <- variogram(zinc ~ 1, ~x + y, meuse) v <- vgm(140000, "Sph", 800, nug = 10000) plot(x, model = fit.variogram(x, model = v, fit.method=5)) Other fit methods are non problematic (eg. fit.method=7 for WLS or fit.method=1 for OLS) I've tried the code on Windows XP, 98 and NT and all fail, how about non-Windows platforms? Any suggestions? Many thanks Dave
2005 Jan 18
3
Doubt regarding priority of classes with HTB
Hi, I''m a bit confused with the priority of different classes with HTB. How it will be? Will the class with lowest no: have maximum priority? Any help is most appreciated, Thanks in advance, Sanjeev -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by
2018 Nov 07
4
openssh-based file transfers (e.g. rsync, scp, ...) are running 40 (!!) times faster via IPv4 than IPv6
openssh 7.6p1-lp150.7.4 on OpenSuse Leap 15 (both server and client) Hi all, first post to list, hopefully on-topic. Haven't found anything on the net, tried to ask at first in OpenSuse forums a while ago (https://forums.opensuse.org/showthread.php/533588-rsnapshot-rsync-massive-performance-decrease) and today opened a bug in OpenSuse's Bugzilla
2006 Sep 26
3
concurrency / #search_each problem / segfault
Hello everyone, I was stress-testing my application (running on Rails via FastCGI) by letting two concurrent users (not human .. an app called ''siege'') a) save an Article and b) search for all Articles. I am searching via Article.ferret_index.search_each( ..) do |doc_id,score| doc = index[doc_id] .. end and writing via Article.ferret_index <<
2003 Aug 17
1
(no subject)
.... ..$ nmax : num 500 .. ..$ maxdist : num Inf .. ..$ dummy : logi FALSE .. ..$ vfn : int 1 .. ..$ weights : NULL $ model:List of 1 ..$ rv:Classes variogram.model and `data.frame': 1 obs. of 9 variables: .. ..$ model: Factor w/ 16 levels "Nug","Exp","Sph",..: 5 .. ..$ psill: num 1652 .. ..$ range: num 126 .. ..$ kappa: num 1.75 .. ..$ ang1 : num 0 .. ..$ ang2 : num 0 .. ..$ ang3 : num 0 .. ..$ anis1: num 1 .. ..$ anis2: num 1 .. ..- attr(*, "singular")= logi FALSE $ set :List of 1...
2005 Feb 16
3
How can i send the same traffic to 2 different interface
Hi! I am making some tests here, and i wanna miror all the traffic going to a ip from one interface to another ip. example: all packets going to 64.223.167.100 should be transmitted by ppp0 to internet and by eth2 to the adress 192.168.1.100. Someone know how can i do it using iptables or ip route/ip rule? Tks in advance! Fernando Favero _______________________________________________ LARTC
2018 Nov 07
2
openssh-based file transfers (e.g. rsync, scp, ...) are running 40 (!!) times faster via IPv4 than IPv6
...omain.tld > ? ... > ?? 7? domain.tld (IPv4)? 26.002 ms !X? 24.859 ms !X? 25.230 ms !X > > ? $ time /usr/sbin/traceroute6 vserver.domain.tld > ? ... > ?? 8? domain.tld (IPv6)? 80.430 ms !X? 79.301 ms !X? 80.444 ms !X > > The big time waster seems to be this link: > ?? 6? nug-d-i40-v6.telia.net (2001:2000:3018:8d::1)? 32.046 ms? 23.850 ms? 24.097 ms > ?? 7? contabo-ic-305268-ffm-b11.c.telia.net (2001:2000:3080:953::2)? 74.829 ms? 77.704 ms? 78.066 ms > > I'll now speculate that you might as well have some MTU mismatches, > meaning that packages have to...
2005 Jan 31
3
why there is any traffic in default class?
I have: tc qdisc add dev imq0 root handle 1: htb default 30 tc class add dev imq0 parent 1: classid 1:1 htb rate 512kbit ceil 512kbit tc class add dev imq0 parent 1:1 classid 1:30 htb rate 64kbit ceil 512kbit then: iptables -t mangle -A PREROUTING -i ppp0 -s 192.168.2.2 -j IMQ --todev 0 tc class add dev imq0 parent 1:1 classid 1:22 htb rate 64kbit ceil 128kbit tc filter add dev imq0 protocol
2005 Jan 19
11
Confuse, putting packets in wrong mangle table.
Folks, I am a little bit confuse in how to put these packets into correct mangle table for traffic shaping. This is what i ve planned to do: - - - - :eth0 [ LINUX-BOX ] eth1: - - - - Let say: eth0: 220.100.1.1 eth1: 192.168.1.1 eth1:1 192.168.1.2 192.168.1.0/24 get natted into 220.100.1.1 before reaching the internet. I put every packets coming from internet (eth0) this way: # iptables -t
2006 Mar 14
6
cFerret nearing completion
Hey folks, Some good news. I''ve finished cFerret and it''s ruby bindings to the point where I can run all of the unit tests. I still have to work out how I''m going to package and release it but it shouldn''t be long now. If you can''t wait you might like to try it from the subversion repository. It''ll probably only work on linux at the moment and
2013 Apr 04
5
help with kriging interpolation
All, I am new to using R and know some basics. I wish to use kriging in R to do the following: given data Y =f(X1,X2,X3,.....,Xn) --1000+ irregular measured data set. I would like to be able to get a single value y given sinle input set (x1,x2,x3,...xn) A google search on this takes me lierally to the same example on involving analysis with soil sampling and I cannot figure out how to
2003 Jul 21
0
strange WIS entries
Hi! I have a samba file server (192.168.1.2) and wins server (192.168.1.2) with ~70 clients. The server's netbios names are ALMA and KORTE. The Workgroup's name is ALMA. Issue 1: -------- nmblookup -U 192.168.1.2 -R korte querying korte on 192.168.1.2 192.168.1.2 korte<00> nmblookup -U 192.168.1.2 -R alma querying alma on 192.168.1.2 255.255.255.255 alma<00> strange.... I
2005 Jan 09
0
traffic shaping gre tunnels
Hi! I have successfully set up traffic shaping at our site using your and others howtos. I have a linux firewall (gateway), two leased lines. I shape only the incoming traffix now. I use HTB+SFQ and sort the packets using iptables with the CLASSIFY patch. It works very well. eth1----ISP2-\ eth2----ISP1--LINUX--internal network eth0 My problem is, that i can not shape my VPN (PPTP)
2005 Feb 01
0
multiple uplinks example script
Hi! I had two uplinks till today. We stopped one of them today, so i thought i could share my experience. (it is maybe useful for somebody) I hadn''t managed to configure it using a LARTC howto, but the Nano-howto (http://www.ssi.bg/~ja/nano.txt) and julian''s kernel patches. I had some problems with icq connections, because it is a two step connection (It is just theory). 1.
2005 Jan 30
5
simple questions about imq
Hi! I have read all informations i could find, but some things are still not clear. My setup is: ---INTERNET1(eth0)-\ /- Local net1 (eth2) GW ---INTERNET2(eth1)-/ \- Local net2 (eth3) I have NAT and a working setup using HTB,SFQ, classifying with the iptables -j CLASSIFY way. I shape only the traffic coming from the internet heading to the intranet. I would like