Displaying 9 results from an estimated 9 matches for "time2nextnuclearweaponstate".
2020 Jan 19
2
rpois(9, 1e10)
...development version of
> Ecfun, available at "https://github.com/sbgraves237/Ecfun"
> <https://github.com/sbgraves237/Ecfun>. This is part of a vignette
> I'm developing, available at
> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"
> <https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd>.
> This includes a simulated mean of a mixture of Poissons that
> exceeds 2e22.? It doesn't seem unreasonable to me to have rpois
> output a numerics rather...
2020 Jan 19
2
rpois(9, 1e10)
...edded in a BMA::bic.glm fit using a simulate.bic.glm function I added
to the development version of Ecfun, available at
"https://github.com/sbgraves237/Ecfun".? This is part of a vignette I'm
developing, available at
"https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd".
This includes a simulated mean of a mixture of Poissons that exceeds
2e22.? It doesn't seem unreasonable to me to have rpois output a
numerics rather than integers when a number simulated exceeds
.Machine$integer.max.? And it does seem to make less sense in such cases
to return...
2020 Jan 19
2
rpois(9, 1e10)
...of Ecfun, available at "https://github.com/sbgraves237/Ecfun"
>> <https://github.com/sbgraves237/Ecfun>. This is part of a
>> vignette I'm developing, available at
>> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"
>> <https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd>.
>> This includes a simulated mean of a mixture of Poissons that
>> exceeds 2e22.? It doesn't seem unreasonable to me to have
>>...
2020 Jan 19
0
rpois(9, 1e10)
...ded to
> the development version of Ecfun, available at
> "https://github.com/sbgraves237/Ecfun"
> <https://github.com/sbgraves237/Ecfun>. This is part of a vignette I'm
> developing, available at
> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"
> <https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd>.
> This includes a simulated mean of a mixture of Poissons that exceeds 2e22.
> It doesn't seem unreasonable to me to have rpois output a numerics rather
> than integers wh...
2020 Jan 19
0
rpois(9, 1e10)
...development version of Ecfun, available at
>> "https://github.com/sbgraves237/Ecfun"
>> <https://github.com/sbgraves237/Ecfun>. This is part of a vignette I'm
>> developing, available at
>> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"
>> <https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd>.
>> This includes a simulated mean of a mixture of Poissons that exceeds 2e22.
>> It doesn't seem unreasonable to me to have rpois output a numerics rather
>>...
2020 Jan 20
2
[External] Re: rpois(9, 1e10)
...t "https://github.com/sbgraves237/Ecfun"
>>>> <https://github.com/sbgraves237/Ecfun>. This is part of a
>>>> vignette I'm developing, available at
>>>> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"
>>>> <https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd>.
>>>> This includes a simulated mean of a mixture of Poissons that
>>>> exceeds 2e22.? It doesn't seem unreasonable to...
2020 Jan 20
0
[External] Re: rpois(9, 1e10)
...un, available at "https://github.com/sbgraves237/Ecfun"
>>> <https://github.com/sbgraves237/Ecfun>. This is part of a
>>> vignette I'm developing, available at
>>> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"
>>> <https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd>.
>>> This includes a simulated mean of a mixture of Poissons that
>>> exceeds 2e22.? It doesn't seem unreasonable to me to have
>...
2020 Jan 20
0
[External] Re: rpois(9, 1e10)
...e at "https://github.com/sbgraves237/Ecfun"
>>>>> <https://github.com/sbgraves237/Ecfun>. This is part of a
>>>>> vignette I'm developing, available at
>>>>> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"
>>>>> <https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd>.
>>>>> This includes a simulated mean of a mixture of Poissons that
>>>>> exceeds 2e22.? It doesn't seem unreasonable to me...
2020 Jan 19
2
rpois(9, 1e10)
So imagine rpois is changed, such that the storage mode of its return
value is sometimes integer and sometimes numeric. Then imagine the case
where lambda is itself a realization of a random variable. Do we really
want the storage mode to inherit that randomness?
On 1/19/20 10:47 AM, Avraham Adler wrote:
> Maybe there should be code for 64 bit R to use long long or the like?
>
> On