ComputeDistributionParameter | R Documentation |
Compute the internal parameters needed in the definition of several distribution functions when unknown
ComputeDistributionParameter(margin)
margin |
A list containing the definition of the marginal distribution function |
margin |
The updated list |
gilles DEFAUX, gilles.defaux@cea.fr
distX1 <- list(type='Lnorm', MEAN=120.0, STD=12.0, P1=NULL, P2=NULL, NAME='X1')
distX1 <- ComputeDistributionParameter(distX1)
print(distX1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.