Tagged Questions
1
vote
4answers
220 views
Get `n` random values between 2 numbers having average `x`
I want to get n random numbers(e.g n=16)(whole numbers) between 1 to 5(including both) so that average is x.
x can be any value between (1, 1.5, 2, 2.5, 3, 3.5, 4, ...
3
votes
3answers
211 views
Definition of random
Suppose that you has to guess given a set of numbers
If they are random.
The mathematical expectation
Is there a definition of randomness that allow this prove/test?
Is even possible? if so: How ...
4
votes
1answer
150 views
Power Mean Random Distribution
I'm trying to find a the distribution for the power mean of $n$ random variables on $[0,1]$.
I've got the arithmetic mean: $\frac{n}{(n-1)!}\sum_{k=0}^{\lfloor ...
