Re: [STATISTICS] Distribution support is connect

2021-11-14 Thread Alex Herbert
On Sun, 14 Nov 2021 at 19:19, Alex Herbert wrote: > > > > On Sun, 14 Nov 2021, 18:58 Phil Steitz, wrote: >> >> >> >> On 11/14/21 2:29 AM, Alex Herbert wrote: >> > Both the discrete and continuous distribution have a property in the >> > interface: >> > >> > /** >> > * Indicates whethe

Re: [STATISTICS] Distribution support is connect

2021-11-14 Thread Alex Herbert
On Sun, 14 Nov 2021, 18:58 Phil Steitz, wrote: > > > On 11/14/21 2:29 AM, Alex Herbert wrote: > > Both the discrete and continuous distribution have a property in the > interface: > > > > /** > > * Indicates whether the support is connected, i.e. whether > > * all values between

Re: [STATISTICS] Distribution support is connect

2021-11-14 Thread Phil Steitz
On 11/14/21 2:29 AM, Alex Herbert wrote: Both the discrete and continuous distribution have a property in the interface: /** * Indicates whether the support is connected, i.e. whether * all values between the lower and upper bound of the support * are included in the su

[STATISTICS] Distribution support is connect

2021-11-14 Thread Alex Herbert
Both the discrete and continuous distribution have a property in the interface: /** * Indicates whether the support is connected, i.e. whether * all values between the lower and upper bound of the support * are included in the support. * * @return whether the support i