hyunjimoon / SBC

https://hyunjimoon.github.io/SBC
Other
48 stars 4 forks source link

Document how to simulate complex objects #47

Open martinmodrak opened 3 years ago

martinmodrak commented 3 years ago

Show how to simulate bounded parameters, ordered parameters, simplices, ... in R code (this is generally not straifhtforward)

hyunjimoon commented 2 years ago

I've included parameter transformation in utils.R here. I think this would be helpful for bounded parameters. Feature upgrade is needed to version. The current version can only cope with , . Would this feature upgrade be possible without user input of a,b? @martinmodrak

Use case for this is for log and logit transformation before gmm (or kernel density estimation) in this code line.