Z: Standardise by subtracting off expectation and dividing by...

Description Usage Arguments Examples

Description

This is often called the z score.

Usage

1
Z(x)

Arguments

x

a random variable

Examples

1
2
3
4
dice <- rv(1:6)
(zdice <- Z(dice))
E(zdice)
SD(zdice)

almartin82/rv2alm documentation built on May 10, 2019, 10:25 a.m.