Altering distribution of one dataset to match another dataset

前端 未结 2 1448
野趣味
野趣味 2021-01-16 02:50

I have 2 datasets, one of modeled (artificial) data and another with observed data. They have slightly different statistical distributions and I want to force the modeled da

2条回答
  •  独厮守ぢ
    2021-01-16 03:34

    Have a look at this answer How to generate distributions given, mean, SD, skew and kurtosis in R?.

    It discusses use of the SuppDists package. This package permits you to create a distribution by creating a set of parameters based on the Johnson system of distributions.

提交回复
热议问题