search for: penalty

Displaying 20 results from an estimated 1837 matches for "penalty".

2013 Jan 18
1
scaling of nonbinROC penalties
Dear R Helpers I am having difficulty understanding how to use the penalty matrix for the nomROC function in package 'nonbinROC'. The documentation says that the values of the penalty matrix code the penalty function L[i,j] in which 0 <= L[i,j] <= 1 for j > i. It gives an example that if we have an ordered response with 4 categories, then we might wish...
2015 Aug 12
2
Call Queues : linear strategy WITH priority
Hello I was wondering of it is possible to have Queue Agents with the same priority (penalty) but with a certain order ? So I have 20 Agents. Agent 1 till Agent 10 has penalty 1. Agent 11 till Agent 15 has penalty 2. (only contacted if 1 -> 10 are busy) Agent 16 till Agent 20 has penalty 3. (only contacted if 1 -> 10 and 11 -> 15 are busy) Within the range of Agent 1 till Ag...
2008 Aug 05
2
Queue Penalties not working properly
Hi, I am using Asterisk 1.4.18. I am implementing Penalties for my agents. What is happening: two agents configuired one agent with penalty 1 and the other with penalty 2. All the calls must go first to Agent 1 and if his line is busy then only then agent 2 will get the call. However my queues are not behaving in this manner. I have impmemnted ringall strategy. Now when first call comes it ends up with agent 1, when secnd call comes it...
2008 Jan 25
2
'Best penalty' in design package
Dear Users, In case of ridge logistic regression, i want to calculate the optimum penalty using aic and bic criteria. Here is the sample code: fit <- lrm(RES ~CAT01+NUM01+NUM02+CAT02+CAT03+CAT04+NUM03+CAT05+CAT06+NUM04+ CAT07+CAT08+NUM05+NUM06, data = train.data, x = TRUE, y = TRUE) pentrace(fit, penalty = list(seq(.001, 5, by=.1))) output: Best penalty: penalty df 1....
2011 Dec 13
1
dovecot penalties and anvil
Hi, I'm strugling to find some documentation on dovecot's anvil service and/or its penalties (that can be checked with doveadm penalty) ... but i'm not finding anything on that. is there any documentation on anvil/penalties that i should check other than a few messages on the mailing list archive ? thanks ! -- Atenciosamente / Sincerily, Leonardo Rodrigues Solutti Tecnologia http://www.solutti.com.br Mi...
2010 Jun 29
1
Model validation and penalization with rms package
...example: x1 <- rnorm(45) x2 <- rnorm(45) x3 <- rnorm(45) y <- x1 + 2*x2 + rnorm(45,0,3) ols0 <- ols(y ~ x1 + x2 + x3, x=TRUE, y=TRUE) corrected.Rsq <- rep(0,60) optimism.Rsq <- rep(0,60) corrected.slope <- rep(0,60) for (pen in 1:60) { olspen <- ols(y ~ x1 + x2 + x3, penalty=pen, x=TRUE, y=TRUE) val <- validate(olspen, B=200) corrected.Rsq[pen] <- val["R-square", "index.corrected"] optimism.Rsq[pen] <- val["R-square", "optimism"] corrected.slope[pen] <- val["Slope", "index.corrected"] } plot(correc...
2016 Jun 24
2
exempt local auth-client UNIX socket from failed login penalty // add to login_trusted_networks ?
...AGE----- Hash: SHA1 Hi, I'm using Dovecot v2.2 with unix_listener auth-client { } to verify passwords for a different service. However, it looks like that auth_failure_delay effects all connects going through that socket. I mean: connect /var/run/dovecot2.2/auth-client attempt bad auth 2s penalty NO disconnect ==> Note, it's another connection almost immediately following each connect /var/run/dovecot2.2/auth-client attempt good auth 2s penalty OK disconnect Can I disable auth_failure_delay for local UNIX sockets? How do I add it to login_trusted_networks? - -- Steffen Kaiser ----...
2014 May 10
1
"doveadm penalty -a" doesn't work?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We're running multiple instances on the same server. While doveadm penalty works: root at host:/etc/dovecot# doveadm penalty IP penalty last_penalty last_update 93.180.xxx.xxx 4 2014-05-10 12:21:08 12:21:08 80.153.xxx.xxx 0 2014-05-10 12:21:12 12:21:12 a seperate anvil-Socket doesn't work at all: root at host:/etc/dovecot# dove...
2019 Jan 08
1
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...ink the "disable" flag is local to the process that is killed / respawned. A collegue of mine, Laurent Guerby, has found a workaround for us and it's findings seems very valuable for this ticket. We now know how to not having the troubles in our setup : by manual removing the auth-penalty socket with "rm" (or by rebooting the whole VM because the socket is in a tmpfs). The rm is needed only one time. I think now a clean reproducer of the problem is : (I go through a fairly similar one but not this exact one) * take a vanilla Debian 9 (probably not limited this partic...
2018 Dec 20
2
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Hi, I hit a bizare problem with dovecot 2.2.7 on debian 9 with LMTP enabled and auth/penalty disabled as documented here : https://wiki.dovecot.org/Authentication/Penalty Use case : I run a swaks command to send an email to an exim4 that tries to make a callout to dovecot-lmtp. At RCPT TO: swaks hangs 5.0<something-small> seconds then process normally (exim is waiting for callout...
2003 May 07
0
Re: frailty models in survreg() -- survival package (PR#2934)
...fused on how the log-likelihood is calculated in a parametric > survival problem with frailty. I see a contradiction in the frailty() help > file vs. the source code of frailty.gamma(), frailty.gaussian() and > frailty.t(). > > The function frailty.gaussian() appears to calculate the penalty as the > negative log-density of independent Gaussian variables, as one would > expect: > > frailty.gaussian > [...] > list([...], penalty = 0.5 * sum(coef^2/theta + > log(2 * pi * theta)), flag = FALSE) > [...] > > Similarly, the frailty.t(...
2009 Nov 12
2
read/connect anvil-auth-penalty failed: EOF/Connection refused
...-2.0/rev/9bec70f26637 http://hg.dovecot.org/dovecot-2.0/rev/75b48fa3aec4 there is another problem. A `dovecot stop`, while auth and auth -w are still running, logs: Nov 12 03:17:00 master: Warning: Killed with signal 15 (by pid=31656 uid=0 code=kill) Nov 12 03:17:00 auth: Error: read(anvil-auth-penalty) failed: EOF Nov 12 03:17:00 auth: Error: net_connect_unix(anvil-auth-penalty) failed: Connection refused Nov 12 03:17:00 auth: Error: read(anvil-auth-penalty) failed: EOF Nov 12 03:17:00 auth: Error: net_connect_unix(anvil-auth-penalty) failed: Connection refused This problem doesn't occur wi...
2018 Nov 28
2
Queues and penalties
...003 to be called on an incoming call - if they don't answer after 20 seconds then 2001, 2002, 2003 to be added to the ringing extensions and if no one answers after another 20 seconds the add in 3001, 3002, 3003. Seems a simple queue application to me 1001, 1002 and 1003 in the queue with a penalty of 1 strategy ringall 2001, 2002 and 2003 in the queue with a penalty of 2 strategy ringall 3001, 3002 and 3003 in the queue with a penalty of 3 strategy ringall and rules increasing the maxpenalty 1->2 after 20 seconds and increasing maxpenalty 2->3 after another 20 seconds. But this...
2018 Nov 29
2
Queues and penalties
Hi John This works fine providing extensions 1001,1002 and 1003 are "Incall" or "Paused" - the problem appears to be that is a handset say 1002 is "ringing" then the 2xxx then the penalty is not honoured. This is well described in the History section of the following link https://wiki.freepbx.org/display/PPS/lazymembers+patch+to+app_queue As I say this seems to be a real shortcoming in app_queue. Any ideas, suggestions, anyone want to work with me to sort this ? Paddy...
2009 Aug 17
3
Help understanding lrm function of Design library
...'ve come across the lrm function in the Design library. While I understand and can use the basic functionality, there are a ton of options that go beyond my knowledge. I've carefully read the help page for lrm, but don't understand many of the arguments and optional return values. (penalty, penalty.matrix, strata.penalty, var.penalty, weights) Additionally, there are several items returned in the model that I don't understand. (Max Derriv, Model L.R, C, Dxy, Gamma, Tau-a, R2, Briar, Wald Z) 1) Could someone point me to an online resource where I could learn more? (I'm bi...
2010 Mar 02
0
10821:f56c227a7fc9 compiler warnings in penalty code
Hi Timo, on a 32bit Debian squeeze/sid system, with gcc-4.4 (Debian 4.4.2-9) 4.4.3 20100108 (prerelease) I'm getting this warnings: penalty.c: In function ?penalty_timeout?: penalty.c:169: warning: comparison between signed and unsigned integer expressions test-penalty.c: In function ?test_penalty_checksum?: test-penalty.c:27: warning: comparison between signed and unsigned integer expressions test-penalty.c:31: warning: comparison bet...
2014 Sep 23
2
doveadm penalty: who is 0.0.0.0?
Using doveadm penalty I just noticed a penalty for 0.0.0.0. Is this Postfix querying the auth-socket for his SASL-requests? I tried adding 0.0.0.0 to login_trusted_networks, but that doesn't help. Peer -- Heinlein Support GmbH Schwedter Str. 8/9b, 10119 Berlin http://www.heinlein-support.de Tel: 030 / 405051-...
2019 Jan 06
0
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Op 20/12/2018 om 18:09 schreef Ludovic Pouzenc: > Hi, > > I hit a bizare problem with dovecot 2.2.7 on debian 9 with LMTP enabled and auth/penalty disabled as documented here : > https://wiki.dovecot.org/Authentication/Penalty > > Use case : I run a swaks command to send an email to an exim4 that tries to make a callout to dovecot-lmtp. > At RCPT TO: swaks hangs 5.0<something-small> seconds then process normally (exim is w...
2005 Jul 20
1
Agent Penalty
Can anyone shed any light on an issue with agent penalties? I have 2 queues set up with agents working both queues, but where agent 1 should have a penalty for queue 2 and agent 2 should have a penalty for queue 1. When a call is sent to either queue, it rings agents with and without penalties at the same time. I set up a second system and cannot replicate the issue on the test system. I have completely stopped asterisk and restarted it thinking th...
2011 Apr 27
1
glmnet package: penalty.factor option
Anyone have experience specifying the "penalty.factor" option in the "glmnet" command? I have 3 variables (out of a million genotype variables) that I want to force into the model (i.e., set penalty factor to 0), but I can't figure out how to do that. [[alternative HTML version deleted]]