Displaying 7 results from an estimated 7 matches for "briansmith199312".
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
2025 May 31
1
Simulating mid-points from a defined range
...he
original space [0;100]. Select second point. Project it to the original
space. Cut again. Repeat.
Simplified method without cutting: every time mark +/- 5 as a bad space and
select point again if it is in forbidden area.
Hope it helps.
Regards,
Sergiy
On Sat, 31 May 2025, 19:52 Brian 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...
2025 May 31
1
Simulating mid-points from a defined range
...(to me) what you mean by "simulate",
i.e. what your target distribution is, which may depend on/be defined
by the context.
Bert
"An educated person is one who can entertain new ideas, entertain
others, and entertain herself."
On Sat, May 31, 2025 at 11:52?AM Brian 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 <...
2025 May 31
1
Simulating mid-points from a defined range
...,
> i.e. what your target distribution is, which may depend on/be defined
> by the context.
>
> Bert
>
> "An educated person is one who can entertain new ideas, entertain
> others, and entertain herself."
>
>
> On Sat, May 31, 2025 at 11:52?AM Brian 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...
2025 May 31
1
Simulating mid-points from a defined range
...is, which may depend on/be defined
> > by the context.
> >
> > Bert
> >
> > "An educated person is one who can entertain new ideas, entertain
> > others, and entertain herself."
> >
> >
> > On Sat, May 31, 2025 at 11:52?AM Brian 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...
2024 Aug 07
1
Manually calculating values from aov() result
...ression text <https://www.john-fox.ca/AppliedRegression/index.html>.
I hope this helps,
John
--
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
web: https://www.john-fox.ca/
--
On 2024-08-07 8:27 a.m., Brian Smith wrote:
> [You don't often get email from briansmith199312 at gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> Caution: External email.
>
>
> Hi,
>
> Thanks for this information. Is there any way to force R to use Type-1
> SS? I think most textbooks use this only.
>
> Thanks an...
2024 Aug 07
3
Manually calculating values from aov() result
Hi,
Thanks for this information. Is there any way to force R to use Type-1
SS? I think most textbooks use this only.
Thanks and regards,
On Wed, 7 Aug 2024 at 17:00, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> On 2024-08-07 6:06 a.m., Brian Smith wrote:
> > Hi,
> >
> > I have performed ANOVA as below
> >
> > dat = data.frame(
> >