similar to: max

Displaying 20 results from an estimated 60000 matches similar to: "max"

2004 Nov 29
0
R: nnet questions
hi all i'm new to the area of neural networks. i've been reading some references and seem to understand some of the learning algorithms. i am very familiar with regression and would just like to see how neural nets handle this problem so i've been using the nnet package. i simply want to use a 3 layer neural net, ie 1 input, 1 hidden layer (where the hidden layer is linear, since i
2003 Jan 27
1
survival bug? (PR#2499)
--Apple-Mail-27-953181986 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed a possible bug with survival analysis - either in R or in SPSS... find more details in bug.doc, and the data in bug.txt best Pius Korner --Apple-Mail-27-953181986 Content-Disposition: attachment Content-Type: multipart/appledouble; boundary=Apple-Mail-28-953181987
2008 Aug 15
1
Strange error message from geoR´s likfit () lik. max. func.
ComRades: I am geeting the error message Error in ldots[[which(MET)]] : attempt to select less than one element when I try to fit the geostatistical model with the likfit() function of geoR. I have tried with old data for which likfit() successfully maximised the likelihood in previous versions of geoR, and yet the current version fails. I have tried in Windows Vista and Windows XP (I haven't
2015 Apr 23
2
cálculo de distancias
¡Hola! Estoy tratando de hacer una matriz que contenga los valores de distancias entre distintos elementos (con sus respectivas coordenadas x e y), pero salta un error, y no sé como corregirlo. ¿alguna idea? muchas gracias! saludos!! Priscila -- Dra. Priscila Ana Powell Instituto de Ecología Regional Facultad de Ciencias Naturales e Instituto Miguel Lillo Universidad Nacional de Tucumán
2008 Dec 03
1
Broken sorting(?)
Somewhere between revision f5554ae61732 (12 days ago) and the release of 1.2a4 (f53952ac4285; 9 days ago) sorting appears to have broken. With the older revision, I see the following (using Maildir): a sort (ARRIVAL) US-ASCII ALL * SORT 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
2016 Apr 01
0
weird output rsync version 3.1.1
Hi all, When running rsync with following parameters, I get some strange output for a lot of paths. This does not happen on every path, but I see it often: rsync --stats --numeric-ids -lptgoD --files-from=/tmp/zkrsync/tmpUaSGa2 -r /data/.snapshots/backup/ rsync://osd010.gigalith:5555/zkrs-data 5: 5: 5: 5: 5: 5: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
2001 Apr 27
1
creating expressions inside loop
Hello all, may be someone can give me a hint how to solve a little problem. I'm trying to create some expressions inside a for-loop which i want to evaluate AFTER this creation loop (but loop specific). To explain my problem here comes the code: y.mat <- t(matrix(rep(84:90,8) + as.numeric(gl(8,7)),nrow=7)) # > y.mat[1:2,] # [,1] [,2] [,3] [,4] [,5] [,6] [,7] # [1,] 85 86
2007 Oct 14
1
This is a fsck log,what's the problem?
This is a fsck log of my computer ,everytime when boot the system show this things, what's the problem? And how can I cancel it when system boot? Log of fsck -C -R -A -a Sun Oct 14 21:00:34 2007 fsck 1.40.2 (12-Jul-2007) dosfsck 2.11, 12 Mar 2005, FAT32, LFN /dev/hdb1: 18222 files, 425355/1053230 clusters dosfsck 2.11, 12 Mar 2005, FAT32, LFN /dev/hdb10: 22 files, 571488/1248831 clusters
2007 Jul 02
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 51 + test/trace/Makefile.am | 16 test/trace/chartoascii-4.swf |binary test/trace/chartoascii-4.swf.trace | 7 test/trace/chartoascii-5.swf |binary test/trace/chartoascii-5.swf.trace | 1011 ++++++++++++++++++++++++++++++++++++ test/trace/chartoascii-6.swf |binary test/trace/chartoascii-6.swf.trace | 1008
2013 Dec 12
1
Need help in addressing this error - ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: tlsv1 alert unknown ca
Hi , I am new to this puppet. I am implementing a network where my cisco switch will contact the puppet server for getting the configuration. I tried installing open source puppet and was successful in pushing down the configurations. I wanted then to try the same exercise with puppet enterprise 3.1. I installed puppet enterprise in a different server and changed my puppet agent (switch) to
2000 Jul 20
1
bad R bug
Hi, I am not on this mailing list, but here is a terrible bug that has stopped me in my tracks. I am unable to remove observations from a data matrix. temp is the original matrix. Notice that there are 288 entries with a 104 in the first column. I attempt to remove these entries, but R does not do it. brad ACTUAL COMMANDS: > dim(temp) [1] 30528 11 > table(temp[,1]) 1 3 4
2007 Jun 28
0
WEIBULL FRAILTY MODEL HELP
Dear R users, I try to write an rcode for a paranetric weibull model with unobserved heterogeneity. The data I have are giuven below. ( The data comes from Keiding and Klein artricle published in the Statistics in Medicine 1996) . While the simple weibull model runs perfectly ( I get -2*loglikelihood 1093,905), the weibull frailty model does not run well. The code I write is :
2005 Sep 29
1
Bug in lmer?
I am relatively new to R so I am not confident enough in what I am doing to be certain this is a bug. I am running R 2.1.1 on a Windows XP machine and the lme4 package version 0.98-1. The following code fits the model I want using the nlme package version 3.1-60. mltloc$loc <- factor(mltloc$loc) mltloc$block <- factor(mltloc$block) mltloc$trt <- factor(mltloc$trt) Mltloc <-
2000 Jul 05
0
svd() (Linpack) problems/bug for ill-conditioned matrices (PR#594)
After fixing princomp(), recently, {tiny negative eigen-values are possible for non-negative definite matrices} Fritz Leisch drew my attention to the fact the not only eigen() can be funny, but also svd(). Adrian Trappleti found that the singular values returned can be "-0" instead of "0". This will be a problem in something like sd <- svd(Mat) $ d
2007 Jul 24
0
a problem about decode !help me!
I try test speex in windows.When I try decode a test frames of data encoded by speexenc.exe app.The defrence is the decoded data by speexdec.exe is not same by my app.Here is my test code:what errors I made? Thank you! (My app user speex-1.2beta1 library) int frame_size; int nbBytes=0; int lookahead; int sampleRate=8000; SpeexBits bits; void *dec_state; bEnhance=1; float output[2000]; char
2000 Jun 22
0
Standard genres for the &quot;Genre&quot; Field?
It might be a good idea to have a list of standard genres that are suggested for use in the Genre field, just so that (polished) encoders can give the user a list to pick from when encoding a song, instead of making the user come up with one their own. This might seem like an encoder issue at first, but if two different encoders use two different names for a specific genre it's going to
2007 Jan 08
1
Problem moving to 1.1.3
I'm working on an embedded product, upgrading it from 1.1.2 to 1.1.3. I'm getting lousy compression for FLAC files that are encoded with 1.1.3 (integer only). The resulting FLAC files still sound correct and will decode properly, but are only compressed about 10% even when compressed at the highest level (I get about 40% compression with the same files in 1.1.2). Here is a typical slice
2004 Mar 16
2
Cannot compile wine
Hello all, I must point out before i start that i dont know any C or C++ or whatever programming languages. I am trying to install WINE-20040309 from source code onto my Mandrake 9.2 machine. I run wineinstall and it runs fine for a while, then comes up with: make[2]: Entering directory `/home/samon/Wine Stuff/wine-20040309/dlls/msi' gcc -c -I. -I. -I../../include -I../../include
2013 Nov 22
0
[xen-unstable test] 22084: tolerable FAIL - PUSHED
flight 22084 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/22084/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-armhf-armhf-xl 5 xen-boot fail never pass test-amd64-i386-xend-winxpsp3 16 leak-check/check
2008 Mar 31
1
concatenating two successive time series
Dear Helpers, I am looking for methods and tools to compare and then to concatenate two successive time series. They are both in the same frequency and they describe one phenomena. There is no time gap between them. The problem is that the method of measurements has changed between both time series and they are no statistically the same. I would like to merge them to receive one homogeneous