mean.symbolic_interval | R Documentation |
This function compute the symbolic mean for intervals
## S3 method for class 'symbolic_interval'
mean(x, method = c("centers", "interval"), trim = 0, na.rm = F, ...)
## S3 method for class 'symbolic_tbl'
mean(x, ...)
x |
A symbolic interval. |
method |
The method to be use. |
trim |
As in R mean function. |
na.rm |
As in R mean function. |
... |
As in R mean function. |
Oldemar Rodriguez Rojas
Billard L. and Diday E. (2006). Symbolic data analysis: Conceptual statistics and data mining. Wiley, Chichester.
Rodriguez, O. (2000). Classification et Modeles Lineaires en Analyse des Donnees Symboliques. Ph.D. Thesis, Paris IX-Dauphine University.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.