powered by
Compute the internal parameters needed in the definition of several distribution functions when unknown
ComputeDistributionParameter(margin)
The updated list
A list containing the definition of the marginal distribution function
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)
Run the code above in your browser using DataLab