search for: cone

Displaying 20 results from an estimated 102 matches for "cone".

Did you mean: code
2011 Dec 21
2
Statistical tests and measures for "cone-like" distributions?
Hi, Are there any special statistical tests, or functions in R I could use to measure "cone-like" distributions? I have several data-sets, which I've been plotting parts of as 2D plots, where I get a "cone-like" distribution of the data points. That is, the data appears to be bounded by two non-parallel lines, starting at the origin, giving rise to a "cone-like&q...
2013 Apr 06
1
Plotting a curve for a Holling Type III Functional Response
Hey, So I have a scatter plot and I am trying to plot a curve to fit the data based on a Holling Type III functional response. My function is this: nll2<-function(a,b) { conefun<-(a*DBH^2)/(b^2+DBH^2) nlls2<-dnbinom(x=cones ,size=DBH, mu=conefun,log=TRUE) -sum(nlls) } and my plot is this: plot (DBH,cones) DBH is on the x-axis and cones is on the y-axis. How do I get the curve for my function onto the scatterplot? -- View this message in context: http://...
2009 Apr 23
2
Two 3D cones in one graph
Dear R-users: The following code produces two cones in two panels. What I would like to have is to have them in one, and to meet in the origin. Does anyone have any good ideas how to do this? Thanks for your help Jaakko library(lattice) A<-matrix(ncol=2, nrow=64) for(i in 0:63) { A[i+1,1]<-sin(i/10) A[i+1,2]<-cos(i/10) } Si...
2005 Jan 25
1
Threshhold Models in gnlm
...gative binomial errors. I have found Jim Lindsay's package that will do gnlr, but I have having trouble with the particular model I am interested in fitting. It is a threshhold model, where below a certain value of one of the parameters being fitted, the model changes. Here is a sample: Cones: is counts of number of cones on each tree dt: is the residual energy of that tree (basically how many stored reserves that tree has) The model is this: if dt is above some threshhold (c), then the number of cones will be a function of b and a and c, if dt is below that threshhold (c), then...
2004 Dec 13
1
"detected NAT type is full cone" for BT behind nat ?
Hi, I wonder what does this warning 399 mean and how to workaround? "sip show peers" says that sip client is unreachable althought it works with some eexceptions ... I saw posts in this list about setting codec to ilbc, is this right action ? Also, I'm very interested if anyone succeded on Asterisk behind one firewall and Grandstream behing another ? I' almost got it working
2019 Oct 16
2
Child Domains
Thanks, I will start reading today. [image: Logo - ZUP] Thiago Anderson / Analista de Infraestrutura [image: ?cone de e-mail] thiago.santos at zup.com.br [image: ?cone de celular] (34)98857-4909 [image: ?cone de telefone] (34) 3210-8181ZUP IT INNOVATION Avenida Nicomedes Alves dos Santos, 1205, Sala 105 Uberl?ndia - MG Em qua, 16 de out de 2019 ?s 04:43, L.P.H. van Belle via samba < samba at lists.samba.or...
2015 Oct 18
2
Feasibility of Tinc vpn with my current setup.
Hi all, I am new to Tinc VPN and really would like to make full benefit of this implementation if possible. I would like to know whether I will be able to use Tinc to its full potential. My current setup is as follows, IPfire router/firewall(openvpn client) --->ISP(Internet)--->Amazon VPS(openvpn server). The ipfire router is behind a CARRIER-GRADE NAT, I am able to reach the network
2019 Oct 16
4
Child Domains
Hello good night everyone, I can do in samba domain children, that is, I have a domain global.corp and in each branch I have a city.global.corp and in each city have trust between the child domains? Is this a good practice? Thiago.
2015 Oct 19
1
Feasibility of Tinc vpn with my current setup.
Thanks for the reply Guss, So in my case the Amazon VPS server is behind a FULL CONE NAT(static NAT), so is that enough to hole punch other nodes. what all ports will should be opened up on the NAT device? Most of the other nodes are behind cg-nat, so I wont have any control over its nat. Thank you, Regards, Bobby Thomas. On Oct 19, 2015 1:45 AM, "Guus Sliepen" <gu...
2003 Oct 30
1
NAT type router database?
...ke sense for the community to have this database in order to avoid symmetric nats. If one such thing does not exist how about starting this database? A stunclient for linux can be found at http://sourceforge.net/projects/stun/ I can contribute this information for two routers: W-Linx MB400-X2: coned NAT D-Link DI-604: coned NAT Thilo
2004 Mar 23
4
Lots of Samba (smbd) processes
...;s on the network. One of the users was having trouble accessing a file on the SCO system, and that is when I discovered this. I actually had to write a program to kill (kill -9) all the Samba's (smbd) processes, and then restart Samba. All was well after that. Thanks for your help! Rick Cone Secure Payment Systems 801 8th St. #150-D Greeley, CO 80631 970-352-9434 (office) 970-352-0122 (fax, call office before sending) rcone@securepaymentsystems.com Note: This electronic message and attachment(s), if any, contain information which is intended solely for the designated recipient(s)....
2004 Apr 18
2
grandstream and stun
Hi, I noticed some issues with how grandstream handles stun test. GS is running version 1.0.4.50. First I reset the NAT router. Then reboot GS, get results of "restricted cone". Immediately reboot GS, get results "full cone". I tried quite a few public and commercial stun servers. Also tried different model/version of linksys routers. I always got the same issue. Winstun on the PC doesn't have this issue. Some ngrep on the stund 0.91 on Fedora linux re...
2006 May 23
1
shapes in rgl
Does anyone have a way of producing solid shapes other than spheres in rgl? I am using rgl to produce a simple visualisation of a forest model results using "lollipops". Its just a bit of fun, but as many of the trees are pines I would like to depict their crowns as cones. If there is a solution I need it to work under windows. Here is the example. library(rgl) library(misc3d) Trees3d<-function(x,y,z,rad,cols="lightgreen"){ rgl.bg(color="white") rgl.spheres(x,(z-rad),-y,rad,col=cols,alpha=1) x<-rep(x,each=3) y<-rep(y,each=3)...
2005 Jul 26
4
Method not allowed error
Hi, I am getting "Got SIP response 405" Method not allowed" error on CLI. I am also getting Port restricted Cone NAT error on my SJ phone. Please help!!!!! Afzaal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050726/e130223c/attachment.htm
2005 Aug 08
0
Wired Interactions between Asterisk (Public) and Budgetone (behind NAT)
...3;rport From: "asterisk" <sip:asterisk@203.86.58.85>;tag=as60a92937 To: <sip:grandstream03@218.17.9.52:61675> Call-ID: 7c4925fe42a7140e34b4553438798f50@203.86.58.85 CSeq: 102 INVITE User-Agent: Grandstream BT100 1.0.5.22 Warning: 399 218.17.9.52 "detected NAT type is full cone" Content-Length: 0 9 headers, 0 lines...
2018 Nov 17
2
Generating exported wasm functions
Using LLVM v5, my Cone compiler (https://github.com/jondgoodwin/cone) automatically directly generated all functions as named and exported for both wasm text and binary files (not using clang/lld etc, but using the API). Upgrading to LLVM v7, generated wasm object files now fail, exhibiting markedly different behavior,...
2003 Jun 30
1
Dovecot first impressions
...try. The previous 0.99.9.1 version didn't work well for me (OpenSSL), I dropped it, but 0.99.10 has come just in time (saw it on freshmeat) and I thought I'd give it another try if it promised SSL fixes, and it's sorta working for me (i. e. it works with mutt, Mozilla, sylpheed, but not cone -- but cone is beta and has SSL issues with certificate verification, I seem to have hosed the setup). Anyways, I was delighted to see how quick it is to install an IMAP/POP3 server -- but being a Courier-IMAP user, I have some compatibility concerns, but these appear to be minor, and the daemonto...
2002 Feb 28
1
get deviance from glm() for given parameter values
Dear all, I would like to get glm() return its results (at least the deviance) for some given parameter values (ie without actually fitting the model). I tried to set `maxit = 0' but this does not work, eg: > glm(y ~ x, start = c(1, 1), maxit = 0) Error in glm.control(...) : maximum number of iterations must be > 0 Any idea? Thanks in advance. Emmanuel Paradis
2006 Oct 08
1
Client giving "Alert: still here" with dovecot
I use Cone as my primary mail client and after some inactivity I keep getting "Alert: still here" when connected to my home/test dovecot server. Have tried with thunderbird leaving a connection inactive for a while and thunderbird gets no warnings. Any ideas what this may be?
2008 Jan 24
1
View Workgroup Computers is Slow to Come Up
...rs" to be slow in coming up. It will take from 10 seconds to 1 minute. A am using Windows XP hosts with an SCO OpenServer using Samba in a workgroup, and Samba is the preferred master (os 255) with WINS support. I have the Browser service turned off on all Windows clients. Thanks, Rick Cone Secure Payment Systems