Description Usage Arguments Examples
View source: R/variance.factor.R
Title
1 2 3 4 5 6 7 8 | variance.factor(
distribution = NULL,
type = "quantile",
quantile.of.interest = NULL,
proportion.failing = NULL,
number.points = 200,
...
)
|
distribution |
|
type |
|
quantile.of.interest |
|
proportion.failing |
|
number.points |
|
... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
# For the normal distribution
variance.factor(distribution = 'normal',
type = 'quantile',
quantile.of.interest = 0.02,
proportion.failing = 0.2)
# For the smallest extreme value distribution
variance.factor(distribution = 'sev',
type = 'quantile',
quantile.of.interest = 0.02,
proportion.failing = 0.2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.