search for: itn

Displaying 16 results from an estimated 16 matches for "itn".

Did you mean: int
2003 Oct 28
1
error message in simulation
...is problem. I use R 1.8.0 and Windows XP professional. My computer has a Pentium 4 2.4 with 512 MB memory. Thanks in advance. best regards, Yu-Kang Tu Clinical Research Fellow Leeds Dental Institute University of Leeds ## change scores simulation close.screen(all=TRUE) split.screen(c(3,3)) nitns<-10000 nsims<-100 r<-0.1 param1<-c(1:nitns) param2<-c(1:nitns) param3<-c(1:nitns) param4<-c(1:nitns) param5<-c(1:nitns) param6<-c(1:nitns) param7<-c(1:nitns) param8<-c(1:nitns) param9<-c(1:nitns) param10<-c(1:nitns) param11<-c(1:nitns) param12<-c(1:nitn...
2011 Nov 29
2
Parameters setting in functions optimization
...cated in the tutorials : optim(c(40,0.5), fn=LogLiketot) >Error in 1 - ms : 'ms' is missing But ms is 0.5 ... So I've tried this form : optimx(c(30,50),ms=c(0.4,0.5), fn=LogLiketot) with different values for the two parameters : par fvalues method fns grs itns conv KKT1 KKT2 xtimes >2 19.27583, 25.37964 2249.698 BFGS 12 8 NULL 0 TRUE TRUE 57.5 >1 29.6787861, 0.1580298 2248.972 Nelder-Mead 51 NA NULL 0 TRUE TRUE 66.3 The first line is not possible but as I've not constrained the optimization ... but the second li...
2011 Aug 13
3
optimization problems
...n via OPTIMX, the results are that -------------------------------------------------------------------------------------------- > optimx(par=theta0, fn=obj.fy, method="BFGS", control=list(maxit=10000), > hessian=T) par fvalues method fns grs itns conv KKT1 KKT2 xtimes 1 0.6, 1.6, 0.6, 1.6, 0.7 -0.02764405 BFGS 1 1 NULL 0 TRUE NA 8.71 > -------------------------------------------------------------------------------------------- Whenever I used different initial values, the initial ones are the answer of OPTIMX(OPTI...
2009 Feb 17
1
allocMatrix error
...01 Aug 2008 07:35:01 -0700 writes: >> >> VK> Martin Maechler wrote: >> >> >> VK> The problem is in array.c, where allocMatrix check for >> VK> "if ((double)nrow * (double)ncol > INT_MAX)". But why >> VK> itn is used and not long int for indexing? (max int is >> VK> 2147483647, max long int is 9223372036854775807) >> >> >> >> Well, Brian gave you all info: >> >> >> VK> exactly, and given that most modern system used for >...
2015 Sep 27
0
v2.2.19 release candidate released
On 26 Sep 2015, at 12:15, Greg Wildman <lists at itns.co.za> wrote: > > Hello, > > I am trying out 2.2.19.rc1 on a lightly loaded server with no problems > so far. The reason I wanted to try 2.2.19.rc1 was to get access to the > %{listener} variable in the auth phase so I can modify the SQL > password_query according to whic...
2011 Aug 29
0
Error: Gradient function might be wrong ----- in OPTIMX
...e. However, I could not find anything wrong. When I remove the gradient, I've got ----------------------------------------------------------------- > optimx(par=theta0, fn=obj.fy, method="BFGS") par fvalues method fns grs itns conv KKT1 KKT2 xtimes 1 0.4423958, 0.9665069, 0.7920856, 1.1952092, 0.3083377 -0.01733672 BFGS 35 22 NULL 0 TRUE FALSE 76.02 ----------------------------------------------------------------- where the true theta is (0.5, 1.0, 0.8, 1.2, 0.6). However, I've got better results belo...
2015 Sep 26
2
v2.2.19 release candidate released
Hello, I am trying out 2.2.19.rc1 on a lightly loaded server with no problems so far. The reason I wanted to try 2.2.19.rc1 was to get access to the %{listener} variable in the auth phase so I can modify the SQL password_query according to which unix_listener is being queried. According to the docs, "These variables work only in Dovecot-auth and login_log_format_elements setting". I
2005 Feb 23
2
data.frame error message
Dear R users, I am using v2.0.1 on Windows 2000. I have read a ".dat" file with several vectors, including 2 factors (2 levels x 3 levels), and a vector of responses, into R. There are no unique row names. When I try plot(x,y) or lm(y~x) the following error is returned: Error in model.frame(formula, rownames,...extranames: variable lengths differ What am I doing wrong? I am a
2011 Nov 10
3
optim seems to be finding a local minimum
Hello! I am trying to create an R optimization routine for a task that's currently being done using Excel (lots of tables, formulas, and Solver). However, otpim seems to be finding a local minimum. Example data, functions, and comparison with the solution found in Excel are below. I am not experienced in optimizations so thanks a lot for your advice! Dimitri ### 2 Inputs:
2018 Dec 26
2
Problem with different certificates
Hello! Dovecot manages different domains. Today I renewed the certifiactes from letsencrypt and since that time, dovecot does not recognized the certs for different domains anymore: This is part of my config: ssl = yes ssl_cert = < /etc/letsencrypt/live/bitcorner.de/fullchain.pem ssl_key = < /etc/letsencrypt/live/bitcorner.de/privkey.pem local 37.120.166.21 { # instead of IP you can also
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...truct net_device *dev, int new_mtu); -struct rtnl_link_stats64 *ip_tunnel_get_stats64(struct net_device *dev, - struct rtnl_link_stats64 *tot); +void ip_tunnel_get_stats64(struct net_device *dev, + struct rtnl_link_stats64 *tot); struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, int link, __be16 flags, __be32 remote, __be32 local, diff --git a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c index 10da6c588bf8..116455ac3db5 100644 --- a/net/8021q/vlan_dev.c +++ b/net/8021q/vlan_dev.c @@ -671,7 +671,8 @@ static int vlan_ethtool_get_ts_info(struct net_device *dev...
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...truct net_device *dev, int new_mtu); -struct rtnl_link_stats64 *ip_tunnel_get_stats64(struct net_device *dev, - struct rtnl_link_stats64 *tot); +void ip_tunnel_get_stats64(struct net_device *dev, + struct rtnl_link_stats64 *tot); struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, int link, __be16 flags, __be32 remote, __be32 local, diff --git a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c index 10da6c588bf8..116455ac3db5 100644 --- a/net/8021q/vlan_dev.c +++ b/net/8021q/vlan_dev.c @@ -671,7 +671,8 @@ static int vlan_ethtool_get_ts_info(struct net_device *dev...
2018 Dec 09
0
"no shared cypher", no matter what I try
On Sat, 2018-12-08 at 11:03 +0100, Marco Fioretti wrote: > Greetings, > I have had to reinstall my email server on another Linux (centos 7.6) > VPS, with a newer version of dovecot, other software and a brand new > letsencrypt certificate just for email withpostfix and dovecot (that > certificate works fine with postfix). Output of dovecot --version and > dovecot -n on the new
2019 Sep 10
0
Multiple certificate option
On Fri, 2019-09-06 at 17:25 -0700, remo--- via dovecot wrote: > What is the best way to adopt multiple certs? I have a setup that creates letsencrypt certs for each customer domain. To automate this I have the following at the end of conf.d/10-ssl.conf !include ssl.d/*.conf This includes any .conf file under conf.d/ssl.d Now it is a simple matter to add and remove certificates for each
2002 Jul 06
0
Timeout problem win2k -> linux
Hello, First: I am not subbed to this list. - So any answers should be CC:ed to me. Thank you. I have a freshly installed debian woody linux box. With 2.4.18 with XFS patch. - I have two drives (76G + 40G) that I have used LVM to get a bigger single volume of. It worked perfectly with scp etc. - But now when I installed samba I get timeouts. [2002/07/06 12:15:32, 0]
2018 Dec 27
0
Problem with different certificates
What problem are you seeing? It uses the correct SSL certs when I connect. prompt> gnutls-cli --port 993 mail.nimmini.de Processed 149 CA certificate(s). Resolving 'mail.nimmini.de:993'... Connecting to '46.38.231.143:993'... - Certificate type: X.509 - Got a certificate list of 2 certificates. - Certificate[0] info: - subject `CN=nimmini.de', issuer `CN=Let's Encrypt