Le mar. 3 août 2021 à 00:09, Alex Herbert a écrit :
>
> The PoissonDistribution defines the method:
>
> /**
> * Calculates the Poisson distribution function using a normal
> * approximation. The {@code N(mean, sqrt(mean))} distribution is used
> * to approximate the Poisson distribution. The co
Le lun. 2 août 2021 à 23:52, Alex Herbert a écrit :
>
> The LogNormalDistribution takes in parameters scale and shape.
>
> The parameters are the mean and standard deviation of the logarithm of the
> random value X. Other libraries use mean (mu) and sigma for the parameters.
> These are the parame
The PoissonDistribution defines the method:
/**
* Calculates the Poisson distribution function using a normal
* approximation. The {@code N(mean, sqrt(mean))} distribution is used
* to approximate the Poisson distribution. The computation uses
* "half-correction" (evaluating the normal distrib
The LogNormalDistribution takes in parameters scale and shape.
The parameters are the mean and standard deviation of the logarithm of the
random value X. Other libraries use mean (mu) and sigma for the parameters.
These are the parameters used on:
- Wikipedia: mu, sigma [1]
- Matlab: mu, sigma [2
On Mon, 2 Aug 2021 at 16:52, Gilles Sadowski wrote:
> Le lun. 2 août 2021 à 17:29, Gary Gregory a
> écrit :
> >
> > IMO make Java 8 the platform requirement.
>
> +0.5 (if the cause is not obvious).
>
> [I don't think that we'll get complaints from people running on Java 1.6
> or 1.7 (?).]
>
A c
Le lun. 2 août 2021 à 17:29, Gary Gregory a écrit :
>
> IMO make Java 8 the platform requirement.
+0.5 (if the cause is not obvious).
[I don't think that we'll get complaints from people running on Java 1.6
or 1.7 (?).]
Regards,
Gilles
>
> Gary
>
> On Mon, Aug 2, 2021, 11:06 Alex Herbert wrot
Le lun. 2 août 2021 à 17:06, Alex Herbert a écrit :
>
> I have been looking at releasing RNG 1.4.
>
> I did a check to update the plugins using:
>
> mvn versions:display-plugin-updates -U -N
>
> I get an issue about requiring Maven 3.3.9 as a minimum version which
> requires JDK 7 [1]. Since the p
IMO make Java 8 the platform requirement.
Gary
On Mon, Aug 2, 2021, 11:06 Alex Herbert wrote:
> I have been looking at releasing RNG 1.4.
>
> I did a check to update the plugins using:
>
> mvn versions:display-plugin-updates -U -N
>
> I get an issue about requiring Maven 3.3.9 as a minimum vers
I have been looking at releasing RNG 1.4.
I did a check to update the plugins using:
mvn versions:display-plugin-updates -U -N
I get an issue about requiring Maven 3.3.9 as a minimum version which
requires JDK 7 [1]. Since the project targets JDK 6 this is not ideal.
Very few versions have been
On Mon, 2 Aug 2021 at 02:32, Matt Juntunen
wrote:
>
> > Then, as a matter of preference, I'd still suggest that "Commons RNG"
> > be released first (if the latter's next release is pending).
>
> Ok. Any thoughts on a timeline for that?
>
I am currently looking at it.
The dryRun build of the rel
10 matches
Mail list logo