summary.DISTRIBUTION {convdistr}R Documentation

Summary of Distributions

Description

Summary of Distributions

Usage

## S3 method for class 'DISTRIBUTION'
summary(object, n = 10000, ...)

Arguments

object

object of class DISTRIBUTION

n

the number of random samples from the distribution

...

other parameters. Not used

Value

A data.frame with as many rows as dimensions had the distribution and with the following columns

Note

The sample uses the seed saved in the object those it will provide the same values fir an n value

Author(s)

John J. Aponte


[Package convdistr version 1.6.2 Index]