<< factorial Probas Stats geometric_prob >>

Scilab Scholar module for schools >> Probas Stats > frequency_rand_int

frequency_rand_int

relative frequency of random integers

f = frequency_rand_int(p,m,n)

Arguments

p

positive integer

m

integer

n

integer

f

vector of integers

Description

frequency_rand_int(p,m,n) returns the relative frequencies of the realizations of random integers drawn between m and n with p random drawings, where p is a strictly positive integer, m and n are integers with m<=n.

Examples

// relative frequencies of ten throws of a die
frequency_rand_int(10,1,6)

See Also

<< factorial Probas Stats geometric_prob >>