On 9/9/21 5:54 AM, Hiroaki Yutani wrote:
> Thank you for the prompt reply.
>
> > There in not such a mechanism, yet, but can be added, at least for
> > diagnostics.
>
> For example, can R.version somehow contain the information?
Yes, now added to the experimental builds. R.version$crt contains "u
Hello,
I'm currently working on Python numpy package to develop linear interpolation
methods for quantiles.
Currently, numpy only support the type 7 of Hyndman & Fan and I did the
implementation for the 8 other methods to do as much as R ::quantile.
As you may guess, I was inspired by R impl
On 9/14/21 9:22 AM, Abel AOUN wrote:
Hello,
I'm currently working on Python numpy package to develop linear interpolation
methods for quantiles.
Currently, numpy only support the type 7 of Hyndman & Fan and I did the
implementation for the 8 other methods to do as much as R ::quantile.
As
Thanks for both, I'll try these features.
2021年9月14日(火) 22:40 Tomas Kalibera :
>
>
> On 9/9/21 5:54 AM, Hiroaki Yutani wrote:
>
> Thank you for the prompt reply.
>
> > There in not such a mechanism, yet, but can be added, at least for
> > diagnostics.
>
> For example, can R.version somehow contai
On 9/14/21 9:22 AM, Abel AOUN wrote:
> However I don't get why epsilon is multiplied by 4 instead of simply using
> epsilon.
> Is there someone who can explain this 4 ?
.Machine$double.eps is the "precision" of floating point values for values
close to 1.0 (between 0.5 and 2.0).
Using fuzz =