CharnetEx4.1: Valores de uma Vari<c3><a1>vel Aleat<c3><b3>ria...

Description Format Source Examples

Description

Valores de uma vari<c3><a1>vel aleat<c3><b3>ria X cont<c3><ad>nua.

Format

Um vetor num<c3><a9>rico com 20 elementos.

Source

CHARNET et al. (2008), Cap<c3><ad>tulo 4, exerc<c3><ad>cio 1, p<c3><a1>g. 82.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(CharnetEx4.1)
str(CharnetEx4.1)

hist(CharnetEx4.1, prob = TRUE)
lines(density(CharnetEx4.1), col = 4)
rug(CharnetEx4.1)

# Considerando o exerc<c3><ad>cio proposto em Charnet, 2008
plot(CharnetEx4.1^3 ~ CharnetEx4.1,
     ylab = expression(Y==X^3),
     xlab = "X")

pet-estatistica/labestData documentation built on May 25, 2019, 12:47 a.m.