This function calculate the number of times that a specific number appears in the data set. The value depends on the elements that are lower than itself
Usage
frecuency_absolute_acum(v,x)
Arguments
v
Should be a vector
x
Should be a number
Value
A double that represents the number of times that the value appears in the vector regarding the total of elements
Details
The accumulated absolute frecuency formula is the following: