Learn R Programming

simsem (version 0.2-8)

simCauchy: Create random Cauchy distribution object

Description

Create random Cauchy distribution object. Random Cauchy distribution object will save the location and the scale parameters.

Usage

simCauchy(location = 0, scale = 1)

Arguments

location
The location parameter
scale
The scale parameter

Value

  • SimCauchyRandom Cauchy Distribution object (SimCauchy) that save the specified parameters

See Also

  • VirtualDistfor all distribution objects.

Examples

Run this code
c02 <- simCauchy(0, 2)
    run(c02)
	summary(c02)

Run the code above in your browser using DataLab