powered by
The function returns the Blondeau Da Silva's standard deviation of the frequency of a digit at a given position (once the associated lower and upper bounds have been specified).
Blon.val.sd(lwbound = 10^(dig - 1), upbound, fig, dig = 1)
A positive integer, which characterizes the data. All (or most) of the data are greater than this "lower bound".
A positive integer, which characterizes the data. All (or most) of the data are lower than this "upper bound".
The considered figure.
The chosen position of the digit (from the left).
The function returns Blondeau Da Silva's standard deviations of digit frequencies.
# NOT RUN { Blon.val.sd(171,825, 5, dig = 3) # }
Run the code above in your browser using DataLab