Displaying 20 results from an estimated 288 matches for "jl".
Did you mean:
jul
2009 Oct 07
1
Buglet in qbeta?
Hi,
I sometimes play around with extreme parameters for distributions and
found that qbeta is not always monotone as the following example shows.
I don't know whether this is serious enough to submit a bug report (as
this example is near to the limitations of floating point arithmetic).
Josef
> x <- qbeta((0:100)/100,0.01,5)
> x
[1] 0.000000e+00 1.253990e-201 1.589622e-171
2011 Feb 15
1
Estimation of an GARCH model with conditional skewness and kurtosis
Hello,
I'm quite new to R but tried to learn as much as possible in the last
few months.
My problem is that I would like to estimate the model of Leon et al. (2005).
I have shortly summarised the most important equations in the following
pdf file:
http://hannes.fedorapeople.org/leon2005.pdf
My main question is now how could I introduce these two additional terms
into the Likelihood
2008 Mar 26
2
choose fails a fundamental property of binomial coefficients (PR#11035)
Full_Name: Jerry W. Lewis
Version: 2.7.0 (2008-03-23 r44847)
OS: Windows XP Professional
Submission from: (NULL) (71.184.230.48)
choose(n,k) = choose(n,n-k) is not satisfied if either
1. n is a negative integer with k a positive integer (due to automatically
returning 0 for n-k<0)
2. n is not an integer with k a positive integer (due to rounding n-k to an
integer, compounded by
2008 Jan 07
2
chi-squared with zero df (PR#10551)
Full_Name: Jerry W. Lewis
Version: 2.6.1
OS: Windows XP Professional
Submission from: (NULL) (24.147.191.250)
pchisq(0,0,ncp=lambda) returns 0 instead of exp(-lambda/2)
pchisq(x,0,ncp=lambda) returns NaN instead of exp(-lambda/2)*(1 +
SUM_{r=0}^infty ((lambda/2)^r / r!) pchisq(x, df + 2r))
qchisq(.7,0,ncp=1) returns 1.712252 instead of 0.701297103
qchisq(exp(-1/2),0,ncp=1) returns 1.238938
2010 Jan 29
1
qpois Help problems (PR#14200)
Full_Name: Jerry W. Lewis
Version: 2.10.1
OS: Windows XP Professional
Submission from: (NULL) (198.180.131.21)
In the line
"The quantile is right continuous: qpois(q, lambda) is the smallest integer x
such that P(X <= x) >= q."
"q" is used as a probability when the Arguments section defines it to be a
quantile.
Also there are some representation problems where the
2012 Sep 04
9
[Bug 54512] New: xrandr does not detect screen
https://bugs.freedesktop.org/show_bug.cgi?id=54512
Bug #: 54512
Summary: xrandr does not detect screen
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2016 May 05
2
No remapping of clone instruction in CloneBasicBlock
...struct.Node** %next30, align 8, !dbg !91, !tbaa !92
tail call void @llvm.dbg.value(metadata %struct.Node* %8, i64 0, metadata !28, metadata !34), !dbg !41
%cmp = icmp eq %struct.Node* %8, null, !dbg !52
br i1 %cmp, label %no_silent.loopexit, label %while.body, !dbg !54
Clone Block:
sw.epilog.jl: ; No predecessors!
%no_final.1.jl = phi i32 [ %no_final.055, %while.body ], [ 1, %if.end29 ], [ %no_final.055, %sw.bb20 ], [ %no_final.055, %sw.bb15 ], [ %no_final.055, %sw.bb10 ], [ %no_final.055, %sw.bb6 ], [ %no_final.055, %sw.bb2 ], [ %no_final.055, %sw.bb...
1999 Mar 18
2
e1071 and netpbm
Having compiled and successfully installed e1071 on a previous machine
(and run under 0.62.4) I want to compile it on a new machine to run under
0.63.3 but the loader can't find netpbm - both machined are RH5.2 Linux
installations.
I have some quite old netpbm's on a CD but none more recent and I
certainly didn't install them on my old machine. I can't locate or rpm -q
or rpm
1999 Mar 18
2
e1071 and netpbm
Having compiled and successfully installed e1071 on a previous machine
(and run under 0.62.4) I want to compile it on a new machine to run under
0.63.3 but the loader can't find netpbm - both machined are RH5.2 Linux
installations.
I have some quite old netpbm's on a CD but none more recent and I
certainly didn't install them on my old machine. I can't locate or rpm -q
or rpm
2001 Oct 10
2
How to comment out multiple lines in R source code?
Hi,
Is there a way to comment out multiple lines at once in R source code like C
language's /* */ struct?
This is quite useful when one is testing different sections of a source
code.
Thanks,
Jonathan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...call _calloc
lea edx, [r15-1]
movsxd r8, edx
mov ecx, r15d
add ecx, 0FFFFFFFEh
js loc_100000DFA
test r15d, r15d
mov r11d, [rax+r8*4]
jle loc_100000EAE
mov ecx, r15d
add ecx, 0FFFFFFFEh
mov [rsp+48h+var_34], ecx
movsxd rcx, ecx
lea rcx, [rax+rcx*4]
mov [rsp+48h+var_40], rcx
lea rcx, [rax+4]...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...>> movsxd r8, edx
>> mov ecx, r15d
>> add ecx, 0FFFFFFFEh
>> js loc_100000DFA
>> test r15d, r15d
>> mov r11d, [rax+r8*4]
>> jle loc_100000EAE
>> mov ecx, r15d
>> add ecx, 0FFFFFFFEh
>> mov [rsp+48h+var_34], ecx
>> movsxd rcx, ecx
>> lea rcx, [rax+rcx*4]
>> mov [rsp+48h...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...t;>> mov ecx, r15d
>>>> add ecx, 0FFFFFFFEh
>>>> js loc_100000DFA
>>>> test r15d, r15d
>>>> mov r11d, [rax+r8*4]
>>>> jle loc_100000EAE
>>>> mov ecx, r15d
>>>> add ecx, 0FFFFFFFEh
>>>> mov [rsp+48h+var_34], ecx
>>>> movsxd rcx, ecx
>>>> lea rcx, [rax+rcx*4]
&...
2011 Nov 10
3
counting columns that match criteria
...than 1
4 1 4 1 <-2 columns greater than 1
3 3 3 3 <-3 columns greater than 1
Then I want to filter by that number, my idea is to create a new column
storing the number calculated and subset() by it.
Any hints?
Thanks in advance
JL
[[alternative HTML version deleted]]
2007 Oct 28
0
calibration question
Good afternoon!
I have the following data:
a<-data.frame (id_hh=c(1:5), strata=c(1,1,2,2,1), Nhstrata=c(100,100,200,200,100), Nrmemb=c(2,4,2,5,4))
a$ocmemb1<-c("wk","jl","st","jl","st")
a$ocmemb2<-c("wk","jl","st","wk","wk")
where id_hh is a code of identification for the household (my analysis refers to households), strata is the strata from which the hh is sampled, Nhstrata...
1999 Apr 06
2
Funny warning message
Hi
Sometimes (and I haven't yet found out what causes it) I get a message:
Warning: ingnored non-function "t"
I think it may be either when I have done a Ctl-C to break in or I may
have inadvertently named a variable after one of the many system or other
functions. I have seen names other than "t".
Anyway, the only way I can get rid of it is to exit and restart. I
1998 Jun 19
2
R-beta: INSTALL
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 1515 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980619/2b2103c8/attachment.pl
2007 Oct 27
1
[non-statistics question]methodological problem
...my question regards more the methodological part that accompanies survey design and the statistical part that is involved.
So, I have the following data:
a<-data.frame (id_hh=c(1:5), strata=c(1,1,2,2,1), Nhstrata=c(100,100,200,200,100), Nrmemb=c(2,4,2,5,4))
a$ocmemb1<-c("wk","jl","st","jl","st")
a$ocmemb2<-c("wk","jl","st","wk","wk")
where id_hh is a code of identification for the household (my analysis refers to households), strata is the strata from which the hh is sampled, Nhstrata...
2002 Nov 25
2
weird behaviour of commands option : bug or not ?
Hello
I think I've found a bug but since no one replied to me on comp.security.ssh,
I'll try my luck here.
On my client, PreferredAuthentications is set to publickey,password.
When using the commands option in authorized_keys file like
command="ls" ssh-dss <key>... it is supposed to connect using the private key
associated with <key>, perform ls and then quits.
1998 May 11
2
R-beta: Corrections to documentation
Thanks to Peter Dalgaard's message, I learned a bit more about the 'par'
function and rewrote my HTML help file accordingly. Is it appropriate
to submit such changes somewhere to improve the documentation? I would
also be willing to write some missing documentation as well.
Dr. Jim Lemon
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing