search for: primoz

Displaying 9 results from an estimated 9 matches for "primoz".

Did you mean: primo
2009 Sep 28
2
Regression line w/ residuals - tuning the plot
...under the upper one (the x-axes should match). Most likely I am not using the correct terminology (if I would have known it, I could have looked in the help pages myself, thank you :), but I hope that the attached files make more sense of what I am trying to do. Thanks in advance. All the best, Primoz -- Primo? Peterlin, In?titut za biofiziko, Med. fakulteta, Univerza v Ljubljani Lipi?eva 2, SI-1000 Ljubljana, Slovenija. primoz.peterlin at mf.uni-lj.si Tel +386-1-5437612, fax +386-1-4315127, http://biofiz.mf.uni-lj.si/~peterlin/ F8021D69 OpenPGP fingerprint: CB 6F F1 EE D9 67 E0 2F...
2009 Oct 09
1
Substituting the extracted coefficients into the formula, exctracted from the result of nls()
...coef(yfit))) curve(f, ...) However, this snippet of code doesn't work. Am I thinking into the correct direction at all? Thanks in advance. All the best, Primo? -- Primo? Peterlin, In?titut za biofiziko, Med. fakulteta, Univerza v Ljubljani Lipi?eva 2, SI-1000 Ljubljana, Slovenija. primoz.peterlin at mf.uni-lj.si Tel +386-1-5437612, fax +386-1-4315127, http://biofiz.mf.uni-lj.si/~peterlin/ F8021D69 OpenPGP fingerprint: CB 6F F1 EE D9 67 E0 2F 0B 59 AF 0D 79 56 19 0F
2004 Apr 01
4
sip problems
chan_sip.c6524 reload_config= unable to get ip address from asterisk, sip disabled The ip address is working fine, Internet works great. Can anyone help...Thanks
2010 Jan 12
1
Multiple symbols per single line in a legend
..."increasing frequency" and the second one would read <circle> <triangleup> "decreasing frequency". Before resorting to box() and text() I would like to check whether some clever method already exists that would solve my problem. :) Thanks in advance. All the best, Primoz -------------- next part -------------- A non-text attachment was scrubbed... Name: example.png Type: image/png Size: 8544 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100112/daaef998/attachment.png>
2010 May 19
0
Piecewise nls w/ boundary as a fitting parameter
...and then fit only y0 and k? What is the preferred method for obtaining break point (I am not even sure if I am using this term correctly). Thanks in advance, Primo? -- Primo? Peterlin, In?titut za biofiziko, Med. fakulteta, Univerza v Ljubljani Lipi?eva 2, SI-1000 Ljubljana, Slovenija. primoz.peterlin at mf.uni-lj.si Tel +386-1-5437612, fax +386-1-4315127, http://biofiz.mf.uni-lj.si/~peterlin/ F8021D69 OpenPGP fingerprint: CB 6F F1 EE D9 67 E0 2F 0B 59 AF 0D 79 56 19 0F
2008 Jun 19
5
Grandstream Busy Light Fields
...exten => _**7X,2,Hangup exten => _**8X,1,Pickup(${EXTEN:2}) exten => _**8X,2,Hangup [BLF] exten => 60,hint,SIP/60 ; Jozi exten => 61,hint,SIP/61 ; Fax exten => 62,hint,SIP/62 ; Tomaz exten => 63,hint,SIP/63 ; Luka exten => 64,hint,SIP/64 ; Petra exten => 65,hint,SIP/65 ; Primoz exten => 66,hint,SIP/66 ; Tibor exten => 67,hint,SIP/67 ; Gregor exten => 68,hint,SIP/68 ; Bostjan exten => 69,hint,SIP/69 ; Oskar exten => 70,hint,SIP/70 ; Jan exten => 71,hint,SIP/71 ; Sinisa exten => 73,hint,SIP/73 ; Tomaz Doma exten => 78,hint,SIP/78 ; Tomaz Ratece exten...
2009 Feb 06
0
[LLVMdev] Register variables
> Wouldn't a thread-local global variable solve your problem? > > Best regards, > --Edwin Are thread-local variables supported on all platforms? If so, than probably yes... both the pointers would probably be kept in the processor cache, which would speed-wise probably be comparable (will it be?) with keeping variables in the registers. - Tom Primožič -------------- next part
2007 Dec 26
0
[LLVMdev] Fwd: Compiling to Win32
Hello! I have previously posted this question on llvm-bugs, but I was redirected and asked to post to llvmdev, so I'm resending this message to this mailing list. I am interested in LLVM, particularly for the implementation of a programming language, and have been looking at the LLVM documentation recently. However, I was wondering what exactly do these two lines, extracted from the
2009 Feb 06
1
[LLVMdev] Register variables
Hello! I have been considering using LLVM for my compiler project for some time now, and have been extensively researching its capabilities. However, I have come to a sticking point that I cannot solve. My language is a multi paradigm language, but with the emphasis on "functional". As such, it is expected that programs will allocate a lot of small, short-lived data. This means, in