Displaying 2 results from an estimated 2 matches for "loesl".
Did you mean:
loess
2025 May 31
1
Simulating mid-points from a defined range
...inko. I
think a 10-tuple of "reals" (scare quotes because of computer precision)
with your specifications is what is wanted.
Bert
"An educated person is one who can entertain new ideas, entertain others,
and entertain herself."
On Sat, May 31, 2025 at 3:43?PM JRG <jrg at loesl.us> wrote:
> I'll second Bert's comments, also assuming this is not homework. In
> addition:
>
> Your use of "mid-point" is not a standard one (in my world), nor perhaps
> is that of "simulate".
>
> Let me attempt to re-state your problem: You...
2025 May 31
1
Simulating mid-points from a defined range
I'll second Bert's comments, also assuming this is not homework. In addition:
Your use of "mid-point" is not a standard one (in my world), nor perhaps is that of "simulate".
Let me attempt to re-state your problem: You wish to choose 10-tuples of integers 0 <= k <= 100 satisfying
1) 0 <= k_i <= 100 for i = 1:10;
and
2) k_(i+1) - k_(i) >= 5 for i =