powered by
Compute the internal parameters needed in the definition of several distribution functions when unknown
ComputeDistributionParameter(margin)
A list containing the definition of the marginal distribution function
The updated list
# NOT RUN { 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