mean.normal: Retrieve the mean of a 'normal' object.

View source: R/normal.R

mean.normalR Documentation

Retrieve the mean of a normal object.

Description

Retrieve the mean of a normal object.

Usage

## S3 method for class 'normal'
mean(x, ...)

Arguments

x

The normal object to retrieve the mean from

...

Additional arguments to pass (not used)

Value

The mean of the normal object

Examples

x <- normal(5, 2)
mean(x)

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.