Displaying 16 results from an estimated 16 matches for "itns".
Did you mean:
it's
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:nitns...
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 lin...
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(OPTIM...
2009 Feb 17
1
allocMatrix error
On Sat, Feb 14, 2009 at 00:17, <ashrafi@ucdavis.edu> wrote:
Hi,
I was trying to read ~400 chips in an affybatch and I got the same message.
Could you find a remedy for that. My server has 128 GB of RAM. However, R
halted ever before it uses the memory.
I have been able to load upto 250 CEL files but this time I wanted to test
what would happen if I want to normalize 400 chips.
Thanks
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 which...
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 below...
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
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.
Fix all drivers with ndo_get_stats64 to have a void function.
Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>
---
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.
Fix all drivers with ndo_get_stats64 to have a void function.
Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>
---
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