Learn R Programming

discreteRV (version 1.2.2)

skewSim: Skew of the empirical distribution of simulated data

Description

Skew of the empirical distribution of simulated data

Usage

skewSim(X.sim)

Arguments

X.sim
A simulated data vector produced with the 'rsim()' function

Examples

Run this code
X <- RV(c(100000,10000,0), c(0.00025,0.005,0.99475))
X.sim <- rsim(X, 200000)

skewSim(X.sim)

Run the code above in your browser using DataLab