] Generate quasi-random positive numbers
Hello all:
Is it possible to generate quasi-random positive numbers, given a standard
deviation and mean? I need all positive values to have the same probability of
selection (uniform distribution). Something like:
runif(10, min = 0, max = 100)
This way I
On 05-Aug-2014 10:27:54 Frederico Mestre wrote:
> Hello all:
>
> Is it possible to generate quasi-random positive numbers, given a standard
> deviation and mean? I need all positive values to have the same probability
> of selection (uniform distribution). Something like:
>
> runif(10, min = 0, m
Hello all:
Is it possible to generate quasi-random positive numbers, given a standard
deviation and mean? I need all positive values to have the same probability
of selection (uniform distribution). Something like:
runif(10, min = 0, max = 100)
This way I'm generating random positive numbers fro
3 matches
Mail list logo