search for: paremeter

Displaying 20 results from an estimated 28 matches for "paremeter".

Did you mean: parameter
2011 Sep 25
2
Increase space between xlab and X axis tick labels
People, I am using the "las=2" parameter to rotate the labels for the X axis ticks but it means that they are almost touching the "xlab" string. I have been messing around with the "mai" paremeter but that doesn't help - is there some way of increasing the space between xlab and the X axis tick labels? Thanks, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil at pricom.com.au
2006 Mar 09
2
TDM11B Hang up detection not working in France ?
...ntos 4.2, 1 TDM11B (1 Fxo / 1 fxs ), 1 phone, 1 softphone I'm in France When someone from PSTN calls and hangs up before the call is answered, internal extension keeps ringing until timeout occurs. PSTN line keeps busy. Hangup detection doesn't work. I've played with different paremeters (callprogress, busydetect, busycount, hanguponpolarityswitch) without success. I've googled around and it seems this problem is specific to France. Is there any French people in this list that has a TDM11B that hangs up correctly ? regards Pascal OFFREDO ________________________...
2011 Jan 24
2
how to get loglik parameter from splm package?
splm package is a r implemention of spatial panel data models. and the loglik paremeter is most important infomation for splm methods. but i found the loglik always been null ,it's craze to get right estimation in splm with null loglik. Any one knows the splm package and can get the right loglik ? please help me. thanks -- View this message in context: http://r.789695.n4.nabb...
2006 Aug 31
1
alpha in Holt-Winters method
Hi, I'd like to know if the Holt-Winters function in R can modify the alpha paremeter in an "intelligent" way. I know it can vary from 0 to 1. Wich mathematical formula does it use to calculate the correct value of alpha? Thanks, bye. Carlo
2010 Aug 31
1
wavelet parameters with sowas
Hello everybody. My name is Angela. I'm doing wavelet using the sowas library. The problem I have is that I don't know how to choose the paremeters to describes differnt wavelet analysis. How I select the noctave, nvoice, w0, s0,...? I hope my question is clear enough. Thank you very much beforehand. Angela -- View this message in context: http://r.789695.n4.nabble.com/wavelet-parameters-with-sowas-tp2401776p2401776.html Sent from the R h...
2004 Dec 09
1
System is computationally singular?
Hi all, I was using the Newton-Raphson method to estimate paremeters in the model developed by my supervisor. However, when I interatively computed theta(t+1)=theta(t) - solve(H)*s (where the Hessian matrix and score vector were explicitely derived), I got the error message: Error in solve.default(H) : system is computationally singular: reciprocal condition number...
2007 Apr 27
1
bootstrap
...bs=c(0.05,0.95)) } boot.out <- boot(y,Quantile, R=999, sim="ordinary") Error in statistic(data, original, ...) : unused argument(s) (c(1, 2, 3, 4, 5, 6, 7, 8 I think that it's due to another parameter (stype) that I have not included but I don't know what this paremeter represents. Many thanks for any suggestion. Bernard --------------------------------- [[alternative HTML version deleted]]
2007 Apr 18
1
Can''t change ipt_conntrack hashsize under debian sarge ???
...876 * 8 = 23002 But the near power of 2 is 2^16 = 131072 ... I''m not sure that if it better to put 184064 or 131072 ? Seems that netfilter algorythm is more eficient with power of 2 value ? I can set the CONNTRACK_MAX value but not the HASHSIZE ... I''ve tried add hashsize= paremeter in /etc/modules or in /etc/modprobe.d/arch/i386 and I''ve done an "update-modules" ... When reboot the server the value still 8192 ???? Any Ideas ? Moreover I''ve read somewhere that is better to augment HASHSIZE value to 1:2 ratio ... in my case 65440 But how can I d...
2012 Nov 27
0
[LLVMdev] MCJIT and Lazy Function Creators
...onably large number of parameters. That sort of exercise on combinatorics could work for me, but others would be forced to replicate the work for they own projects and that's precisely what a library should avoid. And, possibly, on some cases a user might need a truly generic method: think on a paremeter or return value with user-defined type (`user' here means the guy who wrote the code being compiled, not the compiler's writer.)
2011 Jun 17
3
[LLVMdev] LLVM-based address sanity checker
...crash 402eda: 52 push %rdx << encode is_write and size in the opcode (note: with a good disassembler and some work we can leave just ud2 or equivalent) -mllvm -asan-use-call 402ed5: 48 89 df mov %rbx,%rdi << address is the paremeter to __asan_report_error_2 402ed8: e8 53 69 00 00 callq 409830 <__asan_report_error_2> << is_write and size is encoded in the function name --kcc > > > On 32-bit, the shadow region is: >> [0x28000000, 0x3fffffff] HighShadow [0x24000000, 0x27ffffff] S...
2012 Nov 27
2
[LLVMdev] MCJIT and Lazy Function Creators
I guess we'll have to add that to the list of things that needs to be done to replace the old JIT. In the projects I've worked on that use MCJIT, we've been using getPointerToFunction and then calling it from outside the MCJIT engine, but I suppose that the generic handling in runFunction would be useful in some cases. -Andy -----Original Message----- From: llvmdev-bounces at
2011 Jun 21
0
[LLVMdev] LLVM-based address sanity checker
...push %rdx << encode > is_write and size in the opcode > (note: with a good disassembler and some work we can leave just ud2 or > equivalent) > > -mllvm -asan-use-call > 402ed5: 48 89 df mov %rbx,%rdi << address is the > paremeter to __asan_report_error_2 > 402ed8: e8 53 69 00 00 callq 409830 > <__asan_report_error_2> << is_write and size is encoded in the function > name > > > --kcc > > >> >> >> On 32-bit, the shadow region is: >>> [0x280000...
2004 Mar 16
2
glm questions
...present if the scaled deviance exceeds the degrees of freedom? 3. When I run "example(glm)" at the end there's a Gamma model and the printout says: (Dispersion parameter for Gamma family taken to be 0.001813340) I don't find an estimate for the Gamma distribution's shape paremeter in the output. I'm uncertain what the reported dispersion parameter refers to. Its the denominator (phi) in the exponential family formula, isn't it? y*theta - c(theta) exp [ --------------------- - h(y,phi) ] phi...
2009 Jan 30
2
Using dovecot sasl for authenticating in openldap
...sswords in one place I would like to authenticate openldap users over dovecot-sasl. So looking at this page: http://www.openldap.org/doc/admin24/security.html I figure it could be done using Pass-Through authentication. For this, I need to create /usr/lib/sasl2/slapd.conf And adding a few config paremeters. This is a example mech_list: plain pwcheck_method: saslauthd saslauthd_path: /var/run/sasl2/mux I understand the mech_list parameter, but I have no Idea what to put in for the rest. Any help? Thanks! Nathan
2011 Feb 20
0
Extreme Values - Help with GPD function
...brary, but it kept giving me an error message (I don't remember exactly what), and I've tried to use the ppareto and pgenpareto function from the actuar package, but they did not work either (I think because the shape parameter has to be positive, which mine is not). Since the shape paremeter is less than 0, I believe that the GPD is of the beta type. If any of you could help me answer this quandry (I'm a bit of a beginner in R) it would help me a lot. Thank you. ---------------------------------------------------------------- This message was sent using Illinois State Univer...
2003 Jun 13
0
send DTMF digits
Hi list, What paremeter can I change to control interdigit timing? Because my PSTN provider aren't receiving all the digits I dialed on Zap/g1. My Zap/g1 are an E1 (E400P) using E&M immediate sigalling. thanks in advance Eduardo
2003 Mar 25
1
NEWBIE : Configure Samba
Hi all, 1st, sorry for ask those questions one more time on the list. I desesperately type to install Linux and (of course) Samba on my home network. I have 1 server, running W2K pro who should migrate to Linux asap. The 2 workstations are running W2K pro and would stay with this f... OS. My questions : 1. The nicest way to use accounts seems to use the Linux accounts and to synchronize them
2004 Jul 09
0
Samba Mount ignoring username
...| ERRDOS - ERRnoaccess (Access denied). When I turned on >logging on the >| XP workstation I discovered that it's logging a failed login attempt >| by ROOT, and also using the default workgroup name that is >entered in >| the smb.conf file. >| Basically it is ignoring the paremeters that I'm entering >with the mount >| command. The following command is what I'm using >| >| mount -t smbfs -o user=administrator,password=xxxxxx >//10.0.100.72/c$ >| /sharefolder >| >| This is the local administrator user to the workstation. >| >| Here is w...
2006 Aug 19
1
Samba & ACLs?
How exactly do Samba 3.x and ACLs interrelate? With the mount parameter I've turned on ACLs on the whole filesystem that Samba has various pointers into (including all the home directories and the netlogon). I started out naively assuming that the *nix uidNumber/gidNumber Samba mapped the end user to would behave exactly the same whether they were a Samba user or were logged on locally. But
2010 Nov 21
0
How to configure a Linksys PAP2T ATA to connect an analog fax machine to Asterisk
...gt;<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> SIP (tab) RTP Paremeters (section) *RTP Packet Size: 0.020 (or 0.010) Line (tab) Network Settings (section) *Network Jitter Buffer: very high (or extremely high) Jitter Buffer Adjustment: disable Supplementary Service Subscription (section) *Call Waiting Serv: no Block ANC Serv: no Cfwd All Serv: no Cf...