Learn R Programming

BeyondBenford (version 1.4)

Blon.val.sd: Blondeau Da Silva's standard deviations

Description

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).

Usage

Blon.val.sd(lwbound = 10^(dig - 1), upbound, fig, dig = 1)

Arguments

lwbound

A positive integer, which characterizes the data. All (or most) of the data are greater than this "lower bound".

upbound

A positive integer, which characterizes the data. All (or most) of the data are lower than this "upper bound".

fig

The considered figure.

dig

The chosen position of the digit (from the left).

Value

The function returns Blondeau Da Silva's standard deviations of digit frequencies.

Examples

Run this code
# NOT RUN {
Blon.val.sd(171,825, 5, dig = 3)
# }

Run the code above in your browser using DataLab