mean.bmop: Mean value for a bmop density

Description Usage Arguments Value Examples

View source: R/1-base-functions.R

Description

Not very suited for high dimension

Usage

1
2
## S3 method for class 'bmop'
mean(x, ...)

Arguments

x

a bmop object

...

for compatibility with mean

Value

numeric value, the mean of the bmop density

Examples

1
2
bmop<-bmop_fit(rnorm(100))
mean(bmop)

gherardovarando/Rbmop documentation built on May 17, 2019, 4:17 a.m.