Displaying 7 results from an estimated 7 matches for "pe1".
Did you mean:
pe
2007 May 11
1
model seleciton by leave-one-out cross-validation
...function(y,x){
n.var=ncol(x)
n=nrow(x)
comb=rec.comb(1: (n.var))
n.comb=length(comb)
pe=c()
data=data.frame(y=y)
glm=glm(y~1,data=data)
pe[1]=cv.glm(data,glm)$delta[1]
for(i in 2:n.comb){
data=data.frame(y=y,x=x[,comb[[i]]])
glm=glm(y~.,data=data)
pe[i]=cv.glm(data,glm)$delta[1]
}
pe1=c() ####################################without intercept
pe1[1]=Inf
for(i in 2:n.comb){
data=data.frame(y=y,x=x[,comb[[i]]])
glm=glm(y~.-1,data=data)
pe1[i]=cv.glm(data,glm)$delta[1]
}
var=rep(0,n.var)
if(min(pe)<min(pe1)){
int=1
var[comb[[which(pe==min(pe))]]]=1
}else{
int=0...
2008 Oct 29
3
Blank Voicemail.Conf after Password Change
Hi,
For a few weeks now, our asterisk server has been experiencing something
very odd.
From time to time, voicemail.conf would go blank. We finally tracked it
down to happening when someone attempts to change their password.
It seems the file is touched, but not written to, and we're left with a
blank voicemail file.
Permissions seem to be fine:
-rw-rw-r-- 1 asterisk asterisk 12707
2007 Sep 07
0
Public key reading abstraction (to allow future work)
...his on mindrot as requested,
https://bugzilla.mindrot.org/show_bug.cgi?id=1348.
Patch attached in case that helps reviewing.
Comments welcome,
Rob
--
Rob Holland <rob at inversepath.com>
http://www.inversepath.com - Chief R & D Engineer
Inverse Path Ltd, 63 Park Road, Peterborough, PE1 2TN, UK
Registered in England: 5555973
-------------- next part --------------
=== modified file 'auth-rsa.c'
--- auth-rsa.c 2007-07-30 09:54:36 +0000
+++ auth-rsa.c 2007-08-02 12:17:32 +0000
@@ -173,7 +173,6 @@
u_int bits;
FILE *f;
u_long linenum = 0;
- struct stat st;
Key *key;...
2008 Dec 03
6
Call parking
Hi,
Been playing with Call parking, and I can`t help but wonder if I am doing
something incorrectly. The way I understand it (using default config in
features.conf), is I would transfer a call to extension 700, which would
park the call, tell me "701". I could then hang up, go fetch the fright
person and tell him "call 701 you have a call waiting for you".
The way I
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On 29 May 2018 at 16:37, R P Herrold wrote:
| On Tue, 29 May 2018, Dirk Eddelbuettel wrote:
|
| > On a CentOS 7 machine, I am at a loss with respect to an inability to run a
| > full R CMD check as anything involving tex files ends in tears.
|
| Hi, Dirk
|
| Have fun at the upcoming conference at UIC
|
| I seem to have 56 font packages installed under CentOS 7
| locally, but then I work
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
...me{Rfn.fullname} has been referenced but does
not exis
t, replaced by a fixed one
pdfTeX warning (dest): name{Rfn.package.skeleton} has been referenced
but does
not exist, replaced by a fixed one
{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texlive/
texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb></usr/share/texlive/texmf-dist/fo
nts/type1/urw/helvetic/uhvr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/ur
w/times/utmb8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.
pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/u...
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...as been referenced but does
| not exis
| t, replaced by a fixed one
|
| pdfTeX warning (dest): name{Rfn.package.skeleton} has been referenced
| but does
| not exist, replaced by a fixed one
|
| {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texlive/
| texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb></usr/share/texlive/texmf-dist/fo
| nts/type1/urw/helvetic/uhvr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/ur
| w/times/utmb8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.
| pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/t...