do.get.sds: An internal function for subclasses to get the standard...

do.get.sdsR Documentation

An internal function for subclasses to get the standard deviations of the variables in a distribution

Description

This function is provided to be overriden by developers. End users should instead call get.sds

Usage

do.get.sds(dist, n.sim = 1000)

Arguments

dist

An object of class Distribution or a subclass

n.sim

If the values are to be calculated by random sample generation, how many random samples to generate

Details

The default implementation calls get.covariance.matrix and takes the square-root of the diagonal The wrapper get.sds takes care of formatting the return value and generating warnings for any improper variables


tfojo1/distributions documentation built on July 27, 2024, 3:29 p.m.