Is It Possible to generate the Data From L-Shape Distributions in R

  L-Shape Distributions

 Name of  L-Shape Distributions 

Pareto Distribution


Real Life Use:

Income related variable

CODE

#Required Package: EnvStats

rpareto(N, location, Shape)

For Example

library(EnvStats)

 rpareto(4, 3, 2)



Please Write your Comment Your Suggestion in the Comment Box


Comments

Post a Comment