Displaying 5 results from an estimated 5 matches for "ofcourrse".
Did you mean:
ofcourse
2025 May 31
2
Simulating mid-points from a defined range
Hi,
Let say I have a range [0, 100]
Now I need to simulate 1000 10 mid-points within the range with
accuracy upto second decimal number.
Let say, one simulated set is
X1, X2, ..., X10
Ofcourrse
X1 < X2 < ... <X10
I have one more constraint that the difference between any 2
consecutive mid-points shall be at-least 5.00.
I wonder if there is any Statistical theory available to support this
kind of simulation.
Alternately, is there any way in R to implement this?
2025 May 31
1
Simulating mid-points from a defined range
...an Smith, <briansmith199312 at gmail.com> wrote:
> Hi,
>
> Let say I have a range [0, 100]
>
> Now I need to simulate 1000 10 mid-points within the range with
> accuracy upto second decimal number.
>
> Let say, one simulated set is
>
> X1, X2, ..., X10
>
> Ofcourrse
>
> X1 < X2 < ... <X10
>
> I have one more constraint that the difference between any 2
> consecutive mid-points shall be at-least 5.00.
>
> I wonder if there is any Statistical theory available to support this
> kind of simulation.
>
> Alternately, is there a...
2025 May 31
1
Simulating mid-points from a defined range
...Smith <briansmith199312 at gmail.com> wrote:
>
> Hi,
>
> Let say I have a range [0, 100]
>
> Now I need to simulate 1000 10 mid-points within the range with
> accuracy upto second decimal number.
>
> Let say, one simulated set is
>
> X1, X2, ..., X10
>
> Ofcourrse
>
> X1 < X2 < ... <X10
>
> I have one more constraint that the difference between any 2
> consecutive mid-points shall be at-least 5.00.
>
> I wonder if there is any Statistical theory available to support this
> kind of simulation.
>
> Alternately, is there a...
2025 May 31
1
Simulating mid-points from a defined range
...Hi,
> >
> > Let say I have a range [0, 100]
> >
> > Now I need to simulate 1000 10 mid-points within the range with
> > accuracy upto second decimal number.
> >
> > Let say, one simulated set is
> >
> > X1, X2, ..., X10
> >
> > Ofcourrse
> >
> > X1 < X2 < ... <X10
> >
> > I have one more constraint that the difference between any 2
> > consecutive mid-points shall be at-least 5.00.
> >
> > I wonder if there is any Statistical theory available to support this
> > kind of si...
2025 May 31
1
Simulating mid-points from a defined range
...a range [0, 100]
> > >
> > > Now I need to simulate 1000 10 mid-points within the range with
> > > accuracy upto second decimal number.
> > >
> > > Let say, one simulated set is
> > >
> > > X1, X2, ..., X10
> > >
> > > Ofcourrse
> > >
> > > X1 < X2 < ... <X10
> > >
> > > I have one more constraint that the difference between any 2
> > > consecutive mid-points shall be at-least 5.00.
> > >
> > > I wonder if there is any Statistical theory available to s...