> On Dec 3, 2015, at 2:03 AM, <dario.rom...@accenture.com> 
> <dario.rom...@accenture.com> wrote:
> 
> 
> library(truncdist)
> 
> When running the following code, the output from extrunc() and vartrunc() is 
> correct:
> 
snipped

> 
> However, changing the mean from 40 to 44:
> m <- 44; v <- 9
> 
> and running the code again, the output is as follows:
> 
> extrunc("gamma",a=0,b=Inf,shape=a,rate=1/s)  # = 3.8101e-06
> vartrunc("gamma",a=0,b=Inf,shape=a,rate=1/s) # = 1945

You are sending this report to the wrong address. There is no assurance that 
the author of this package will ever see it. You should instead do this (with 
the package loaded).

maintainer(‘truncdist’)

And send that code to whatever address that might return.


> ________________________________
> 
> This message is for the designated recipient only and ma...{{dropped:16}}


David Winsemius
Alameda, CA, USA

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to