Displaying 4 results from an estimated 4 matches for "noufaili".
Did you mean:
noufaily
2008 Oct 24
3
Computational problems in R
Dear all,
I would be grateful if anyone can help me with the following:
My aim is to compute explicitely the sum S=A+B where A=sum(exp(c_i/d)),
i=1,...,n;
B, c_i, and d are real numbers with -Inf<B,c_i<+Inf; and d>0.
The problem is that when c_i/d >710 (for some i) R is setting
exp(c_i/d) to be equal to +Inf and hence the whole summation S.
So in simple cases where for example c_i=8
2008 Oct 20
1
Error reporting in R
Hello,
I am hoping someone can help me with the following:
I am applying the function "mle" on a single data set X n times, each
time using a different set of initial values v[i] (i=1,...,n).
The initial values are all finite. Two cases arise:
A- For some sets of initial values mle is giving parameter estimates.
B- For some other initial values, mle is reporting the following error:
2011 Apr 26
1
Running Fortran code from R
Dear R users,
I have a Fortran code that I would like to compile and call from R later.
I have never worked with Fortran before. Does anyone know the steps to create Fortran DLLs for R on a Windows PC.
Is anyone aware of a manual (or does anyone know how to) that explains:
- What tools and software I need to download for that
- How to set the paths in my PC
- What
2009 Dec 11
2
Regularized gamma function/ incomplete gamma function
Dear all,
I would be very grateful if you could help me with:
Given the regularized gamma function Reg=int_0^r (x^(k-1)e^(-x))dx/int_0^Inf (x^(k-1)e^(-x))dx ; 0<r<Inf (which is eventually the ratio of the
Incomplete gamma function by the gamma function), does anyone know of a package in R that would evaluate the derivative of the inverse of Reg with respect to k? I am aware that the