Blon.val.sd {BeyondBenford}R Documentation

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.

Author(s)

Blondeau Da Silva St\'ephane

Examples

Blon.val.sd(171,825, 5, dig = 3)

[Package BeyondBenford version 1.4 Index]